From 3b28a3183baf6c4d864405dcfd5d8e7a52a3f046 Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期四, 05 二月 2026 17:51:37 +0800
Subject: [PATCH] 生产管控相关页面增加图纸编号
---
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