api ออกคำสั่ง
This commit is contained in:
parent
8aa5770c4c
commit
c99f221c83
2 changed files with 1120 additions and 370 deletions
|
|
@ -72,7 +72,7 @@ export default {
|
||||||
prevStep: (orderId: string) => `${order}/order/prev/${orderId}`,
|
prevStep: (orderId: string) => `${order}/order/prev/${orderId}`,
|
||||||
executeOrder: (orderId: string) => `${order}/order/execute/${orderId}`,
|
executeOrder: (orderId: string) => `${order}/order/execute/${orderId}`,
|
||||||
createOrder: () => `${order}/order/detail`,
|
createOrder: () => `${order}/order/detail`,
|
||||||
examroundOrder: () => `${order}/order/detail/exam-round`,
|
examroundOrder: (commandCode: string) => `${order}/order/detail/exam-round/${commandCode}`,
|
||||||
personsOrder: (orderId: string) => `${order}/order/persons/${orderId}`, //ข้อมูลเลือกรายชื่อออกคำสั่ง, ลบรายชื่อ
|
personsOrder: (orderId: string) => `${order}/order/persons/${orderId}`, //ข้อมูลเลือกรายชื่อออกคำสั่ง, ลบรายชื่อ
|
||||||
personsselectedOrder: (orderId: string) =>
|
personsselectedOrder: (orderId: string) =>
|
||||||
`${order}/order/persons-selected/${orderId}`,
|
`${order}/order/persons-selected/${orderId}`,
|
||||||
|
|
@ -150,5 +150,11 @@ export default {
|
||||||
otherReport: (id: string) => `${placemenOther}/report/${id}`,
|
otherReport: (id: string) => `${placemenOther}/report/${id}`,
|
||||||
otherByid: (id: string) => `${placemenOther}/${id}`,
|
otherByid: (id: string) => `${placemenOther}/${id}`,
|
||||||
|
|
||||||
userPlacement:(id:string) => `${placement}/user/${id}`
|
userPlacement: (id: string) => `${placement}/user/${id}`,
|
||||||
|
|
||||||
|
// orderForm
|
||||||
|
orderCPM: (type: string) => `${order}/order/${type}/detail`,
|
||||||
|
orderCPMUpdate: (type: string, id: string) => `${order}/order/${type}/detail/${id}`,
|
||||||
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue