แก้ข้อความเลขประจำตัวประชาชนให้เหมือนกันทุกจุด
This commit is contained in:
parent
1643c13983
commit
ed648fae40
23 changed files with 58 additions and 58 deletions
|
|
@ -45,7 +45,7 @@ const typeOps = ref<typeOp[]>([
|
|||
const isReadonly = ref<boolean>(false); // อ่านได้อย่างเดียว
|
||||
const emit = defineEmits(["formDataReturn"]);
|
||||
/**
|
||||
* ข้อมูลรหัสบัตรประชาชน
|
||||
* ข้อมูลเลขประจำตัวประชาชน
|
||||
*/
|
||||
//
|
||||
const idCard = ref<string>("");
|
||||
|
|
@ -176,7 +176,7 @@ function addEmployee() {
|
|||
}
|
||||
if (idCard.value.length !== 13) {
|
||||
hideLoader();
|
||||
dialogMessageNotify($q, "กรุณากรอกเลขบัตรประชาชนให้ครบ 13 หลัก");
|
||||
dialogMessageNotify($q, "กรุณากรอกเลขประจำตัวประชาชนให้ครบ 13 หลัก");
|
||||
} else {
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue