diff --git a/src/components/information/Information.vue b/src/components/information/Information.vue index a8a17d386..70a7b9d68 100644 --- a/src/components/information/Information.vue +++ b/src/components/information/Information.vue @@ -26,12 +26,12 @@ v-model="informaData.cardid" @update:model-value="changeCardID" :rules="[ - (val:string) => !!val || `${'กรุณากรอก เลขบัตรประจำตัวประชาชน'}`, + (val:string) => !!val || `${'กรุณากรอก เลขประจำตัวประชาชน'}`, (val:string) => val.length >= 13 || - `${'กรุณากรอกเลขบัตรประจำตัวประชาชนให้ครบ'}`, + `${'กรุณากรอกเลขประจำตัวประชาชนให้ครบ'}`, ]" - label="เลขบัตรประจำตัวประชาชน" + label="เลขประจำตัวประชาชน" maxlength="13" mask="#############" /> @@ -505,7 +505,7 @@ const columnsHistory = ref([ { name: "citizenId", align: "left", - label: "เลขบัตรประจำตัวประชาชน", + label: "เลขประจำตัวประชาชน", sortable: true, field: "citizenId", headerStyle: "font-size: 14px", @@ -836,7 +836,7 @@ const checkCitizen = async (id: string) => { dialogMessage( $q, "ข้อความแจ้งเตือน", - "เลขบัตรประจำตัวประชาชนนี้มีการใช้งานแล้ว", + "เลขประจำตัวประชาชนนี้มีการใช้งานแล้ว", "warning", undefined, "orange", diff --git a/src/modules/03_recruiting/components/Information.vue b/src/modules/03_recruiting/components/Information.vue index 9c289d913..1d0aaf2ae 100644 --- a/src/modules/03_recruiting/components/Information.vue +++ b/src/modules/03_recruiting/components/Information.vue @@ -179,12 +179,12 @@ maxlength="13" :rules="[ (val) => - val.length == 13 || `${'กรุณากรอก เลขบัตรประจำตัวประชาชน'}`, + val.length == 13 || `${'กรุณากรอก เลขประจำตัวประชาชน'}`, (val) => /^[0-9]*$/.test(val) || - `${'กรุณากรอกเลขบัตรประจำตัวประชาชนให้ถูกต้อง'}`, + `${'กรุณากรอกเลขประจำตัวประชาชนให้ถูกต้อง'}`, ]" - label="เลขบัตรประจำตัวประชาชน" + label="เลขประจำตัวประชาชน" />
diff --git a/src/modules/04_registry/components/Information/Information.vue b/src/modules/04_registry/components/Information/Information.vue index fe1f4a7a5..6dc49a0b1 100644 --- a/src/modules/04_registry/components/Information/Information.vue +++ b/src/modules/04_registry/components/Information/Information.vue @@ -26,12 +26,12 @@ v-model="informaData.cardid" @update:model-value="changeCardID" :rules="[ - (val:string) => !!val || `${'กรุณากรอก เลขบัตรประจำตัวประชาชน'}`, + (val:string) => !!val || `${'กรุณากรอก เลขประจำตัวประชาชน'}`, (val:string) => val.length >= 13 || - `${'กรุณากรอกเลขบัตรประจำตัวประชาชนให้ครบ'}`, + `${'กรุณากรอกเลขประจำตัวประชาชนให้ครบ'}`, ]" - label="เลขบัตรประจำตัวประชาชน" + label="เลขประจำตัวประชาชน" maxlength="13" mask="#############" /> @@ -518,7 +518,7 @@ const columnsHistory = ref([ { name: "citizenId", align: "left", - label: "เลขบัตรประจำตัวประชาชน", + label: "เลขประจำตัวประชาชน", sortable: true, field: "citizenId", headerStyle: "font-size: 14px", @@ -849,7 +849,7 @@ const checkCitizen = async (id: string) => { dialogMessage( $q, "ข้อความแจ้งเตือน", - "เลขบัตรประจำตัวประชาชนนี้มีการใช้งานแล้ว", + "เลขประจำตัวประชาชนนี้มีการใช้งานแล้ว", "warning", undefined, "orange", diff --git a/src/modules/04_registry/components/TableProfile.vue b/src/modules/04_registry/components/TableProfile.vue index 756ddac1e..88de0b3b7 100644 --- a/src/modules/04_registry/components/TableProfile.vue +++ b/src/modules/04_registry/components/TableProfile.vue @@ -149,7 +149,7 @@ lazy-rules :model-value="profileId" hide-bottom-space - label="เลขบัตรประจำตัวประชาชน" + label="เลขประจำตัวประชาชน" maxlength="13" @update:model-value="updateProfileId" /> diff --git a/src/modules/05_placement/components/PersonalDetail/Information/Information.vue b/src/modules/05_placement/components/PersonalDetail/Information/Information.vue index 479c51666..a8dbff4f5 100644 --- a/src/modules/05_placement/components/PersonalDetail/Information/Information.vue +++ b/src/modules/05_placement/components/PersonalDetail/Information/Information.vue @@ -353,12 +353,12 @@ const getClass = (val: boolean) => { v-model="informaData.idCard" maxlength="13" :rules="[ - (val:string) => !!val || `${'กรุณากรอก เลขบัตรประจำตัวประชาชน'}`, + (val:string) => !!val || `${'กรุณากรอก เลขประจำตัวประชาชน'}`, (val:string) => val.length >= 13 || - `${'กรุณากรอกเลขบัตรประจำตัวประชาชนให้ครบ'}`, + `${'กรุณากรอกเลขประจำตัวประชาชนให้ครบ'}`, ]" - label="เลขบัตรประจำตัวประชาชน" + label="เลขประจำตัวประชาชน" mask="#############" />
diff --git a/src/modules/05_placement/components/PersonalList/TableDetail.vue b/src/modules/05_placement/components/PersonalList/TableDetail.vue index 373a25987..4289bd5ec 100644 --- a/src/modules/05_placement/components/PersonalList/TableDetail.vue +++ b/src/modules/05_placement/components/PersonalList/TableDetail.vue @@ -210,7 +210,7 @@ const putpersonalForm = async () => {
-
เลขที่ประจำตัวประชาชน
+
เลขประจำตัวประชาชน
วัน/เดือน/ปีเกิด
diff --git a/src/modules/05_placement/components/Receive/information.vue b/src/modules/05_placement/components/Receive/information.vue index 31622d111..a0c2ce9da 100644 --- a/src/modules/05_placement/components/Receive/information.vue +++ b/src/modules/05_placement/components/Receive/information.vue @@ -238,7 +238,7 @@ const checkCitizen = async (id: string) => { dialogMessage( $q, "ข้อความแจ้งเตือน", - "เลขบัตรประจำตัวประชาชนนี้มีการใช้งานแล้ว", + "เลขประจำตัวประชาชนนี้มีการใช้งานแล้ว", "warning", undefined, "orange", @@ -509,18 +509,18 @@ const getClass = (val: boolean) => { @update:model-value="changeCardID" lazy-rules :rules="[ - (val:string) => !!val || `${'กรุณากรอก เลขบัตรประจำตัวประชาชน'}`, + (val:string) => !!val || `${'กรุณากรอก เลขประจำตัวประชาชน'}`, (val:string) => val.length >= 13 || - `${'กรุณากรอกเลขบัตรประจำตัวประชาชนให้ครบ'}`, + `${'กรุณากรอกเลขประจำตัวประชาชนให้ครบ'}`, ]" :readonly="!edit" :borderless="!edit" - label="เลขบัตรประจำตัวประชาชน" + label="เลขประจำตัวประชาชน" maxlength="13" mask="#############" /> - +
{ dialogMessage( $q, "ข้อความแจ้งเตือน", - "เลขบัตรประจำตัวประชาชนนี้มีการใช้งานแล้ว", + "เลขประจำตัวประชาชนนี้มีการใช้งานแล้ว", "warning", undefined, "orange", @@ -599,18 +599,18 @@ const getClass = (val: boolean) => { @update:model-value="changeCardID" lazy-rules :rules="[ - (val:string) => !!val || `${'กรุณากรอก เลขบัตรประจำตัวประชาชน'}`, + (val:string) => !!val || `${'กรุณากรอก เลขประจำตัวประชาชน'}`, (val:string) => val.length >= 13 || - `${'กรุณากรอกเลขบัตรประจำตัวประชาชนให้ครบ'}`, + `${'กรุณากรอกเลขประจำตัวประชาชนให้ครบ'}`, ]" :readonly="!edit" :borderless="!edit" - label="เลขบัตรประจำตัวประชาชน" + label="เลขประจำตัวประชาชน" maxlength="13" mask="#############" /> - +
{ dense lazy-rules :rules="[ - (val:string) => !!val || `${'กรุณากรอก เลขบัตรประจำตัวประชาชน'}`, + (val:string) => !!val || `${'กรุณากรอก เลขประจำตัวประชาชน'}`, (val:string) => val.length >= 13 || - `${'กรุณากรอกเลขบัตรประจำตัวประชาชนให้ครบ'}`, + `${'กรุณากรอกเลขประจำตัวประชาชนให้ครบ'}`, ]" - label="เลขบัตรประจำตัวประชาชน" + label="เลขประจำตัวประชาชน" maxlength="13" mask="#############" @keyup="searchcardid" diff --git a/src/modules/07_insignia/components/4_Allocate/DialogForm.vue b/src/modules/07_insignia/components/4_Allocate/DialogForm.vue index 180de42cb..b2cd29997 100644 --- a/src/modules/07_insignia/components/4_Allocate/DialogForm.vue +++ b/src/modules/07_insignia/components/4_Allocate/DialogForm.vue @@ -97,7 +97,7 @@ const clickSave = () => { label="จำนวน" :rules="[(val) => !!val || `${'กรุณากรอกจำนวน'}`]" /> - +
diff --git a/src/modules/07_insignia/components/5_Borrow/DialogForm.vue b/src/modules/07_insignia/components/5_Borrow/DialogForm.vue index 28a3fac51..1cf15c3d2 100644 --- a/src/modules/07_insignia/components/5_Borrow/DialogForm.vue +++ b/src/modules/07_insignia/components/5_Borrow/DialogForm.vue @@ -274,12 +274,12 @@ const closeDialog = () => { dense lazy-rules :rules="[ - (val: string) => !!val || `${'กรุณากรอก เลขบัตรประจำตัวประชาชน'}`, + (val: string) => !!val || `${'กรุณากรอก เลขประจำตัวประชาชน'}`, (val: string) => val.length >= 13 || - `${'กรุณากรอกเลขบัตรประจำตัวประชาชนให้ครบ'}`, + `${'กรุณากรอกเลขประจำตัวประชาชนให้ครบ'}`, ]" - label="เลขบัตรประจำตัวประชาชน" + label="เลขประจำตัวประชาชน" maxlength="13" mask="#############" @keyup="searchcardid" diff --git a/src/modules/08_registryEmployee/views/Information/Information.vue b/src/modules/08_registryEmployee/views/Information/Information.vue index 42718f1e8..8a683aa09 100644 --- a/src/modules/08_registryEmployee/views/Information/Information.vue +++ b/src/modules/08_registryEmployee/views/Information/Information.vue @@ -26,12 +26,12 @@ v-model="informaData.cardid" @update:model-value="changeCardID" :rules="[ - (val:string) => !!val || `${'กรุณากรอก เลขบัตรประจำตัวประชาชน'}`, + (val:string) => !!val || `${'กรุณากรอก เลขประจำตัวประชาชน'}`, (val:string) => val.length >= 13 || - `${'กรุณากรอกเลขบัตรประจำตัวประชาชนให้ครบ'}`, + `${'กรุณากรอกเลขประจำตัวประชาชนให้ครบ'}`, ]" - label="เลขบัตรประจำตัวประชาชน" + label="เลขประจำตัวประชาชน" maxlength="13" mask="#############" /> @@ -515,7 +515,7 @@ const columnsHistory = ref([ { name: "citizenId", align: "left", - label: "เลขบัตรประจำตัวประชาชน", + label: "เลขประจำตัวประชาชน", sortable: true, field: "citizenId", headerStyle: "font-size: 14px", @@ -846,7 +846,7 @@ const checkCitizen = async (id: string) => { dialogMessage( $q, "ข้อความแจ้งเตือน", - "เลขบัตรประจำตัวประชาชนนี้มีการใช้งานแล้ว", + "เลขประจำตัวประชาชนนี้มีการใช้งานแล้ว", "warning", undefined, "orange", diff --git a/src/modules/08_registryEmployee/views/information.vue b/src/modules/08_registryEmployee/views/information.vue index 5a38b0cb3..04fca63dd 100644 --- a/src/modules/08_registryEmployee/views/information.vue +++ b/src/modules/08_registryEmployee/views/information.vue @@ -24,18 +24,18 @@ @update:model-value="changeCardID" lazy-rules :rules="[ - (val:string) => !!val || `${'กรุณากรอก เลขบัตรประจำตัวประชาชน'}`, + (val:string) => !!val || `${'กรุณากรอก เลขประจำตัวประชาชน'}`, (val:string) => val.length >= 13 || - `${'กรุณากรอกเลขบัตรประจำตัวประชาชนให้ครบ'}`, + `${'กรุณากรอกเลขประจำตัวประชาชนให้ครบ'}`, ]" :readonly="!edit" :borderless="!edit" - label="เลขบัตรประจำตัวประชาชน" + label="เลขประจำตัวประชาชน" maxlength="13" mask="#############" /> - +
([ { name: "citizenId", align: "left", - label: "เลขบัตรประจำตัวประชาชน", + label: "เลขประจำตัวประชาชน", sortable: true, field: "citizenId", headerStyle: "font-size: 14px", @@ -892,7 +892,7 @@ const checkCitizen = async (id: string) => { dialogMessage( $q, "ข้อความแจ้งเตือน", - "เลขบัตรประจำตัวประชาชนนี้มีการใช้งานแล้ว", + "เลขประจำตัวประชาชนนี้มีการใช้งานแล้ว", "warning", undefined, "orange",