diff --git a/src/views/mes/prodBaseMachineInfo/index.vue b/src/views/mes/prodBaseMachineInfo/index.vue index 0f2a1cf..fe357cd 100644 --- a/src/views/mes/prodBaseMachineInfo/index.vue +++ b/src/views/mes/prodBaseMachineInfo/index.vue @@ -108,6 +108,11 @@ + + + @@ -235,6 +240,16 @@ + + + {{ dict.label }} + + + @@ -321,8 +336,9 @@ const { proxy } = getCurrentInstance() as ComponentInternalInstance; const { machine_status, machine_data_type, - machine_data_encoding -} = toRefs(proxy?.useDict('machine_status', 'machine_data_type', 'machine_data_encoding')); + machine_data_encoding, + mes_instock_type +} = toRefs(proxy?.useDict('machine_status', 'machine_data_type', 'machine_data_encoding', 'mes_instock_type')); const prodBaseMachineInfoList = ref([]); const buttonLoading = ref(false); @@ -393,7 +409,8 @@ const columns = ref([ { key: 22, label: `数据类型`, visible: true }, { key: 23, label: `数据长度`, visible: true }, { key: 24, label: `数据编码格式`, visible: true }, - { key: 25, label: `请求间隔`, visible: true } + { key: 25, label: `请求间隔`, visible: true }, + { key: 26, label: `入库类型`, visible: true }, ]); const initFormData: ProdBaseMachineInfoForm = {