แก้ไข อัพโหลดเอกสารรับโอน
This commit is contained in:
parent
e312462f80
commit
fadd6a4df7
4 changed files with 378 additions and 151 deletions
|
|
@ -72,7 +72,8 @@ export default {
|
|||
prevStep: (orderId: string) => `${order}/order/prev/${orderId}`,
|
||||
executeOrder: (orderId: string) => `${order}/order/execute/${orderId}`,
|
||||
createOrder: () => `${order}/order/detail`,
|
||||
examroundOrder: (commandCode: string) => `${order}/order/detail/exam-round/${commandCode}`,
|
||||
examroundOrder: (commandCode: string) =>
|
||||
`${order}/order/detail/exam-round/${commandCode}`,
|
||||
personsOrder: (orderId: string) => `${order}/order/persons/${orderId}`, //ข้อมูลเลือกรายชื่อออกคำสั่ง, ลบรายชื่อ
|
||||
personsselectedOrder: (orderId: string) =>
|
||||
`${order}/order/persons-selected/${orderId}`,
|
||||
|
|
@ -99,6 +100,7 @@ export default {
|
|||
receiveDataId: (id: string) => `${receive}/${id}`,
|
||||
receivePosition: (id: string) => `${receive}/position/${id}`,
|
||||
receiveDataPosition: () => `${receive}/use`,
|
||||
receiveFile: (id: string) => `${receive}/upload/${id}`,
|
||||
|
||||
//tranfer ระบบคำขอโอน
|
||||
transfer,
|
||||
|
|
@ -108,13 +110,13 @@ export default {
|
|||
transferUserId: (id: string) => `${transfer}/user/${id}`,
|
||||
transferConfirmId: (id: string) => `${transfer}/confirm/${id}`,
|
||||
|
||||
|
||||
// แต่งตั้ง-เลื่อน
|
||||
placemenAppointment,
|
||||
appointmentMain: () => `${placement}/appointment`,
|
||||
appointmentByid: (id: string) => `${placement}/appointment/${id}`,
|
||||
appointmentDelete: (id: string) => `${placement}/appointment/${id}`,
|
||||
appointmentPosition: (id: string) => `${placement}/appointment/position/${id}`,
|
||||
appointmentPosition: (id: string) =>
|
||||
`${placement}/appointment/position/${id}`,
|
||||
apppointmentReport: (id: string) => `${placement}/appointment/report/${id}`,
|
||||
apppointmentPosition: () => `${placement}/appointment/use`,
|
||||
|
||||
|
|
@ -152,10 +154,8 @@ export default {
|
|||
|
||||
userPlacement: (id: string) => `${placement}/user/${id}`,
|
||||
|
||||
// orderForm
|
||||
// orderForm
|
||||
orderCPM: (type: string) => `${order}/order/${type}/detail`,
|
||||
orderCPMUpdate: (type: string, id: string) => `${order}/order/${type}/detail/${id}`,
|
||||
|
||||
|
||||
|
||||
orderCPMUpdate: (type: string, id: string) =>
|
||||
`${order}/order/${type}/detail/${id}`,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue