fix ออกคำสั่งเงินเดือนไม่ตรง
This commit is contained in:
parent
358a17e40d
commit
cbd4c3f3ee
1 changed files with 6 additions and 0 deletions
|
|
@ -1067,6 +1067,9 @@ export class ReportController extends Controller {
|
|||
date: v.commandAffectDate,
|
||||
refCommandNo: `${v.commandNo}/${Extension.ToThaiYear(v.commandYear)}`,
|
||||
salaryRef: v.templateDoc,
|
||||
amount: v.amount,
|
||||
positionSalaryAmount: v.positionSalaryAmount,
|
||||
mouthSalaryAmount: v.mouthSalaryAmount
|
||||
})),
|
||||
})
|
||||
.then(async res => {
|
||||
|
|
@ -1150,6 +1153,9 @@ export class ReportController extends Controller {
|
|||
date: v.commandAffectDate,
|
||||
refCommandNo: `${v.commandNo}/${Extension.ToThaiYear(v.commandYear)}`,
|
||||
salaryRef: v.templateDoc,
|
||||
amount: v.amount,
|
||||
positionSalaryAmount: v.positionSalaryAmount,
|
||||
mouthSalaryAmount: v.mouthSalaryAmount
|
||||
})),
|
||||
})
|
||||
.then(async res => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue