From 550c4e6cc226369176039914279ecf537d758449 Mon Sep 17 00:00:00 2001 From: yinq Date: Tue, 15 Jul 2025 10:06:52 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E6=88=90=E5=9E=8B=E5=B7=A5=E8=89=BA?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E5=8A=A0=E5=88=97=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mes/technologyInfo/formingIndex.vue | 571 ++++++++++-------- 1 file changed, 303 insertions(+), 268 deletions(-) diff --git a/src/views/mes/technologyInfo/formingIndex.vue b/src/views/mes/technologyInfo/formingIndex.vue index 862f886..dc753d3 100644 --- a/src/views/mes/technologyInfo/formingIndex.vue +++ b/src/views/mes/technologyInfo/formingIndex.vue @@ -1,215 +1,125 @@ @@ -313,8 +346,10 @@ const { proxy } = getCurrentInstance() as ComponentInternalInstance; const { mes_machine_type, active_flag, + machine_data_type, + mes_operation_type, mes_technology_type -} = toRefs(proxy?.useDict('mes_machine_type', 'active_flag', 'mes_technology_type')); +} = toRefs(proxy?.useDict('mes_machine_type', 'active_flag', 'machine_data_type', 'mes_operation_type', 'mes_technology_type')); const technologyInfoList = ref([]); const buttonLoading = ref(false); @@ -482,7 +517,7 @@ const handleStepUpdate = async (row?: TechnologyInfoVO) => { index: index + 1 // 初始化 index })); stepOpen.value = true; - dialog.title = '工艺参数信息维护'; + dialog.title = '成型工艺参数信息维护'; }; /** 提交按钮 */