From f321df02f07b67ee06d8edaaa3e445d928d24e32 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Fri, 24 Jan 2025 10:49:01 +0700 Subject: [PATCH 1/3] =?UTF-8?q?=E0=B9=80=E0=B8=9E=E0=B8=B4=E0=B9=88?= =?UTF-8?q?=E0=B8=A1=20columns=20=E0=B8=95=E0=B8=B3=E0=B9=81=E0=B8=AB?= =?UTF-8?q?=E0=B8=99=E0=B9=88=E0=B8=87=20=E0=B8=A3=E0=B8=B2=E0=B8=A2?= =?UTF-8?q?=E0=B8=8A=E0=B8=B7=E0=B9=88=E0=B8=AD=E0=B8=9C=E0=B8=B9=E0=B9=89?= =?UTF-8?q?=E0=B8=96=E0=B8=B9=E0=B8=81=E0=B8=9E=E0=B8=B1=E0=B8=81=E0=B8=A3?= =?UTF-8?q?=E0=B8=B2=E0=B8=8A=E0=B8=81=E0=B8=B2=E0=B8=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/7_ListSuspend/ListsPage.vue | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/modules/11_discipline/components/7_ListSuspend/ListsPage.vue b/src/modules/11_discipline/components/7_ListSuspend/ListsPage.vue index 9efbbfeb3..078a0c20e 100644 --- a/src/modules/11_discipline/components/7_ListSuspend/ListsPage.vue +++ b/src/modules/11_discipline/components/7_ListSuspend/ListsPage.vue @@ -38,6 +38,7 @@ const visibleColumns = ref([ "profileType", "title", "name", + "position", "positionType", "positionLevel", "organization", @@ -89,6 +90,15 @@ const columns = ref([ headerStyle: "font-size: 14px", style: "font-size: 14px", }, + { + name: "position", + align: "left", + label: "ตำแแหน่ง", + sortable: true, + field: "position", + headerStyle: "font-size: 14px", + style: "font-size: 14px", + }, { name: "positionLevel", align: "left", From e35009c758a6f5c5f010e9d13ab7e96cc0e72dcb Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Fri, 24 Jan 2025 11:26:30 +0700 Subject: [PATCH 2/3] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B9=84?= =?UTF-8?q?=E0=B8=82=E0=B8=97=E0=B8=B0=E0=B9=80=E0=B8=9A=E0=B8=B5=E0=B8=A2?= =?UTF-8?q?=E0=B8=99=E0=B8=9B=E0=B8=A3=E0=B8=B0=E0=B8=A7=E0=B8=B1=E0=B8=95?= =?UTF-8?q?=E0=B8=B4=E0=B8=A7=E0=B8=B4=E0=B8=99=E0=B8=B1=E0=B8=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../GovernmentInformation/02_Discipline.vue | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/src/modules/04_registryPerson/components/detail/GovernmentInformation/02_Discipline.vue b/src/modules/04_registryPerson/components/detail/GovernmentInformation/02_Discipline.vue index 135eb32c8..68de0d48d 100644 --- a/src/modules/04_registryPerson/components/detail/GovernmentInformation/02_Discipline.vue +++ b/src/modules/04_registryPerson/components/detail/GovernmentInformation/02_Discipline.vue @@ -162,7 +162,13 @@ const Ops = ref({ { id: "4", name: "ร้ายแรง", disable: true }, { id: "ปลดออก", name: "ปลดออก", disable: false }, { id: "ไล่ออก", name: "ไล่ออก", disable: false }, - { id: "อื่นๆ", name: "อื่นๆ", disable: false }, + { id: "5", name: "อื่นๆ", disable: true }, + { id: "พักราชการ", name: "พักราชการ", disable: false }, + { + id: "ให้ออกจากราชการไว้ก่อน", + name: "ให้ออกจากราชการไว้ก่อน", + disable: false, + }, ], }); const OpsFilter = ref({ @@ -182,7 +188,13 @@ const OpsFilter = ref({ { id: "4", name: "ร้ายแรง", disable: true }, { id: "ปลดออก", name: "ปลดออก", disable: false }, { id: "ไล่ออก", name: "ไล่ออก", disable: false }, - { id: "อื่นๆ", name: "อื่นๆ", disable: false }, + { id: "5", name: "อื่นๆ", disable: true }, + { id: "พักราชการ", name: "พักราชการ", disable: false }, + { + id: "ให้ออกจากราชการไว้ก่อน", + name: "ให้ออกจากราชการไว้ก่อน", + disable: false, + }, ], }); From c9c67293a79736b681d900004578389b1c7391f3 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Fri, 24 Jan 2025 14:08:34 +0700 Subject: [PATCH 3/3] =?UTF-8?q?=E0=B8=97=E0=B8=B0=E0=B9=80=E0=B8=9A?= =?UTF-8?q?=E0=B8=B5=E0=B8=A2=E0=B8=99=E0=B8=9B=E0=B8=A3=E0=B8=B0=E0=B8=A7?= =?UTF-8?q?=E0=B8=B1=E0=B8=95=E0=B8=B4=20=E0=B9=80=E0=B8=9E=E0=B8=B4?= =?UTF-8?q?=E0=B9=88=E0=B8=A1=20tab=20=E0=B8=A3=E0=B8=B1=E0=B8=81=E0=B8=A9?= =?UTF-8?q?=E0=B8=B2=E0=B8=81=E0=B8=B2=E0=B8=A3=E0=B9=83=E0=B8=99=E0=B8=95?= =?UTF-8?q?=E0=B8=B3=E0=B9=81=E0=B8=AB=E0=B8=99=E0=B9=88=E0=B8=87=20tab=20?= =?UTF-8?q?=E0=B8=8A=E0=B9=88=E0=B8=A7=E0=B8=A2=E0=B8=A3=E0=B8=B2=E0=B8=8A?= =?UTF-8?q?=E0=B8=81=E0=B8=B2=E0=B8=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../GovernmentInformation/05_ActingPos.vue | 516 +++++++++++++++ .../05_ActingPosHistory.vue | 242 +++++++ .../06_HelpGovernment.vue | 617 ++++++++++++++++++ .../06_HelpGovernmentHistory.vue | 242 +++++++ .../detail/GovernmentInformation/Main.vue | 18 +- 5 files changed, 1631 insertions(+), 4 deletions(-) create mode 100644 src/modules/04_registryPerson/components/detail/GovernmentInformation/05_ActingPos.vue create mode 100644 src/modules/04_registryPerson/components/detail/GovernmentInformation/05_ActingPosHistory.vue create mode 100644 src/modules/04_registryPerson/components/detail/GovernmentInformation/06_HelpGovernment.vue create mode 100644 src/modules/04_registryPerson/components/detail/GovernmentInformation/06_HelpGovernmentHistory.vue diff --git a/src/modules/04_registryPerson/components/detail/GovernmentInformation/05_ActingPos.vue b/src/modules/04_registryPerson/components/detail/GovernmentInformation/05_ActingPos.vue new file mode 100644 index 000000000..d9a672267 --- /dev/null +++ b/src/modules/04_registryPerson/components/detail/GovernmentInformation/05_ActingPos.vue @@ -0,0 +1,516 @@ + + + + + diff --git a/src/modules/04_registryPerson/components/detail/GovernmentInformation/05_ActingPosHistory.vue b/src/modules/04_registryPerson/components/detail/GovernmentInformation/05_ActingPosHistory.vue new file mode 100644 index 000000000..4eafa3800 --- /dev/null +++ b/src/modules/04_registryPerson/components/detail/GovernmentInformation/05_ActingPosHistory.vue @@ -0,0 +1,242 @@ + + + diff --git a/src/modules/04_registryPerson/components/detail/GovernmentInformation/06_HelpGovernment.vue b/src/modules/04_registryPerson/components/detail/GovernmentInformation/06_HelpGovernment.vue new file mode 100644 index 000000000..6978a9c34 --- /dev/null +++ b/src/modules/04_registryPerson/components/detail/GovernmentInformation/06_HelpGovernment.vue @@ -0,0 +1,617 @@ + + + + + diff --git a/src/modules/04_registryPerson/components/detail/GovernmentInformation/06_HelpGovernmentHistory.vue b/src/modules/04_registryPerson/components/detail/GovernmentInformation/06_HelpGovernmentHistory.vue new file mode 100644 index 000000000..a157e052a --- /dev/null +++ b/src/modules/04_registryPerson/components/detail/GovernmentInformation/06_HelpGovernmentHistory.vue @@ -0,0 +1,242 @@ + + + diff --git a/src/modules/04_registryPerson/components/detail/GovernmentInformation/Main.vue b/src/modules/04_registryPerson/components/detail/GovernmentInformation/Main.vue index cb571d909..1dee6b8de 100644 --- a/src/modules/04_registryPerson/components/detail/GovernmentInformation/Main.vue +++ b/src/modules/04_registryPerson/components/detail/GovernmentInformation/Main.vue @@ -6,6 +6,8 @@ import Info from "@/modules/04_registryPerson/components/detail/GovernmentInform import Discipline from "@/modules/04_registryPerson/components/detail/GovernmentInformation/02_Discipline.vue"; //วินัย import Leave from "@/modules/04_registryPerson/components/detail/GovernmentInformation/03_Leave.vue"; //การลา import PerformSpecialWork from "@/modules/04_registryPerson/components/detail/GovernmentInformation/04_PerformSpecialWork.vue"; //ปฏิบัติราชการพิเศษ +import ActingPos from "@/modules/04_registryPerson/components/detail/GovernmentInformation/05_ActingPos.vue"; //รักษาการในตำแหน่ง +import HelpGovernmentDetail from "@/modules/04_registryPerson/components/detail/GovernmentInformation/06_HelpGovernment.vue"; //ช่วยราชการ import { useRegistryNewDataStore } from "@/modules/04_registryPerson/store"; @@ -35,21 +37,29 @@ const storeRegistry = useRegistryNewDataStore(); + + - + - + - + - + + + + + + +