เงินเดือน => pemission รายการเลื่อนค่าจ้างลูกจ้างประจำ

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-08-13 14:49:34 +07:00
parent e422ef250c
commit 891955e26e
9 changed files with 96 additions and 71 deletions

View file

@ -53,8 +53,8 @@ const nextPage = ref<number>(1);
/**function เรียกข้อมูลรอบการขึ้นค่าจ้าง*/
function getRound() {
isDisable.value = false;
showLoader();
isDisable.value = false;
http
.get(
config.API.salaryPeriodActive(year.value.toString()) +
@ -100,9 +100,6 @@ function getRound() {
})
.catch((e) => {
messageError($q, e);
})
.finally(() => {
hideLoader();
});
}
@ -238,7 +235,7 @@ function fetchSalalyPeriod(rootId: string, periodId: string, snap: string) {
.finally(() => {
setTimeout(() => {
hideLoader();
}, 800);
}, 1500);
});
}
}

View file

@ -50,6 +50,7 @@ const lastPage = ref<number>(0);
/**function เรียกข้อมูลรอบการขึ้นเงินเดือน*/
function getRound() {
showLoader();
isDisable.value = false;
http
.get(