From 9ca3e64f571c38aeae3f649efdfa2f5339019805 Mon Sep 17 00:00:00 2001
From: yuan <123@>
Date: 星期三, 25 三月 2026 13:39:28 +0800
Subject: [PATCH] feat(设备管理): 新增设备编号和转数字段

---
 src/views/productionManagement/processRoute/index.vue |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/src/views/productionManagement/processRoute/index.vue b/src/views/productionManagement/processRoute/index.vue
index 7d5ab5d..41103f9 100644
--- a/src/views/productionManagement/processRoute/index.vue
+++ b/src/views/productionManagement/processRoute/index.vue
@@ -80,6 +80,10 @@
     prop: "model",
   },
   {
+    label: "BOM缂栧彿",
+    prop: "bomNo",
+  },
+  {
     label: "鎻忚堪",
     prop: "description",
   },
@@ -166,7 +170,13 @@
   router.push({
     path: '/productionManagement/processRouteItem',
     query: {
-      id: row.id
+      id: row.id,
+      processRouteCode: row.processRouteCode || '',
+      productName: row.productName || '',
+      model: row.model || '',
+      bomNo: row.bomNo || '',
+      description: row.description || '',
+      type: 'route',
     }
   })
 };

--
Gitblit v1.9.3