refactor(FE-208,212): refine PurchaseRequestForm validation and state management

This commit is contained in:
rstubryan
2025-11-18 13:50:54 +07:00
parent 964a4500ab
commit edd59598f9
2 changed files with 120 additions and 98 deletions
@@ -21,7 +21,7 @@ type PurchaseRequestFormSchemaType = {
warehouse?: {
value: number;
label: string;
};
} | null;
warehouse_id: number;
notes: string | null;
items: {