@@ -112,60 +112,6 @@
:limit.sync="queryParams.size" class="pagination" @pagination="loadList" />
-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -710,7 +656,7 @@
const data = resp.data
this.queryParams.total = data.total
this.dataList = data.records
- this.rowItemClick(this.dataList[0])
+ this.rowItemSid=''
this.from = {
first: [],
two: [],
@@ -721,6 +667,8 @@
five: {},
six: []
}
+ this.rowItemClick(this.dataList[0])
+
} else {
// 根据resp.code进行异常情况处理
this.dataList = []
@@ -989,6 +937,7 @@
this.loadList()
} else {
// 根据resp.code进行异常情况处理
+
}
})
diff --git a/src/views/outStorage/toAllocated/index.vue b/src/views/outStorage/toAllocated/index.vue
index 866a742..82c1547 100644
--- a/src/views/outStorage/toAllocated/index.vue
+++ b/src/views/outStorage/toAllocated/index.vue
@@ -70,7 +70,7 @@
-
+
@@ -669,7 +669,7 @@
const data = resp.data
this.queryParams.total = data.total
this.dataList = data.records
- this.rowItemClick(this.dataList[0])
+ this.rowItemSid=''
this.from = {
first: [],
two: [],
@@ -680,6 +680,8 @@
five: {},
six: []
}
+ this.rowItemClick(this.dataList[0])
+
} else {
// 根据resp.code进行异常情况处理
this.dataList = []
diff --git a/src/views/outStorage/toOutStorage/index.vue b/src/views/outStorage/toOutStorage/index.vue
index 5cffb90..4f27de2 100644
--- a/src/views/outStorage/toOutStorage/index.vue
+++ b/src/views/outStorage/toOutStorage/index.vue
@@ -70,7 +70,7 @@
-
+
@@ -654,7 +654,7 @@
const data = resp.data
this.queryParams.total = data.total
this.dataList = data.records
- this.rowItemClick(this.dataList[0])
+ this.rowItemSid=''
this.from = {
first: [],
two: [],
@@ -665,6 +665,8 @@
five: {},
six: []
}
+ this.rowItemClick(this.dataList[0])
+
} else {
// 根据resp.code进行异常情况处理
this.dataList = []
diff --git a/src/views/outStorage/zeroPicking/index.vue b/src/views/outStorage/zeroPicking/index.vue
index 4c94ce9..b652e1d 100644
--- a/src/views/outStorage/zeroPicking/index.vue
+++ b/src/views/outStorage/zeroPicking/index.vue
@@ -70,7 +70,7 @@
-
+
@@ -664,7 +664,7 @@
const data = resp.data
this.queryParams.total = data.total
this.dataList = data.records
- this.rowItemClick(this.dataList[0])
+ this.rowItemSid=''
this.from = {
first: [],
two: [],
@@ -675,6 +675,8 @@
five: {},
six: []
}
+ this.rowItemClick(this.dataList[0])
+
} else {
// 根据resp.code进行异常情况处理
this.dataList = []
@@ -995,6 +997,7 @@
// 根据resp.code进行异常情况处理
}
+
})