UI優化: 全系統狀態標籤 (StatusBadge) 統一化重構完成 (Phase 3 & 4)
All checks were successful
Koori-ERP-Deploy-System / deploy-demo (push) Has been skipped
Koori-ERP-Deploy-System / deploy-production (push) Successful in 1m8s

This commit is contained in:
2026-02-13 13:16:05 +08:00
56 changed files with 3343 additions and 429 deletions

View File

@@ -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 {