From ce38c8a4100f4a8d6b8b1bc83a525477a276c0b0 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Tue, 26 Mar 2024 18:02:29 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=80=E0=B8=A5=E0=B8=B7=E0=B9=88=E0=B8=AD?= =?UTF-8?q?=E0=B8=99=E0=B9=80=E0=B8=87=E0=B8=B4=E0=B8=99=E0=B9=80=E0=B8=94?= =?UTF-8?q?=E0=B8=B7=E0=B8=AD=E0=B8=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/13_salary/api.salary.ts | 2 +- .../SalaryEmployeeLists/Dashboard.vue | 357 +++++++++++++++++- .../SalaryEmployeeLists/TabMain.vue | 9 +- .../components/SalaryLists/Dashboard.vue | 357 +++++++++++++++++- .../components/SalaryLists/TabMain.vue | 14 +- .../13_salary/views/salaryEmployeeLists.vue | 97 +++-- src/modules/13_salary/views/salaryLists.vue | 128 ++++--- 7 files changed, 879 insertions(+), 85 deletions(-) diff --git a/src/api/13_salary/api.salary.ts b/src/api/13_salary/api.salary.ts index 160213440..742d940ae 100644 --- a/src/api/13_salary/api.salary.ts +++ b/src/api/13_salary/api.salary.ts @@ -22,7 +22,7 @@ export default { salaryReportByid: (id: string) => `${salary}/report/${id}`, salaryReportemployeeByid: (id: string) => `${salary}/report/employee/${id}`, salaryPeriod: () => `${salary}/period`, - salaryPeriodActive: () => `${salary}/period/active`, + salaryPeriodActive: (year: string) => `${salary}/period/active/${year}`, /** รายการเงินเดือน*/ keycloakPositionByid: (id: string) => diff --git a/src/modules/13_salary/components/SalaryEmployeeLists/Dashboard.vue b/src/modules/13_salary/components/SalaryEmployeeLists/Dashboard.vue index e7c8e6496..d8f7e1519 100644 --- a/src/modules/13_salary/components/SalaryEmployeeLists/Dashboard.vue +++ b/src/modules/13_salary/components/SalaryEmployeeLists/Dashboard.vue @@ -1,4 +1,357 @@ -