รายการลาออก
This commit is contained in:
parent
2c3be4c51e
commit
e2e24b7717
9 changed files with 231 additions and 132 deletions
|
|
@ -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}`
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue