refactor(FE-208,212,213): replace product_id and warehouse_id with purchase_item_id in PurchaseRequestStaffApprovalForm and related schemas

This commit is contained in:
rstubryan
2025-11-20 23:21:12 +07:00
parent a6d187a8b3
commit b2ef545f63
3 changed files with 33 additions and 59 deletions
+1 -2
View File
@@ -82,8 +82,7 @@ export type CreateStaffApprovalRequestPayload = {
action: 'APPROVED' | 'REJECTED';
notes?: string | null;
items: {
product_id: number;
warehouse_id: number;
purchase_item_id: number;
qty: number;
price: number;
total_price: number;