update:调整了退货订单默认显示全部
This commit is contained in:
parent
e0f409c726
commit
7e0a1ba812
@ -24,7 +24,7 @@
|
||||
},
|
||||
{
|
||||
"customPlaygroundType" : "device",
|
||||
"playground" : "standard",
|
||||
"playground" : "custom",
|
||||
"type" : "uni-app:app-android"
|
||||
},
|
||||
{
|
||||
|
||||
@ -543,7 +543,7 @@ export default {
|
||||
width: "170rpx",
|
||||
},
|
||||
],
|
||||
salesReturnBtnSearchAcitve: 3105,
|
||||
salesReturnBtnSearchAcitve: null,
|
||||
salesReturnOrderList: [],
|
||||
showImgList: [],
|
||||
showImg: false,
|
||||
@ -634,7 +634,7 @@ export default {
|
||||
this.pageNum = 1;
|
||||
if (newValue == "mchRetrunOrderList") {
|
||||
if (this.currentTab2 == 2) {
|
||||
this.getSalesReturnOrderList();
|
||||
this.getSalesReturnOrderList(null);
|
||||
console.log("触发getSalesReturnOrderList");
|
||||
}
|
||||
} else {
|
||||
@ -658,6 +658,9 @@ export default {
|
||||
} else {
|
||||
this.getOrderList();
|
||||
}
|
||||
if (this.currentTab2 === 2) {
|
||||
this.getSalesReturnOrderList(null);
|
||||
}
|
||||
},
|
||||
onPullDownRefresh() {
|
||||
this.pageNum = 1;
|
||||
@ -962,7 +965,7 @@ export default {
|
||||
this.isDownNoSalesReturnData = false;
|
||||
|
||||
if (this.currentTab2 == 2) {
|
||||
this.getSalesReturnOrderList();
|
||||
this.getSalesReturnOrderList(null);
|
||||
} else {
|
||||
this.getOrderList();
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user