แก้ไข้ API ออกคำสั่ง Step2
This commit is contained in:
parent
742fda67f6
commit
5dfa5bea4f
3 changed files with 86 additions and 27 deletions
|
|
@ -70,6 +70,7 @@ export default {
|
|||
|
||||
//ข้อมูลเลือกรายชื่อออกคำสั่ง, ลบรายชื่อ
|
||||
personsOrder: (orderId: string) => `${order}/order/persons/${orderId}`,
|
||||
personsselectedOrder: (orderId: string) => `${order}/order/persons-selected/${orderId}`,
|
||||
|
||||
//เปลี่ยน status ของคำสั่งไปขั้นตอนถัดไป
|
||||
nextOrder: (orderId: string) => `${order}/order/next/${orderId}`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue