clear รายละเอียดอื่นๆ ยืมคืนเวลาเปลี่ยนเลขบัตร
This commit is contained in:
parent
7e32801205
commit
afcc93c445
1 changed files with 12 additions and 0 deletions
|
|
@ -223,6 +223,8 @@ const clickSave = async () => {
|
||||||
|
|
||||||
// ค้นหาคนจากเลขประจำตัวประชาชน
|
// ค้นหาคนจากเลขประจำตัวประชาชน
|
||||||
const searchcardid = async () => {
|
const searchcardid = async () => {
|
||||||
|
console.log("test2");
|
||||||
|
|
||||||
if (cardid.value.length === 13) {
|
if (cardid.value.length === 13) {
|
||||||
showLoader();
|
showLoader();
|
||||||
const node = await listPerson.value.find(
|
const node = await listPerson.value.find(
|
||||||
|
|
@ -246,8 +248,18 @@ const searchcardid = async () => {
|
||||||
reason.value = "";
|
reason.value = "";
|
||||||
hideLoader();
|
hideLoader();
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
fullName.value = "";
|
||||||
|
brand.value = "";
|
||||||
|
clearReceiveDate()
|
||||||
|
// OrganazationId.value = "";
|
||||||
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
// watch(cardid,()=>{
|
||||||
|
// if(cardid.value.length === 13)
|
||||||
|
|
||||||
|
// })
|
||||||
|
|
||||||
// ปิด dialog
|
// ปิด dialog
|
||||||
const closeDialog = () => {
|
const closeDialog = () => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue