From b41552e7d56a7068e9080a475baaef9c173f8b7e Mon Sep 17 00:00:00 2001
From: 张诺 <zhang_12370@163.com>
Date: 星期三, 22 四月 2026 15:22:31 +0800
Subject: [PATCH] feat(生产报工): 支持多班组成员选择和补产数量录入
---
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