fix ออกคำสั่งเงินเดือนไม่ตรง

This commit is contained in:
Bright 2024-10-21 17:21:40 +07:00
parent 358a17e40d
commit cbd4c3f3ee

View file

@ -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 => {