From 195770f92f7d739ffba6447fdbf3a3d5b9e009fa Mon Sep 17 00:00:00 2001
From: 张诺 <zhang_12370@163.com>
Date: 星期五, 24 四月 2026 16:32:57 +0800
Subject: [PATCH] fix(生产订单): 修复绑定工艺路线时的材料规格验证和显示问题
---
src/views/productionManagement/productionReporting/index.vue | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/src/views/productionManagement/productionReporting/index.vue b/src/views/productionManagement/productionReporting/index.vue
index 43f9df6..7275e23 100644
--- a/src/views/productionManagement/productionReporting/index.vue
+++ b/src/views/productionManagement/productionReporting/index.vue
@@ -226,8 +226,14 @@
},
{
label: "鎶ュ伐浜哄憳",
- prop: "nickName",
+ prop: "teamNames",
+
width: 120,
+ dataType: "tag",
+ formatData: val => {
+ if (!val) return [];
+ return val.split(",");
+ }
},
{
label: "鏈哄彴",
@@ -264,7 +270,7 @@
width: 120,
},
{
- label: "閿�鍞悎鍚屽彿",
+ label: "璁㈠崟缂栧彿",
prop: "salesContractNo",
width: 120,
},
--
Gitblit v1.9.3