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