From e010b53061856f59b7aeaba33f13b6478197892f Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Mon, 21 Oct 2024 13:15:49 +0700 Subject: [PATCH 1/4] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B8=84?= =?UTF-8?q?=E0=B8=B3=E0=B8=9C=E0=B8=B4=E0=B8=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/04_registryPerson/stores/RequestEdit.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/04_registryPerson/stores/RequestEdit.ts b/src/modules/04_registryPerson/stores/RequestEdit.ts index 32e889d20..d536443cb 100644 --- a/src/modules/04_registryPerson/stores/RequestEdit.ts +++ b/src/modules/04_registryPerson/stores/RequestEdit.ts @@ -17,7 +17,7 @@ export const useRequestEditStore = defineStore("requestEditStore", () => { { id: "", name: "ทั้งหมด" }, { id: "PENDING", name: "รอดำเนินการ" }, { id: "COMPLETE", name: "ดำเนินการแก้ไขแล้ว" }, - { id: "REJECT", name: "ไม่อนุมัตการแก้ไข" }, + { id: "REJECT", name: "ไม่อนุมัติการแก้ไข" }, ]); const optionStatusIDP = ref([ @@ -34,7 +34,7 @@ export const useRequestEditStore = defineStore("requestEditStore", () => { case "COMPLETE": return "ดำเนินการแก้ไขแล้ว"; case "REJECT": - return "ไม่อนุมัตการแก้ไข"; + return "ไม่อนุมัติการแก้ไข"; default: return "-"; } From c596ae3a4021265adf9efab4a16442870d467a67 Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Mon, 21 Oct 2024 13:22:15 +0700 Subject: [PATCH 2/4] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B8=84?= =?UTF-8?q?=E0=B8=B3=E0=B8=82=E0=B8=AD=E0=B8=9B=E0=B8=A3=E0=B8=B1=E0=B8=9A?= =?UTF-8?q?=E0=B8=9B=E0=B8=A3=E0=B8=B8=E0=B8=87=E0=B8=82=E0=B9=89=E0=B8=AD?= =?UTF-8?q?=E0=B8=A1=E0=B8=B9=E0=B8=A5=E0=B8=88=E0=B8=B2=E0=B8=81=E0=B8=81?= =?UTF-8?q?=E0=B8=A3=E0=B8=A1=E0=B8=81=E0=B8=B2=E0=B8=A3=E0=B8=9B=E0=B8=81?= =?UTF-8?q?=E0=B8=84=E0=B8=A3=E0=B8=AD=E0=B8=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/Dialog/DialogUpdate.vue | 10 ++++++---- .../components/requestEdit/01_TabInformation.vue | 10 +++++----- .../PersonalDetail/DialogCheckInformation.vue | 4 ++-- 3 files changed, 13 insertions(+), 11 deletions(-) diff --git a/src/modules/04_registryPerson/components/Dialog/DialogUpdate.vue b/src/modules/04_registryPerson/components/Dialog/DialogUpdate.vue index 5c7376fb1..65f61c2d1 100644 --- a/src/modules/04_registryPerson/components/Dialog/DialogUpdate.vue +++ b/src/modules/04_registryPerson/components/Dialog/DialogUpdate.vue @@ -475,7 +475,7 @@ watch( -
+
@@ -512,9 +512,11 @@ watch( - อัพเดต + ยกเลิก diff --git a/src/modules/04_registryPerson/components/requestEdit/01_TabInformation.vue b/src/modules/04_registryPerson/components/requestEdit/01_TabInformation.vue index 57de70343..e8479c9e0 100644 --- a/src/modules/04_registryPerson/components/requestEdit/01_TabInformation.vue +++ b/src/modules/04_registryPerson/components/requestEdit/01_TabInformation.vue @@ -181,7 +181,7 @@ function filterOption(val: string, update: Function) { */ function onclickEdit(data: Request) { requestId.value = data.id; - if (data.topic == "ขออัปเดตข้อมูลจากกรมการปกครอง") { + if (data.topic == "ขอปรับปรุงข้อมูลจากกรมการปกครอง") { modalUpdate.value = true; idCard.value = data.idcard as string; profileId.value = data.profileId; @@ -351,7 +351,7 @@ onMounted(() => { { dense flat :color=" - props.row.topic == 'ขออัปเดตข้อมูลจากกรมการปกครอง' + props.row.topic == 'ขอปรับปรุงข้อมูลจากกรมการปกครอง' ? 'info' : 'edit' " @click.pervent="onclickEdit(props.row)" > {{ - props.row.topic == "ขออัปเดตข้อมูลจากกรมการปกครอง" - ? "ขออัปเดตข้อมูลจากกรมการปกครอง" + props.row.topic == "ขอปรับปรุงข้อมูลจากกรมการปกครอง" + ? "ขอปรับปรุงข้อมูลจากกรมการปกครอง" : "แก้ไขสถานะคำร้อง" }} diff --git a/src/modules/05_placement/components/PersonalDetail/DialogCheckInformation.vue b/src/modules/05_placement/components/PersonalDetail/DialogCheckInformation.vue index 578c91eb3..d0ff69c33 100644 --- a/src/modules/05_placement/components/PersonalDetail/DialogCheckInformation.vue +++ b/src/modules/05_placement/components/PersonalDetail/DialogCheckInformation.vue @@ -423,8 +423,8 @@ watch( - อัพเดตบันทึกข้อมูล ยกเลิก Date: Mon, 21 Oct 2024 13:35:31 +0700 Subject: [PATCH 3/4] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B8=84?= =?UTF-8?q?=E0=B8=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Workflow/Main.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Workflow/Main.vue b/src/components/Workflow/Main.vue index 2401ff6a7..bc166e9b4 100644 --- a/src/components/Workflow/Main.vue +++ b/src/components/Workflow/Main.vue @@ -141,7 +141,7 @@ defineExpose({ @@ -216,7 +216,7 @@ defineExpose({
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 4/4] =?UTF-8?q?=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?= 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" /> + +