From 1021187f1ba832d906343bcceb942d381f48dc94 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=A4=9C=E7=AC=99=E6=AD=8C?= <2277317060@qq.com>
Date: Thu, 11 Apr 2024 18:21:02 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=94=9F=E4=BA=A7=E7=95=8C?=
=?UTF-8?q?=E9=9D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
hw-ui/src/views/board/fifthFloor/index.vue | 31 ++++++++++++++--------
hw-ui/src/views/board/fourthFloor/weld.vue | 3 ++-
2 files changed, 22 insertions(+), 12 deletions(-)
diff --git a/hw-ui/src/views/board/fifthFloor/index.vue b/hw-ui/src/views/board/fifthFloor/index.vue
index 257c48a..f0336c1 100644
--- a/hw-ui/src/views/board/fifthFloor/index.vue
+++ b/hw-ui/src/views/board/fifthFloor/index.vue
@@ -25,8 +25,10 @@
-
领料
-
完成
+
领料
+
完成
+
-
-
-
+
+
+
+
+
+
+
+
+
+
确 定
@@ -375,8 +382,9 @@ export default {
dialogVisible: false,
form: {},
form1: {},
+ form2: {},
tableData: [],
- nowStation: {},
+ nowStation: null,
stationData: [
{
stationName: '五楼装配工位1',
@@ -588,7 +596,8 @@ export default {
this.$store.dispatch('LogOut').then(() => {
location.href = '/login?isStationId=true';
})
- }).catch(() => {});
+ }).catch(() => {
+ });
},
next1() {
this.nowNum1 += 1
@@ -631,7 +640,7 @@ export default {
this.nowStation = val
},
completeStation() {
- console.log(this.nowStation)
+ console.log(this.form2)
this.assignModel = false
},
getInfo(e) {
@@ -1018,7 +1027,7 @@ export default {
warehouseId: this.form1.warehouseId,
materialName: val
}).then(e => {
- this.$set(this.form1,'wmsRawOutstockDetailList',e.data.map(r => {
+ this.$set(this.form1, 'wmsRawOutstockDetailList', e.data.map(r => {
return {
materialId: r.materialId,
materialCode: r.materialCode,
diff --git a/hw-ui/src/views/board/fourthFloor/weld.vue b/hw-ui/src/views/board/fourthFloor/weld.vue
index 7dde0e6..1c5716d 100644
--- a/hw-ui/src/views/board/fourthFloor/weld.vue
+++ b/hw-ui/src/views/board/fourthFloor/weld.vue
@@ -382,7 +382,8 @@ export default {
this.$store.dispatch('LogOut').then(() => {
location.href = '/login?isStationId=true';
})
- }).catch(() => {});
+ }).catch(() => {
+ });
},
next1() {
this.nowNum1 += 1