แก้ไข้ API ออกคำสั่ง Step2

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-08-09 16:10:02 +07:00
parent 742fda67f6
commit 5dfa5bea4f
3 changed files with 86 additions and 27 deletions

View file

@ -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}`,