Merge branch 'develop' into warunee-dev

This commit is contained in:
Warunee Tamkoo 2023-08-09 16:38:39 +07:00
commit 6d05f12adf
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}`,