mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-21 05:45:46 +00:00
refactor(FE-208,212): update PurchaseRequestForm schema and component to handle warehouse IDs
This commit is contained in:
Vendored
+1
-1
@@ -21,10 +21,10 @@ export type Purchase = BaseMetadata & BasePurchase;
|
||||
|
||||
export type CreatePurchaseRequestPayload = {
|
||||
supplier_id: number;
|
||||
warehouse_ids: number[];
|
||||
credit_term: number;
|
||||
notes?: string | null;
|
||||
purchase_items: {
|
||||
warehouse_ids: number;
|
||||
product_id: number;
|
||||
product_warehouse_id: number;
|
||||
total_qty: number;
|
||||
|
||||
Reference in New Issue
Block a user