From cbd4c3f3eeddb334e3563245a5030691967ea1bd Mon Sep 17 00:00:00 2001 From: Bright Date: Mon, 21 Oct 2024 17:21:40 +0700 Subject: [PATCH] =?UTF-8?q?fix=20=E0=B8=AD=E0=B8=AD=E0=B8=81=E0=B8=84?= =?UTF-8?q?=E0=B8=B3=E0=B8=AA=E0=B8=B1=E0=B9=88=E0=B8=87=E0=B9=80=E0=B8=87?= =?UTF-8?q?=E0=B8=B4=E0=B8=99=E0=B9=80=E0=B8=94=E0=B8=B7=E0=B8=AD=E0=B8=99?= =?UTF-8?q?=E0=B9=84=E0=B8=A1=E0=B9=88=E0=B8=95=E0=B8=A3=E0=B8=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/controllers/ReportController.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/controllers/ReportController.ts b/src/controllers/ReportController.ts index 5d8e0d9..c285417 100644 --- a/src/controllers/ReportController.ts +++ b/src/controllers/ReportController.ts @@ -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 => {