feat: 增加LMS日计划管理页面

This commit is contained in:
zhouz
2026-08-14 15:25:59 +08:00
parent 558d8ad285
commit ea61e16d9b
6 changed files with 549 additions and 0 deletions

View File

@@ -311,6 +311,10 @@ const RawFoil_DICT = {
EMPTYROLLER_CASHEPOSITION_TYPE: 'emptyroller_casheposition_type', // 空辊缓存位点位类型
LMS_STOCKING_IVT_POINT_TYPE: 'lms_stocking_ivt_point_type', // LMS 备货区域点位类型
LMS_STOCKING_IVT_STATUS: 'lms_stocking_ivt_status', // LMS 备货区域点位状态
LMS_DAILY_PLAN_SOURCE_TYPE: 'lms_daily_plan_source_type', // LMS 日计划来源
LMS_DAILY_PLAN_ORDER_STATUS: 'lms_daily_plan_order_status', // LMS 日计划订单状态
LMS_DAILY_PLAN_WORK_STATUS: 'lms_daily_plan_work_status', // LMS 日计划作业状态
LMS_DAILY_PLAN_STRATEGY_MODE: 'lms_daily_plan_strategy_mode', // LMS 日计划策略模式
} as const;
/** 字典类型枚举 - 统一导出 */