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

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

@ -84,7 +84,7 @@ const columns = ref<QTableProps["columns"]>([
{
name: "idcard",
align: "left",
label: "เลขบัตรประชาชน",
label: "เลขประจำตัวประชาชน",
sortable: true,
field: "idcard",
headerStyle: "font-size: 14px",

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

View file

@ -113,7 +113,7 @@ const columns = ref<QTableProps["columns"]>([
{
name: "citizenId",
align: "left",
label: "เลขบัตรประชาชน",
label: "เลขประจำตัวประชาชน",
sortable: true,
field: "citizenId",
headerStyle: "font-size: 14px",