ทะเบียนประวัติ

- แก้ไขเมนูลูกจ้าง จากแต่งตั้งเป็น "ปรับระดับชั้นงาน - ย้าย"
- ปรับการ redirect
This commit is contained in:
Warunee Tamkoo 2023-10-26 12:03:08 +07:00
parent 94de8b1035
commit e365ed04bb

View file

@ -208,15 +208,9 @@
>
<q-item-section style="min-width: 0px" avatar class="q-py-sm">
</q-item-section>
<q-item-section>แตงต</q-item-section>
<q-item-section>ปรบระดบชนงาน - าย</q-item-section>
</q-item>
<q-separator />
<!-- <q-item clickable v-close-popup @click="relocationPost">
<q-item-section style="min-width: 0px" avatar class="q-py-sm">
</q-item-section>
<q-item-section>าย</q-item-section>
</q-item>
<q-separator /> -->
<q-item
clickable
v-close-popup
@ -1097,6 +1091,7 @@ const helpPost = async () => {
})
.finally(() => {
hideLoader();
router.push('/help-government')
});
});
};
@ -1116,6 +1111,7 @@ const repatriationPost = async () => {
})
.finally(() => {
hideLoader();
router.push('/repatriate')
});
});
};
@ -1135,6 +1131,7 @@ const appointPost = async () => {
})
.finally(() => {
hideLoader();
router.push('/appoint-promote')
});
});
};
@ -1155,6 +1152,7 @@ const appointEmployeePost = async () => {
})
.finally(() => {
hideLoader();
router.push('/appoint-employee')
});
});
};
@ -1182,6 +1180,7 @@ const outPost = async () => {
})
.finally(() => {
hideLoader();
router.push('/dismiss-order')
});
});
};
@ -1201,6 +1200,7 @@ const dischargePost = async () => {
})
.finally(() => {
hideLoader();
router.push('/discharged')
});
});
};
@ -1220,6 +1220,7 @@ const expulsionPost = async () => {
})
.finally(() => {
hideLoader();
router.push('/expulsion')
});
});
};
@ -1239,6 +1240,7 @@ const otherPost = async () => {
})
.finally(() => {
hideLoader();
router.push('/other')
});
});
};