From ad0eab82a6e3ae24acf97f7603738b78b4787344 Mon Sep 17 00:00:00 2001
From: wangwei <1610949092@qq.com>
Date: Wed, 27 Nov 2024 14:42:03 +0800
Subject: [PATCH] =?UTF-8?q?11/27=20=E9=87=87=E9=9B=86=E5=B7=A5=E4=BD=8D-?=
=?UTF-8?q?=E8=87=AA=E5=8A=A8=E9=87=87=E9=9B=86?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/basic/workplace/workplaceManage.vue | 21 ++++++++++++++++++-
1 file changed, 20 insertions(+), 1 deletion(-)
diff --git a/src/views/basic/workplace/workplaceManage.vue b/src/views/basic/workplace/workplaceManage.vue
index 822e0346..13d62194 100644
--- a/src/views/basic/workplace/workplaceManage.vue
+++ b/src/views/basic/workplace/workplaceManage.vue
@@ -138,6 +138,11 @@
{{ workPlaceClasss[scope.row.workPlaceClass] }}
+
+
+ {{ autoCollectMap[scope.row.autoCollect] }}
+
+
@@ -514,6 +519,14 @@
+
+
+
+
+
+
+
+
@@ -767,6 +780,7 @@ export default {
chargeUser: null,
constituencies: null,
invRemindNumber: 0,
+ autoCollect:0,
remake: null
},
workplaceCode: '6001',
@@ -864,6 +878,10 @@ export default {
1: '采集工位',
2: '上货工位'
},
+ autoCollectMap: {
+ 0: '否',
+ 1: '是'
+ },
orderFinishVerifys: {
0: '完全赋码',
1: '部分赋码',
@@ -984,7 +1002,8 @@ export default {
chargeUser: null,
constituencies: "1001",
invRemindNumber: 0,
- remake: null
+ remake: null,
+ autoCollect:0
}
if (this.groupData != null) {
this.formData.constituencies = this.groupData.code