From e0cb2008ffb01348b54a7370180a100f3c975877 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 06 二月 2026 10:49:24 +0800
Subject: [PATCH] Merge branch 'dev_New' into dev_天津军泰伟业
---
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