From 4e3f1714b18aa3a83f8d1e92960d0d26e7d22a5b Mon Sep 17 00:00:00 2001 From: AdisakKanthawilang Date: Mon, 21 Oct 2024 14:29:12 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=80=E0=B8=9E=E0=B8=B4=E0=B9=88=E0=B8=A1?= =?UTF-8?q?=20id=20=E0=B8=84=E0=B8=B3=E0=B8=AA=E0=B8=B1=E0=B9=88=E0=B8=87?= =?UTF-8?q?=E0=B8=A5=E0=B8=87=E0=B8=9B=E0=B8=A3=E0=B8=B0=E0=B8=A7=E0=B8=B1?= =?UTF-8?q?=E0=B8=95=E0=B8=B4=E0=B8=95=E0=B8=B3=E0=B9=81=E0=B8=AB=E0=B8=99?= =?UTF-8?q?=E0=B9=88=E0=B8=87=20#665?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/controllers/ReportController.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/controllers/ReportController.ts b/src/controllers/ReportController.ts index c6d122b..94d128b 100644 --- a/src/controllers/ReportController.ts +++ b/src/controllers/ReportController.ts @@ -6742,6 +6742,7 @@ export class ReportController extends Controller { refId: string; commandAffectDate: Date | null; commandNo: string | null; + commandId?: string | null; commandYear: number; templateDoc: string | null; amount: Double | null; @@ -6765,6 +6766,7 @@ export class ReportController extends Controller { profileId: salary.profileId, date: new Date(), amount: salary.positionSalaryAmount, + commandId: v.commandId, positionSalaryAmount: salary.amountSpecial, mouthSalaryAmount: null, posNo: salary.orgShortName + salary.posMasterNo, @@ -6807,6 +6809,7 @@ export class ReportController extends Controller { refId: string; commandAffectDate: Date | null; commandNo: string | null; + commandId: string | null; commandYear: number; templateDoc: string | null; amount: Double | null; @@ -6829,6 +6832,7 @@ export class ReportController extends Controller { profileEmployeeId: salary.profileId, date: new Date(), amount: salary.positionSalaryAmount, + commandId: v.commandId, positionSalaryAmount: salary.amountSpecial, mouthSalaryAmount: null, posNo: salary.orgShortName + salary.posMasterNo,