remove popup confirm send dialog create command
This commit is contained in:
parent
5fb8c24263
commit
ed25bc39c0
16 changed files with 136 additions and 143 deletions
|
|
@ -98,15 +98,15 @@ function onclickSend() {
|
|||
if (selected.value.length === 0) {
|
||||
dialogMessageNotify($q, "กรุณาเลือกอย่างน้อย 1 บุคคล");
|
||||
} else {
|
||||
dialogConfirm(
|
||||
$q,
|
||||
async () => {
|
||||
modalCommand.value = true;
|
||||
modal.value = false;
|
||||
},
|
||||
"ยืนยันส่งไปออกคำสั่ง",
|
||||
"ต้องการยืนยันส่งไปออกคำสั่งใช่หรือไม่?"
|
||||
);
|
||||
// dialogConfirm(
|
||||
// $q,
|
||||
// async () => {
|
||||
modalCommand.value = true;
|
||||
modal.value = false;
|
||||
// },
|
||||
// "ยืนยันส่งไปออกคำสั่ง",
|
||||
// "ต้องการยืนยันส่งไปออกคำสั่งใช่หรือไม่?"
|
||||
// );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue