api ออกคำสั่ง

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-08-25 17:02:18 +07:00
parent 8aa5770c4c
commit c99f221c83
2 changed files with 1120 additions and 370 deletions

View file

@ -72,7 +72,7 @@ export default {
prevStep: (orderId: string) => `${order}/order/prev/${orderId}`,
executeOrder: (orderId: string) => `${order}/order/execute/${orderId}`,
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}`, //ข้อมูลเลือกรายชื่อออกคำสั่ง, ลบรายชื่อ
personsselectedOrder: (orderId: string) =>
`${order}/order/persons-selected/${orderId}`,
@ -150,5 +150,11 @@ export default {
otherReport: (id: string) => `${placemenOther}/report/${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