|
@@ -10,6 +10,7 @@ const DictDataUtil = {
|
|
|
plan_order_priority: "plan_order_priority",
|
|
|
//订单状态
|
|
|
plan_order_state: "plan_order_state",
|
|
|
+ spc_operation: "spc_operation",
|
|
|
},
|
|
|
EXPAND_FIELD_TABLE: {
|
|
|
//映射表列表
|
|
@@ -18,6 +19,7 @@ const DictDataUtil = {
|
|
|
plan_order_info: "plan_order_info",
|
|
|
//映射字段列表
|
|
|
expand_field_list: "expand_field_list",
|
|
|
+ spc_operation: "spc_operation",
|
|
|
},
|
|
|
};
|
|
|
|