UI優化: 全系統狀態標籤 (StatusBadge) 統一化重構完成 (Phase 3 & 4)
This commit is contained in:
@@ -31,6 +31,8 @@ export interface Warehouse {
|
||||
available_stock?: number;
|
||||
book_amount?: number;
|
||||
abnormal_amount?: number;
|
||||
default_transit_warehouse_id?: string | null; // 預設在途倉 ID
|
||||
default_transit_warehouse_name?: string | null; // 預設在途倉名稱
|
||||
}
|
||||
// 倉庫中的庫存項目
|
||||
export interface WarehouseInventory {
|
||||
|
||||
Reference in New Issue
Block a user