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/productionProcess/index.vue | 20 ++++++++------------
1 files changed, 8 insertions(+), 12 deletions(-)
diff --git a/src/views/productionManagement/productionProcess/index.vue b/src/views/productionManagement/productionProcess/index.vue
index 00b8b71..f81faf8 100644
--- a/src/views/productionManagement/productionProcess/index.vue
+++ b/src/views/productionManagement/productionProcess/index.vue
@@ -103,18 +103,14 @@
label: "宸ュ簭鏈哄彴",
prop: "deviceName",
},
- {
- label: "宸ュ簭绫诲瀷",
- prop: "typeText",
- },
- {
- label: "宸ヨ祫瀹氶",
- prop: "salaryQuota",
- },
- {
- label: "宸ュ簭",
- prop: "process",
- },
+ // {
+ // label: "宸ヨ祫瀹氶",
+ // prop: "salaryQuota",
+ // },
+ // {
+ // label: "宸ュ簭",
+ // prop: "process",
+ // },
{
label: "鏄惁璐ㄦ",
prop: "isQuality",
--
Gitblit v1.9.3