Merge branch 'develop' of github.com:Frappet/bma-ehr-probation into develop
This commit is contained in:
commit
2b03ec8d39
1 changed files with 6 additions and 0 deletions
|
|
@ -1067,6 +1067,9 @@ export class ReportController extends Controller {
|
||||||
date: v.commandAffectDate,
|
date: v.commandAffectDate,
|
||||||
refCommandNo: `${v.commandNo}/${Extension.ToThaiYear(v.commandYear)}`,
|
refCommandNo: `${v.commandNo}/${Extension.ToThaiYear(v.commandYear)}`,
|
||||||
salaryRef: v.templateDoc,
|
salaryRef: v.templateDoc,
|
||||||
|
amount: v.amount,
|
||||||
|
positionSalaryAmount: v.positionSalaryAmount,
|
||||||
|
mouthSalaryAmount: v.mouthSalaryAmount
|
||||||
})),
|
})),
|
||||||
})
|
})
|
||||||
.then(async res => {
|
.then(async res => {
|
||||||
|
|
@ -1150,6 +1153,9 @@ export class ReportController extends Controller {
|
||||||
date: v.commandAffectDate,
|
date: v.commandAffectDate,
|
||||||
refCommandNo: `${v.commandNo}/${Extension.ToThaiYear(v.commandYear)}`,
|
refCommandNo: `${v.commandNo}/${Extension.ToThaiYear(v.commandYear)}`,
|
||||||
salaryRef: v.templateDoc,
|
salaryRef: v.templateDoc,
|
||||||
|
amount: v.amount,
|
||||||
|
positionSalaryAmount: v.positionSalaryAmount,
|
||||||
|
mouthSalaryAmount: v.mouthSalaryAmount
|
||||||
})),
|
})),
|
||||||
})
|
})
|
||||||
.then(async res => {
|
.then(async res => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue