From 8d9059ad322a14290991be070767db6e4073bb65 Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Mon, 15 Sep 2025 17:04:48 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B8=82=E0=B9=89?= =?UTF-8?q?=E0=B8=AD=E0=B8=84=E0=B8=A7=E0=B8=B2=E0=B8=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/09_leave/views/06_ReportMain.vue | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/src/modules/09_leave/views/06_ReportMain.vue b/src/modules/09_leave/views/06_ReportMain.vue index 5de0fb5ec..5dd4c3f23 100644 --- a/src/modules/09_leave/views/06_ReportMain.vue +++ b/src/modules/09_leave/views/06_ReportMain.vue @@ -30,8 +30,14 @@ const $q = useQuasar(); const route = useRoute(); const { fetchStructureTree } = useStructureTree(); -const { date2Thai, dateToISO, messageError, monthYear2Thai,showLoader,hideLoader } = - useCounterMixin(); +const { + date2Thai, + dateToISO, + messageError, + monthYear2Thai, + showLoader, + hideLoader, +} = useCounterMixin(); const year = ref(new Date().getFullYear()); const dateStart = ref(new Date(year.value - 1, 9, 1)); @@ -403,7 +409,7 @@ const isLoad = ref(false); * @param fileType pdf/xlsx */ function getReport(isName: string) { - showLoader() + showLoader(); const body = { type: leaveType.value === "FULL" @@ -454,7 +460,7 @@ function getReport(isName: string) { messageError($q, e); }) .finally(() => { - hideLoader() + hideLoader(); }); } onMounted(() => { @@ -1119,7 +1125,9 @@ onMounted(() => { -

รายงานการเข้างานไม่มี พรีวิว

+

+ รายงานการเข้างานไม่มีพรีวิวกรุณาคลิกดาวน์โหลด +