step 4 ออกคำสั่ง

This commit is contained in:
Warunee Tamkoo 2023-08-26 18:37:58 +07:00
parent 27340c9ca8
commit e8a4294ea1
8 changed files with 236 additions and 769 deletions

View file

@ -222,20 +222,8 @@ const columns = ref<QTableProps["columns"]>([
field: "",
},
]);
const rows = ref<any>([
// {
// no: "1",
// status: "",
// name: " ",
// type: "",
// page: "8",
// number: "11",
// vatnumber: "5647833",
// datepay: null,
// typepay: null,
// address: " 2/3 14 ...",
// },
]);
const rows = ref<any>([]);
watch(tab, () => {
if (tab.value !== "doc") {
fecthlistInsignia();