Merge branch 'develop' into devTee
This commit is contained in:
commit
a396e8e2e4
2 changed files with 13 additions and 13 deletions
|
|
@ -194,10 +194,10 @@ function Reset() {
|
|||
* ยืนยันการส่งไปออกคำสั่ง
|
||||
*/
|
||||
function clickAddlist() {
|
||||
dialogConfirm($q, async () => {
|
||||
modalCommand.value = true;
|
||||
props.clickClose?.();
|
||||
});
|
||||
// dialogConfirm($q, async () => {
|
||||
props.clickClose?.();
|
||||
modalCommand.value = true;
|
||||
// });
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -195,15 +195,15 @@ function onClickSendOrder() {
|
|||
if (selected.value.length == 0) {
|
||||
dialogMessageNotify($q, "กรุณาเลือกคนออกคำสั่ง");
|
||||
} else {
|
||||
dialogConfirm(
|
||||
$q,
|
||||
() => {
|
||||
modalCommand.value = true;
|
||||
closeDialog();
|
||||
},
|
||||
"ยื่นยันการส่งรายชื่อไปออกคำสั่ง",
|
||||
"ต้องการยืนยันการส่งรายชื่อไปออกคำสั่งนี้หรือไม่ ?"
|
||||
);
|
||||
// dialogConfirm(
|
||||
// $q,
|
||||
// () => {
|
||||
modalCommand.value = true;
|
||||
closeDialog();
|
||||
// },
|
||||
// "ยืนยันการส่งรายชื่อไปออกคำสั่ง",
|
||||
// "ต้องการยืนยันการส่งรายชื่อไปออกคำสั่งนี้หรือไม่ ?"
|
||||
// );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue