From 2be29d9ae9eb9815a42db17771be66d7c6e55a13 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Mon, 21 Oct 2024 13:50:56 +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?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/02_organization/views/main.vue | 2 +- .../13_salary/views/04_salaryLists.vue | 246 ++++++++++-------- .../views/05_salaryListsEmployee.vue | 231 ++++++++-------- .../components/DialogCreateCommandORG.vue | 48 +++- 4 files changed, 297 insertions(+), 230 deletions(-) diff --git a/src/modules/02_organization/views/main.vue b/src/modules/02_organization/views/main.vue index c7910cce7..ec07f4a0c 100644 --- a/src/modules/02_organization/views/main.vue +++ b/src/modules/02_organization/views/main.vue @@ -421,7 +421,7 @@ onMounted(async () => { v-model:is-officer="store.isOfficer as boolean" v-model:is-staff="store.isStaff as boolean" v-model:root-id="store.rootId" - :system-name="'organization'" + :system-name="'ORGANIZATION'" /> diff --git a/src/modules/13_salary/views/04_salaryLists.vue b/src/modules/13_salary/views/04_salaryLists.vue index 2da5289e0..913121dcc 100644 --- a/src/modules/13_salary/views/04_salaryLists.vue +++ b/src/modules/13_salary/views/04_salaryLists.vue @@ -22,8 +22,7 @@ import type { import TabGroup from "@/modules/13_salary/components/04_salaryLists/TabMain.vue"; import ProcessStep from "@/modules/13_salary/components/04_salaryLists/ProcessStep.vue"; import PageDashBoard from "@/modules/13_salary/components/04_salaryLists/Dashboard.vue"; - -/** importStore*/ +import DialogCommand from "@/modules/18_command/components/DialogCreateCommandORG.vue"; /** use*/ const store = useSalaryListSDataStore(); @@ -51,6 +50,11 @@ const page = ref(1); const pageSize = ref(50); const lastPage = ref(0); +/** ออกคำสั่ง*/ +const modalCommand = ref(false); +const isOfficer = ref(false); +const isStaff = ref(false); + /** * function เรียกข้อมูลรอบการขึ้นเงินเดือน */ @@ -364,117 +368,126 @@ onMounted(() => { รายการเลื่อนเงินเดือนข้าราชการ ฯ - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + @@ -516,6 +529,15 @@ onMounted(() => { :get-data="getQuota" /> + +