From ff1e38350372a20b673c211b88843c48d96b48ca Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期四, 19 三月 2026 10:16:33 +0800
Subject: [PATCH] 工艺路线和BOM修改
---
src/views/productionManagement/processRoute/index.vue | 9 +++------
1 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/src/views/productionManagement/processRoute/index.vue b/src/views/productionManagement/processRoute/index.vue
index 83d789e..5e58f09 100644
--- a/src/views/productionManagement/processRoute/index.vue
+++ b/src/views/productionManagement/processRoute/index.vue
@@ -77,12 +77,8 @@
prop: "processRouteCode",
},
{
- label: "浜у搧鍚嶇О",
- prop: "productName",
- },
- {
- label: "瑙勬牸鍚嶇О",
- prop: "model",
+ label: "浜у搧绫诲瀷",
+ prop: "dictLabel",
},
{
label: "BOM缂栧彿",
@@ -204,6 +200,7 @@
productName: row.productName || "",
model: row.model || "",
bomNo: row.bomNo || "",
+ dictLabel: row.dictLabel || "",
bomId: row.bomId || null,
description: row.description || "",
type: "route",
--
Gitblit v1.9.3