remove popup confirm send dialog create command

This commit is contained in:
Warunee Tamkoo 2025-07-18 16:08:08 +07:00
parent 5fb8c24263
commit ed25bc39c0
16 changed files with 136 additions and 143 deletions

View file

@ -214,15 +214,15 @@ const modalCommand = ref<boolean>(false); //สร้าง/เลือกค
/** ฟังก์ชันยืนยันการส่งออกคำสั่ง*/
function saveOrder() {
dialogConfirm(
$q,
async () => {
props?.clickClose?.();
modalCommand.value = true;
},
"ยืนยันส่งไปออกคำสั่ง",
"ต้องการยืนยันส่งไปออกคำสั่งใช่หรือไม่?"
);
// dialogConfirm(
// $q,
// async () => {
props?.clickClose?.();
modalCommand.value = true;
// },
// "",
// "?"
// );
}
/** ฟังก์ชันอัปเดทค่าในช่องค้นหา*/