รายการลาออก

This commit is contained in:
setthawutttty 2025-05-07 22:08:48 +07:00
parent 2c3be4c51e
commit e2e24b7717
9 changed files with 231 additions and 132 deletions

View file

@ -76,4 +76,10 @@ export default {
//รายงาน
retirementReport: `${report}`,
addResign: (profileType:string,type: string, id: string) =>
`${retirement}/resign${profileType}/officer/add-resign/${type}/${id}`,
sendApproveRetirement:(type:string,id:string)=>`${retirement}/resign${type}/admin/approve/officer/${id}`,
commanderApproveRetirement:(type:string,id:string,typeApprove:string,path:string)=>`${retirement}/resign${type}/admin/${typeApprove}${path}/${id}`
};