ปรับแก้ไขเครื่องราช

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-09-01 13:54:08 +07:00
parent 64152f72d9
commit 7611d51974
11 changed files with 386 additions and 71 deletions

View file

@ -172,9 +172,9 @@ const statuscode = computed(() => {
orderTypeCode.value === "c-pm-14" ||
orderTypeCode.value === "c-pm-21"
) {
return true;
return false;
}
return false;
return true;
});
const dialogDeleteData = async (id: string) => {
dialogRemove($q, () => deleteData(id));