From 7bddfad80f71d61061c33546039535bb2fba3676 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=82=E7=B3=96?= <2178503051@qq.com> Date: Mon, 1 Jun 2026 15:56:48 +0800 Subject: [PATCH] =?UTF-8?q?feat(eqp/check):=20=E6=96=B0=E5=A2=9E=E8=AE=BE?= =?UTF-8?q?=E5=A4=87=E5=B7=A1=E6=A3=80=E8=B4=9F=E8=B4=A3=E4=BA=BA=E7=AD=9B?= =?UTF-8?q?=E9=80=89=E9=A1=B5=E9=9D=A2=E5=8F=8A=E7=9B=B8=E5=85=B3=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. 新增person.vue页面,支持按负责人筛选巡检部位 2. 在设备巡检列表页展示负责人信息并添加样式 3. 修复产线绑定字段错误,将lineId改为productionLine 4. 移除磨工页面输入框的number类型限制 --- klp-ui/src/views/mes/eqp/check/index.vue | 8 +- klp-ui/src/views/mes/eqp/check/person.vue | 711 ++++++++++++++++++++++ klp-ui/src/views/mes/roll/grind/index.vue | 2 - 3 files changed, 718 insertions(+), 3 deletions(-) create mode 100644 klp-ui/src/views/mes/eqp/check/person.vue diff --git a/klp-ui/src/views/mes/eqp/check/index.vue b/klp-ui/src/views/mes/eqp/check/index.vue index 2cc499ed..5af4e3b1 100644 --- a/klp-ui/src/views/mes/eqp/check/index.vue +++ b/klp-ui/src/views/mes/eqp/check/index.vue @@ -50,6 +50,7 @@
@@ -133,7 +134,7 @@