From b3b4e1f7a2b60dc6db66dd316cedbe2d211c76a3 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Thu, 25 Apr 2024 13:28:01 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=AD=E0=B8=AD=E0=B8=81=E0=B8=84=E0=B8=B3?= =?UTF-8?q?=E0=B8=AA=E0=B8=B1=E0=B9=88=E0=B8=87=E0=B9=80=E0=B8=A5=E0=B8=B7?= =?UTF-8?q?=E0=B9=88=E0=B8=AD=E0=B8=99=E0=B9=80=E0=B8=87=E0=B8=B4=E0=B8=99?= =?UTF-8?q?=E0=B9=80=E0=B8=94=E0=B8=B7=E0=B8=AD=E0=B8=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/13_salary/components/Command/step01.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/modules/13_salary/components/Command/step01.vue b/src/modules/13_salary/components/Command/step01.vue index 4b5c6b7e7..fdf22b4a5 100644 --- a/src/modules/13_salary/components/Command/step01.vue +++ b/src/modules/13_salary/components/Command/step01.vue @@ -179,6 +179,7 @@ const fetchdetailOrder = async () => { byOrder.value = data.orderBy; nameCommand.value = data.signatoryBy; positionCommand.value = data.signatoryPosition; + SalaryRound.value = data.salaryPeriodId; }) .catch((e) => { messageError($q, e); @@ -259,7 +260,7 @@ const submit = async () => { signatoryBy: signBy === "" ? nameCommand.value : signBy, signatoryPosition: positionCommand.value, year: year.value, - period: SalaryRound.value, + salaryPeriodId: SalaryRound.value, }; if ( typeOrder.value.commandCode == "C-PM-33" || @@ -665,7 +666,7 @@ function fetchSalaryRound() { option-value="id" use-input input-debounce="0" - map-value + emit-value @filter="(inputValue:any, doneFn:Function) => filterSelector(inputValue, doneFn,'SalaryRound' ) "