ทะเบียนประวัติ
- แก้ไขเมนูลูกจ้าง จากแต่งตั้งเป็น "ปรับระดับชั้นงาน - ย้าย" - ปรับการ redirect
This commit is contained in:
parent
94de8b1035
commit
e365ed04bb
1 changed files with 9 additions and 7 deletions
|
|
@ -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')
|
||||
});
|
||||
});
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue