updated & fix bug

This commit is contained in:
Warunee Tamkoo 2024-02-28 15:24:02 +07:00
parent 704fce71ed
commit 84bb5b20a0
4 changed files with 92 additions and 38 deletions

View file

@ -112,6 +112,7 @@ const reqMaster = reactive<FilterMaster>({
page: 1,
pageSize: 10,
keyword: "",
revisionId: store.activeId
});
const totalRow = ref<number>(0);
const selectedPos = ref<PosMaster[]>([]);
@ -232,7 +233,7 @@ function clearForm() {
<q-card
bordered
class="col-12 col-sm-4 scroll q-pa-sm"
style="height: 750px"
style="height: 75vh"
>
<q-toolbar style="padding: 0">
<q-toolbar-title class="text-subtitle2 text-bold"