From 125e07eed45cc1656b7ac7b6fa67467c8f4eb531 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=82=E7=B3=96?= <2178503051@qq.com> Date: Fri, 29 May 2026 11:41:48 +0800 Subject: [PATCH] =?UTF-8?q?feat(mes/eqp/check):=20=E6=9B=BF=E6=8D=A2?= =?UTF-8?q?=E5=AD=97=E5=85=B8=E9=80=89=E5=9E=8B=E4=B8=BA=E5=8A=A8=E6=80=81?= =?UTF-8?q?=E4=BA=A7=E7=BA=BF=E4=B8=8B=E6=8B=89=E9=80=89=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. 统一替换页面中原有的dict-select为通过接口获取的动态产线列表 2. 新增产线默认选中酸轧线的逻辑 3. 修复产线参数传递不匹配的问题,同步前后端参数字段 --- klp-ui/src/views/mes/eqp/check/day.vue | 32 ++++++++++++---- klp-ui/src/views/mes/eqp/check/index.vue | 46 ++++++++++++++++++----- klp-ui/src/views/mes/eqp/check/record.vue | 27 ++++++++----- 3 files changed, 79 insertions(+), 26 deletions(-) diff --git a/klp-ui/src/views/mes/eqp/check/day.vue b/klp-ui/src/views/mes/eqp/check/day.vue index 79a6d2b1..50d425d8 100644 --- a/klp-ui/src/views/mes/eqp/check/day.vue +++ b/klp-ui/src/views/mes/eqp/check/day.vue @@ -8,8 +8,9 @@ @change="handleQuery" style="width: 260px;" /> - + + + 查询 @@ -105,15 +106,16 @@ diff --git a/klp-ui/src/views/mes/eqp/check/index.vue b/klp-ui/src/views/mes/eqp/check/index.vue index cdc46068..2cc499ed 100644 --- a/klp-ui/src/views/mes/eqp/check/index.vue +++ b/klp-ui/src/views/mes/eqp/check/index.vue @@ -1,7 +1,8 @@