From 5428ed835154b5223b17c1adb4abadadc018c818 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Tue, 17 Feb 2026 10:23:07 +0800 Subject: [PATCH] =?UTF-8?q?feat(mes-dv):=20=E8=AE=BE=E5=A4=87=E5=8F=B0?= =?UTF-8?q?=E8=B4=A6=E5=88=97=E8=A1=A8=E6=B7=BB=E5=8A=A0=E5=B7=A6=E4=BE=A7?= =?UTF-8?q?=E8=AE=BE=E5=A4=87=E7=B1=BB=E5=9E=8B=E5=88=86=E7=B1=BB=E6=A0=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 新增 MachineryTypeTree 组件,支持搜索过滤和点击/取消选择 - 列表页改为左树右表布局(4:20 比例),参考物料模块 - 移除搜索栏中的「设备类型」下拉(由左侧树代替) - 重置时同时清空分类树选中状态 Co-Authored-By: Claude Opus 4.6 --- .../mes/dv/machinery/MachineryTypeTree.vue | 78 +++++ src/views/mes/dv/machinery/index.vue | 286 +++++++++--------- 2 files changed, 220 insertions(+), 144 deletions(-) create mode 100644 src/views/mes/dv/machinery/MachineryTypeTree.vue diff --git a/src/views/mes/dv/machinery/MachineryTypeTree.vue b/src/views/mes/dv/machinery/MachineryTypeTree.vue new file mode 100644 index 000000000..e366c2b93 --- /dev/null +++ b/src/views/mes/dv/machinery/MachineryTypeTree.vue @@ -0,0 +1,78 @@ + + + diff --git a/src/views/mes/dv/machinery/index.vue b/src/views/mes/dv/machinery/index.vue index ae9603994..0dd652db1 100644 --- a/src/views/mes/dv/machinery/index.vue +++ b/src/views/mes/dv/machinery/index.vue @@ -1,145 +1,141 @@