From 0f075e80d7c9fbe731419891ee55948be6f8fb65 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 13 三月 2026 16:47:20 +0800
Subject: [PATCH] 军泰伟业 1.产品数据添加导入功能

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

diff --git a/src/views/productionManagement/processRoute/index.vue b/src/views/productionManagement/processRoute/index.vue
index 7d5ab5d..44592d6 100644
--- a/src/views/productionManagement/processRoute/index.vue
+++ b/src/views/productionManagement/processRoute/index.vue
@@ -76,8 +76,16 @@
     prop: "productName",
   },
   {
+    label: "浜у搧鍥剧焊缂栧彿",
+    prop: "drawingNumber",
+  },
+  {
     label: "瑙勬牸鍚嶇О",
     prop: "model",
+  },
+  {
+    label: "BOM缂栧彿",
+    prop: "bomNo",
   },
   {
     label: "鎻忚堪",
@@ -166,7 +174,14 @@
   router.push({
     path: '/productionManagement/processRouteItem',
     query: {
-      id: row.id
+      id: row.id,
+      processRouteCode: row.processRouteCode || '',
+      drawingNumber: row.drawingNumber || "",
+      productName: row.productName || '',
+      model: row.model || '',
+      bomNo: row.bomNo || '',
+      description: row.description || '',
+      type: 'route',
     }
   })
 };

--
Gitblit v1.9.3