feat:仓库、库区、仓位基础功能

This commit is contained in:
zhouz
2026-07-20 15:01:50 +08:00
parent d60f33022c
commit 949609246e
46 changed files with 3179 additions and 40 deletions

View File

@@ -279,6 +279,7 @@ const WMS_DICT = {
WMS_ORDER_STATUS: 'wms_order_status', // WMS 单据状态
WMS_RECEIPT_ORDER_TYPE: 'wms_receipt_order_type', // WMS 入库单类型
WMS_SHIPMENT_ORDER_TYPE: 'wms_shipment_order_type', // WMS 出库单类型
WMS_LOCK_TYPE: 'wms_lock_type', // WMS 锁定类型
} as const;
/** ========== TASK - 任务管理模块 ========== */