From 533d1e4ae9ffeafdd9ff65ddcefd7bd005f7d78c Mon Sep 17 00:00:00 2001
From: ZN <zhang_12370@163.com>
Date: 星期三, 01 四月 2026 15:13:33 +0800
Subject: [PATCH] feat(生产管理): 增强BOM信息展示并调整工序配置
---
src/views/productionManagement/processRoute/index.vue | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/src/views/productionManagement/processRoute/index.vue b/src/views/productionManagement/processRoute/index.vue
index 41103f9..ead2984 100644
--- a/src/views/productionManagement/processRoute/index.vue
+++ b/src/views/productionManagement/processRoute/index.vue
@@ -84,6 +84,10 @@
prop: "bomNo",
},
{
+ label: "BOM鍚嶇О",
+ prop: "bomName",
+ },
+ {
label: "鎻忚堪",
prop: "description",
},
@@ -175,6 +179,7 @@
productName: row.productName || '',
model: row.model || '',
bomNo: row.bomNo || '',
+ bomName: row.bomName || '',
description: row.description || '',
type: 'route',
}
--
Gitblit v1.9.3