From 1d35a0f7cbb8c666f6d55e50151079f4ff0907df Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Mon, 4 Nov 2024 17:50:44 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=84=E0=B8=B3=E0=B8=AA=E0=B8=B1=E0=B9=88?= =?UTF-8?q?=E0=B8=87=20tab=20=E0=B9=81=E0=B8=81=E0=B9=89=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?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/Step/2_ListPersons.vue | 2 + .../components/Step/Dialog2_Salary.vue | 142 ++++++++++++------ 2 files changed, 96 insertions(+), 48 deletions(-) diff --git a/src/modules/18_command/components/Step/2_ListPersons.vue b/src/modules/18_command/components/Step/2_ListPersons.vue index 5dec013ae..0e931b0a1 100644 --- a/src/modules/18_command/components/Step/2_ListPersons.vue +++ b/src/modules/18_command/components/Step/2_ListPersons.vue @@ -464,5 +464,7 @@ onMounted(async () => { :get-data="getPersonList" :select-person-data="selectPersonData" :type="formCommandList.commandTypeName" + :command-code="formCommandList.commandCode" + :command-sys-id="formCommandList.commandSysId" /> diff --git a/src/modules/18_command/components/Step/Dialog2_Salary.vue b/src/modules/18_command/components/Step/Dialog2_Salary.vue index c2ab684eb..4e4b03f39 100644 --- a/src/modules/18_command/components/Step/Dialog2_Salary.vue +++ b/src/modules/18_command/components/Step/Dialog2_Salary.vue @@ -1,5 +1,5 @@