From a197a3ef35867da9859453831756d29365c961f6 Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期二, 31 三月 2026 17:37:02 +0800
Subject: [PATCH] 显示料号
---
src/views/productionManagement/productStructure/index.vue | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/src/views/productionManagement/productStructure/index.vue b/src/views/productionManagement/productStructure/index.vue
index 1ae3f77..230f90e 100644
--- a/src/views/productionManagement/productStructure/index.vue
+++ b/src/views/productionManagement/productStructure/index.vue
@@ -83,6 +83,11 @@
minWidth: 140
},
{
+ label: "鏂欏彿",
+ prop: "materialCode",
+ minWidth: 100
+ },
+ {
label: "鐗堟湰鍙�",
prop: "version",
width: 100
@@ -422,6 +427,7 @@
id: row.id,
bomNo: row.bomNo || '',
productName: row.productName || '',
+ materialCode: row.materialCode || '',
productModelName: row.productModelName || ''
}
});
--
Gitblit v1.9.3