แก้ข้อความเลขประจำตัวประชาชนให้เหมือนกันทุกจุด

This commit is contained in:
Warunee Tamkoo 2024-01-24 15:22:07 +07:00
parent 1643c13983
commit ed648fae40
23 changed files with 58 additions and 58 deletions

View file

@ -35,7 +35,7 @@ const props = defineProps({
const isReadonly = ref<boolean>(false); //
const emit = defineEmits(["formDataReturn"]);
/**
* อมรหสบตรประชาชน
* อมเลขประจำตประชาชน
*/
//
const idCard = ref<string>("");
@ -111,7 +111,7 @@ function addEmployee() {
hideLoader();
});
} else {
dialogMessageNotify($q, "กรุณากรอกเลขบัตรประชาชนให้ครบ 13 หลัก");
dialogMessageNotify($q, "กรุณากรอกเลขประจำตัวประชาชนให้ครบ 13 หลัก");
hideLoader();
}
}
@ -182,12 +182,12 @@ function inputEdit(val: boolean) {
dense
outlined
v-model="idCard"
label="รหัสบัตรประชาชน"
label="เลขประจำตัวประชาชน"
ref="idCardRef"
for="idCardRef"
hide-bottom-space
mask="#-####-#####-##-#"
:rules="[(val: string) => !!val || `${'กรุณากรอกรหัสบัตรประชาชน'}`]"
:rules="[(val: string) => !!val || `${'กรุณากรอกเลขประจำตัวประชาชน'}`]"
/>
</div>
<div class="col-2">

View file

@ -41,7 +41,7 @@ const props = defineProps({
const isReadonly = ref<boolean>(false); //
const emit = defineEmits(["formDataReturn"]);
/**
* อมรหสบตรประชาชน
* อมเลขประจำตประชาชน
*/
//
const idCard = ref<string>("");