From 0aa778cca53cd5108260040fed65e446a1476e05 Mon Sep 17 00:00:00 2001 From: setthawutttty Date: Tue, 28 Jan 2025 13:58:40 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=AA=E0=B8=A3=E0=B8=A3=E0=B8=AB=E0=B8=B2?= =?UTF-8?q?=E0=B9=80=E0=B8=9E=E0=B8=B4=E0=B9=88=E0=B8=A1=E0=B8=9F=E0=B8=B4?= =?UTF-8?q?=E0=B8=A5=E0=B8=94=E0=B9=8C=E0=B8=82=E0=B9=89=E0=B8=AD=E0=B8=A1?= =?UTF-8?q?=E0=B8=B9=E0=B8=A5=E0=B8=AA=E0=B8=B3=E0=B8=AB=E0=B8=A3=E0=B8=B1?= =?UTF-8?q?=E0=B8=9A=E0=B8=8A=E0=B8=B3=E0=B8=A3=E0=B8=B0=E0=B9=80=E0=B8=87?= =?UTF-8?q?=E0=B8=B4=E0=B8=99=E0=B9=81=E0=B8=A5=E0=B8=B0=E0=B8=88=E0=B8=B1?= =?UTF-8?q?=E0=B8=94=E0=B8=97=E0=B8=B3=E0=B9=80=E0=B8=AD=E0=B8=81=E0=B8=AA?= =?UTF-8?q?=E0=B8=B2=E0=B8=A3=E0=B8=81=E0=B8=B2=E0=B8=A3=E0=B8=8A=E0=B8=B3?= =?UTF-8?q?=E0=B8=A3=E0=B8=B0=E0=B9=80=E0=B8=87=E0=B8=B4=E0=B8=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/recruiting/api.period-exam.ts | 2 + .../views/02_qualify/PeriodAdd.vue | 491 +++++++++++++++++- .../09_leave/components/02_WorkList/Tab1.vue | 22 +- .../09_leave/components/02_WorkList/Tab2.vue | 22 +- .../components/02_WorkList/TableList.vue | 7 + .../components/02_WorkList/ToolBar.vue | 64 ++- .../components/02_WorkList/ToolBarDate.vue | 57 ++ .../09_leave/interface/response/work.ts | 2 + 8 files changed, 651 insertions(+), 16 deletions(-) diff --git a/src/api/recruiting/api.period-exam.ts b/src/api/recruiting/api.period-exam.ts index 31972f538..d52f2df27 100644 --- a/src/api/recruiting/api.period-exam.ts +++ b/src/api/recruiting/api.period-exam.ts @@ -28,6 +28,8 @@ export default { periodExamId: (examId: string) => `${periodExam}${examId}`, periodExamDoc: (examId: string) => `${periodExam}doc/${examId}`, periodExamImg: (examId: string) => `${periodExam}img/${examId}`, + periodExambarcode: (examId: string) => `${periodExam}barcode/${examId}`, + periodExamqrcode: (examId: string) => `${periodExam}qrcode/${examId}`, periodExamStatus: (examId: string) => `${periodExam}status-payment/${examId}`, countDashbordPeriodExam: (examId: string) => diff --git a/src/modules/03_recruiting/views/02_qualify/PeriodAdd.vue b/src/modules/03_recruiting/views/02_qualify/PeriodAdd.vue index 75db8aa35..30e68ccce 100644 --- a/src/modules/03_recruiting/views/02_qualify/PeriodAdd.vue +++ b/src/modules/03_recruiting/views/02_qualify/PeriodAdd.vue @@ -1,7 +1,7 @@