Merge branch 'develop' into devTee

# Conflicts:
#	src/modules/04_registryPerson/components/requestEdit/01_TabInformation.vue
This commit is contained in:
setthawutttty 2024-10-11 15:51:39 +07:00
commit ea01d168cb
20 changed files with 384 additions and 328 deletions

View file

@ -744,7 +744,8 @@ function onSubmitDate() {
function openModalOrder(val: boolean) {
// object #e.draft == "" &&
rowsOrder.value = rows.value.filter(
(e: any) => e.nodeName !== null && e.reportingDate !== null
(e: any) =>
e.nodeName !== null && e.reportingDate !== null && e.statusId !== "REPORT"
);
modalOrder.value = val;
}
@ -808,6 +809,7 @@ onMounted(async () => {
<q-btn
v-if="
props.row.statusId !== 'DONE' &&
props.row.statusId !== 'REPORT' &&
(checkPermission($route)?.attrIsGet ||
checkPermission($route)?.attrIsUpdate)
"