ฟอร์มตามประเภทคำสั่ง
This commit is contained in:
parent
4da9bdd7f0
commit
2f8f1246a5
2 changed files with 1822 additions and 345 deletions
|
|
@ -61,6 +61,8 @@ export default {
|
||||||
`${placement}/position/clear/${personalId}`,
|
`${placement}/position/clear/${personalId}`,
|
||||||
|
|
||||||
// order
|
// order
|
||||||
|
organizationsOrder: () => `${order}/order/organizations`,
|
||||||
|
approverOC: (id: string) => `${order}/order/approver/${id}`,
|
||||||
yearOptionsOrder: () => `${order}/order/fiscal-year`,
|
yearOptionsOrder: () => `${order}/order/fiscal-year`,
|
||||||
listOrder: () => `${order}/order`,
|
listOrder: () => `${order}/order`,
|
||||||
detailOrder: (orderId: string) => `${order}/order/detail/${orderId}`,
|
detailOrder: (orderId: string) => `${order}/order/detail/${orderId}`,
|
||||||
|
|
@ -120,7 +122,7 @@ export default {
|
||||||
officerDetail: (id: string) => `${placement}/officer/${id}`,
|
officerDetail: (id: string) => `${placement}/officer/${id}`,
|
||||||
officerMainDelete: (id: string) => `${placement}/officer/${id}`,
|
officerMainDelete: (id: string) => `${placement}/officer/${id}`,
|
||||||
officerMainReport: () => `${placement}/officer/report`,
|
officerMainReport: () => `${placement}/officer/report`,
|
||||||
officerMainEdit: (id:string) => `${placemenHelpGov}/${id}`,
|
officerMainEdit: (id: string) => `${placemenHelpGov}/${id}`,
|
||||||
|
|
||||||
// ส่งตัวกลับ
|
// ส่งตัวกลับ
|
||||||
placemenRepatriation,
|
placemenRepatriation,
|
||||||
|
|
@ -128,15 +130,15 @@ export default {
|
||||||
repatriationDetail: (id: string) => `${placement}/repatriation/${id}`,
|
repatriationDetail: (id: string) => `${placement}/repatriation/${id}`,
|
||||||
repatriationMainDelete: (id: string) => `${placement}/repatriation/${id}`,
|
repatriationMainDelete: (id: string) => `${placement}/repatriation/${id}`,
|
||||||
repatriationMainReport: () => `${placement}/repatriation/report`,
|
repatriationMainReport: () => `${placement}/repatriation/report`,
|
||||||
repatriationMainEdit: (id:string) => `${placemenRepatriation}/${id}`,
|
repatriationMainEdit: (id: string) => `${placemenRepatriation}/${id}`,
|
||||||
// ขอย้าย
|
// ขอย้าย
|
||||||
placemenRelocation,
|
placemenRelocation,
|
||||||
relocationMain: () => `${placement}/relocation`,
|
relocationMain: () => `${placement}/relocation`,
|
||||||
relocationDetail: (id:string) => `${placement}/relocation/${id}`,
|
relocationDetail: (id: string) => `${placement}/relocation/${id}`,
|
||||||
relocationMainDelete: (id:string) => `${placement}/relocation/${id}`,
|
relocationMainDelete: (id: string) => `${placement}/relocation/${id}`,
|
||||||
relocationMainReport: () => `${placement}/relocation/report`,
|
relocationMainReport: () => `${placement}/relocation/report`,
|
||||||
relocationMainPut: (id:string) => `${placement}/relocation/position/${id}`,
|
relocationMainPut: (id: string) => `${placement}/relocation/position/${id}`,
|
||||||
relocationMainEdit: (id:string) => `${placemenRelocation}/${id}`,
|
relocationMainEdit: (id: string) => `${placemenRelocation}/${id}`,
|
||||||
// อื่นๆ
|
// อื่นๆ
|
||||||
placemenOther,
|
placemenOther,
|
||||||
otherMain: () => `${placemenOther}`,
|
otherMain: () => `${placemenOther}`,
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue