From 6976007b6418341b342eeb9a09049101b0a16ac3 Mon Sep 17 00:00:00 2001 From: Kittapath Date: Fri, 29 Sep 2023 17:39:23 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89ui=E0=B8=AA=E0=B8=A3?= =?UTF-8?q?=E0=B8=A3=E0=B8=AB=E0=B8=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../03_recruiting/components/Information.vue | 31 +- .../03_recruiting/components/Profile.vue | 34 +- .../03_recruiting/interface/request/Period.ts | 2 + .../interface/response/Period.ts | 6 +- .../views/02_qualify/ExamForm.vue | 190 +++++------ .../03_recruiting/views/02_qualify/Manage.vue | 26 +- .../03_recruiting/views/02_qualify/Period.vue | 24 +- .../views/02_qualify/PeriodAdd.vue | 320 +++++++++++++++--- .../views/02_qualify/manageDetail.vue | 2 +- 9 files changed, 438 insertions(+), 197 deletions(-) diff --git a/src/modules/03_recruiting/components/Information.vue b/src/modules/03_recruiting/components/Information.vue index 1d0aaf2ae..819a4f752 100644 --- a/src/modules/03_recruiting/components/Information.vue +++ b/src/modules/03_recruiting/components/Information.vue @@ -62,12 +62,12 @@
@@ -178,8 +178,7 @@ v-model="defaultInformation.cardid" maxlength="13" :rules="[ - (val) => - val.length == 13 || `${'กรุณากรอก เลขประจำตัวประชาชน'}`, + (val) => val.length == 13 || `${'กรุณากรอก เลขประจำตัวประชาชน'}`, (val) => /^[0-9]*$/.test(val) || `${'กรุณากรอกเลขประจำตัวประชาชนให้ถูกต้อง'}`, @@ -187,7 +186,7 @@ label="เลขประจำตัวประชาชน" />
-
+
-
+