feat:组盘PC

This commit is contained in:
2026-07-21 14:21:34 +08:00
parent 11bada2873
commit 736618cefa
33 changed files with 2030 additions and 26 deletions

View File

@@ -283,6 +283,8 @@ const WMS_DICT = {
WMS_STRATEGY_TYPE: 'wms_strategy_type', // WMS策略类型
WMS_OUT_IN_STRATEGY_TYPE: 'wms_out_in_strategy_type', // WMS出入库策略类型
WMS_LOCK_TYPE: 'wms_lock_type', // WMS 锁定类型
WMS_STRATEGY_CLASS_TYPE: 'wms_strategy_class_type', // WMS 处理类类型
WMS_GROUP_PLATE_STATUS: 'wms_group_plate_status', // 组盘记录
} as const;
/** ========== TASK - 任务管理模块 ========== */