From ce39f91e0287e2f594b1be678e60c32b711096b9 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Mon, 26 May 2025 17:38:04 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=80=E0=B8=9E=E0=B8=B4=E0=B9=88=E0=B8=A1?= =?UTF-8?q?=20UI=20=20=E0=B8=A3=E0=B8=B2=E0=B8=A2=E0=B8=8A=E0=B8=B7?= =?UTF-8?q?=E0=B9=88=E0=B8=AD=E0=B8=A5=E0=B8=B9=E0=B8=81=E0=B8=88=E0=B9=89?= =?UTF-8?q?=E0=B8=B2=E0=B8=87=E0=B8=9B=E0=B8=A3=E0=B8=B0=E0=B8=88=E0=B8=B3?= =?UTF-8?q?=20=E0=B8=97=E0=B8=B5=E0=B9=88=E0=B8=A1=E0=B8=B5=E0=B8=AA?= =?UTF-8?q?=E0=B8=B4=E0=B8=97=E0=B8=98=E0=B8=B4=E0=B9=8C=E0=B8=A2=E0=B8=B7?= =?UTF-8?q?=E0=B9=88=E0=B8=99=E0=B8=82=E0=B8=AD=E0=B8=9E=E0=B8=A3=E0=B8=B0?= =?UTF-8?q?=E0=B8=A3=E0=B8=B2=E0=B8=8A=E0=B8=97=E0=B8=B2=E0=B8=99=E0=B9=80?= =?UTF-8?q?=E0=B8=84=E0=B8=A3=E0=B8=B7=E0=B9=88=E0=B8=AD=E0=B8=87=E0=B8=A3?= =?UTF-8?q?=E0=B8=B2=E0=B8=8A=E0=B8=AD=E0=B8=B4=E0=B8=AA=E0=B8=A3=E0=B8=B4?= =?UTF-8?q?=E0=B8=A2=E0=B8=B2=E0=B8=A0=E0=B8=A3=E0=B8=93=E0=B9=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../interface/response/Government.ts | 4 +- src/modules/07_insignia/router.ts | 15 ++ .../07_insignia/views/08_ManageEmpMain.vue | 192 ++++++++++++++++++ 3 files changed, 209 insertions(+), 2 deletions(-) create mode 100644 src/modules/07_insignia/views/08_ManageEmpMain.vue diff --git a/src/components/information/interface/response/Government.ts b/src/components/information/interface/response/Government.ts index 08acf998d..34101611f 100644 --- a/src/components/information/interface/response/Government.ts +++ b/src/components/information/interface/response/Government.ts @@ -30,8 +30,8 @@ interface Goverment { positionLevel: string; positionExecutive: string; positionExecutiveSide: string; - dateLeave: string; - dateRetireLaw: string; + dateLeave?: string; + dateRetireLaw?: string; } interface GovermentEmpTemp { diff --git a/src/modules/07_insignia/router.ts b/src/modules/07_insignia/router.ts index c82452d03..de589f379 100644 --- a/src/modules/07_insignia/router.ts +++ b/src/modules/07_insignia/router.ts @@ -30,6 +30,10 @@ const report_02 = () => const ReclaimMain = () => import("@/modules/07_insignia/views/07_ReclaimMain.vue"); +// รายชื่อลูกจ้างประจำ ที่มีสิทธิ์ยื่นขอพระราชทานเครื่องราชอิสริยาภรณ์ +const ManageEmpMain = () => + import("@/modules/07_insignia/views/08_ManageEmpMain.vue"); + export default [ { path: "/insignia/round", @@ -124,4 +128,15 @@ export default [ Role: "STAFF", }, }, + + { + path: "/insignia/manage-emp/list-manage", + name: "insigniaManageEmp", + component: ManageEmpMain, + meta: { + Auth: true, + Key: "SYS_INSIGNIA_MANAGE_EMP", + Role: "STAFF", + }, + }, ]; diff --git a/src/modules/07_insignia/views/08_ManageEmpMain.vue b/src/modules/07_insignia/views/08_ManageEmpMain.vue new file mode 100644 index 000000000..74a790bd8 --- /dev/null +++ b/src/modules/07_insignia/views/08_ManageEmpMain.vue @@ -0,0 +1,192 @@ + + + + +