mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-21 22:05:45 +00:00
feat(FE-177): Integrate API sales order and fixing sales order initial state
This commit is contained in:
+1
@@ -35,6 +35,7 @@ export type BaseSalesOrder = {
|
||||
total_weight: number;
|
||||
total_price: number;
|
||||
product_warehouse: ProductWarehouse;
|
||||
vehicle_number: string;
|
||||
};
|
||||
|
||||
export type BaseDeliveryOrder = {
|
||||
|
||||
Reference in New Issue
Block a user