api แต่งตั้ง - เลื่อน ,อื่น
This commit is contained in:
parent
b4ac343685
commit
f7e686fbec
10 changed files with 3770 additions and 4 deletions
|
|
@ -108,23 +108,33 @@ export default {
|
|||
|
||||
// แต่งตั้ง-เลื่อน
|
||||
placemenAppointment,
|
||||
appointmentMain: () => `${placement}/appointment`,
|
||||
appointmentByid: (id: string) => `${placement}/appointment/${id}`,
|
||||
appointmentDelete: (id: string) => `${placement}/appointment/${id}`,
|
||||
appointmentPosition: (id: string) => `${placement}/appointment/position/${id}`,
|
||||
apppointmentReport: (id: string) => `${placement}/appointment/report/${id}`,
|
||||
|
||||
// ช่วยราชการ
|
||||
placemenHelpGov,
|
||||
officerMain: () => `${placement}/officer`,
|
||||
officerDetail: (id:string) => `${placement}/officer/${id}`,
|
||||
officerMainDelete: (id:string) => `${placement}/officer/${id}`,
|
||||
officerDetail: (id: string) => `${placement}/officer/${id}`,
|
||||
officerMainDelete: (id: string) => `${placement}/officer/${id}`,
|
||||
officerMainReport: () => `${placement}/officer/report`,
|
||||
|
||||
// ส่งตัวกลับ
|
||||
placemenRepatriation,
|
||||
repatriationMain: () => `${placement}/repatriation`,
|
||||
repatriationDetail: (id:string) => `${placement}/repatriation/${id}`,
|
||||
repatriationMainDelete: (id:string) => `${placement}/repatriation/${id}`,
|
||||
repatriationDetail: (id: string) => `${placement}/repatriation/${id}`,
|
||||
repatriationMainDelete: (id: string) => `${placement}/repatriation/${id}`,
|
||||
repatriationMainReport: () => `${placement}/repatriation/report`,
|
||||
// ขอย้าย
|
||||
placemenRelocation,
|
||||
|
||||
// อื่นๆ
|
||||
placemenOther,
|
||||
otherMain: () => `${placemenOther}`,
|
||||
otherPosition: (id: string) => `${placemenOther}/position/${id}`,
|
||||
otherReport: (id: string) => `${placemenOther}/report/${id}`,
|
||||
otherByid: (id: string) => `${placemenOther}/${id}`,
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue