From 39aa829a125a9b6e2688baffd43dd3157c491dc5 Mon Sep 17 00:00:00 2001 From: yinq Date: Thu, 15 May 2025 16:05:56 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E6=9C=BA=E5=8F=B0=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=85=A5=E5=BA=93=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mes/prodBaseMachineInfo/index.vue | 23 ++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) 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 = {