feat(FE): Add "has_chickin" property to disable quantity editing

This commit is contained in:
rstubryan
2026-02-11 11:40:29 +07:00
parent 5fb065de3e
commit 3834982fca
3 changed files with 27 additions and 2 deletions
+1
View File
@@ -50,6 +50,7 @@ export type PurchaseItem = {
expedition_vendor_name?: string | null;
received_qty?: number | null;
transport_per_item?: number | null;
has_chickin?: boolean;
expedition_vendor?: {
id?: number;
name?: string;