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

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

@ -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 {
}
}