|
@@ -4,8 +4,9 @@ const DictDataUtil = {
|
|
request_url:
|
|
request_url:
|
|
import.meta.env.VITE_APP_BASE_API + "/api/v1/sys/dictData/queryByType/",
|
|
import.meta.env.VITE_APP_BASE_API + "/api/v1/sys/dictData/queryByType/",
|
|
dept_tree_url: import.meta.env.VITE_APP_BASE_API + "/api/v1/sys/dept/orgTree",
|
|
dept_tree_url: import.meta.env.VITE_APP_BASE_API + "/api/v1/sys/dept/orgTree",
|
|
- dept_list_url:import.meta.env.VITE_APP_BASE_API+"/api/v1/sys/dept/parent/list",
|
|
|
|
- post_list_url:import.meta.env.VITE_APP_BASE_API+"/api/v1/sys/post/list",
|
|
|
|
|
|
+ dept_list_url:
|
|
|
|
+ import.meta.env.VITE_APP_BASE_API + "/api/v1/sys/dept/parent/list",
|
|
|
|
+ post_list_url: import.meta.env.VITE_APP_BASE_API + "/api/v1/sys/post/list",
|
|
|
|
|
|
TYPE_CODE: {
|
|
TYPE_CODE: {
|
|
//订单类型
|
|
//订单类型
|
|
@@ -26,8 +27,8 @@ const DictDataUtil = {
|
|
device_maintenance_cycle: "device_maintenance_cycle",
|
|
device_maintenance_cycle: "device_maintenance_cycle",
|
|
// 工艺路线类型
|
|
// 工艺路线类型
|
|
routing_type: "routing_type",
|
|
routing_type: "routing_type",
|
|
- //缺陷管理
|
|
|
|
- defect_mana: "defect_mana",
|
|
|
|
|
|
+ //缺陷管理
|
|
|
|
+ defect_mana: "defect_mana",
|
|
//封装方法
|
|
//封装方法
|
|
packaging_method: "packaging_method",
|
|
packaging_method: "packaging_method",
|
|
//岗位组
|
|
//岗位组
|
|
@@ -52,6 +53,8 @@ const DictDataUtil = {
|
|
prepare_data_file: "prepare_data_file",
|
|
prepare_data_file: "prepare_data_file",
|
|
//生产准备-工艺文件
|
|
//生产准备-工艺文件
|
|
prepare_craft_file: "prepare_craft_file",
|
|
prepare_craft_file: "prepare_craft_file",
|
|
|
|
+ // 生产计划-工位任务状态
|
|
|
|
+ station_task_state: "station_task_state",
|
|
},
|
|
},
|
|
EXPAND_FIELD_TABLE: {
|
|
EXPAND_FIELD_TABLE: {
|
|
//字段类型
|
|
//字段类型
|