รายการช่วยราชการ ส่งตัวกลับ ย้าย
This commit is contained in:
parent
314d7113bf
commit
077f12a34d
8 changed files with 290 additions and 264 deletions
|
|
@ -115,6 +115,7 @@ export default {
|
|||
officerDetail: (id:string) => `${placement}/officer/${id}`,
|
||||
officerMainDelete: (id:string) => `${placement}/officer/${id}`,
|
||||
officerMainReport: () => `${placement}/officer/report`,
|
||||
officerMainEdit: (id:string) => `${placemenHelpGov}/${id}`,
|
||||
|
||||
// ส่งตัวกลับ
|
||||
placemenRepatriation,
|
||||
|
|
@ -122,12 +123,15 @@ export default {
|
|||
repatriationDetail: (id:string) => `${placement}/repatriation/${id}`,
|
||||
repatriationMainDelete: (id:string) => `${placement}/repatriation/${id}`,
|
||||
repatriationMainReport: () => `${placement}/repatriation/report`,
|
||||
repatriationMainEdit: (id:string) => `${placemenRepatriation}/${id}`,
|
||||
// ขอย้าย
|
||||
placemenRelocation,
|
||||
relocationMain: () => `${placement}/relocation`,
|
||||
relocationDetail: (id:string) => `${placement}/relocation/${id}`,
|
||||
relocationMainDelete: (id:string) => `${placement}/relocation/${id}`,
|
||||
relocationMainReport: () => `${placement}/relocation/report`,
|
||||
relocationMainPut: (id:string) => `${placement}/relocation/position/${id}`,
|
||||
relocationMainEdit: (id:string) => `${placemenRelocation}/${id}`,
|
||||
// อื่นๆ
|
||||
placemenOther,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue