Merge branch 'develop' into devTee

This commit is contained in:
setthawutttty 2025-07-21 10:41:41 +07:00
commit a396e8e2e4
2 changed files with 13 additions and 13 deletions

View file

@ -194,10 +194,10 @@ function Reset() {
* นยนการสงไปออกคำส
*/
function clickAddlist() {
dialogConfirm($q, async () => {
modalCommand.value = true;
props.clickClose?.();
});
// dialogConfirm($q, async () => {
props.clickClose?.();
modalCommand.value = true;
// });
}
/**

View file

@ -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();
// },
// "",
// " ?"
// );
}
}