|
|
@ -203,8 +203,7 @@ |
|
|
|
filters: filters, |
|
|
|
pageNo: this.pageNo, |
|
|
|
pageSize: pageSize, |
|
|
|
sort:"createTime", |
|
|
|
by: "ASC" |
|
|
|
sorts:[{sort:"createTime",by:"ASC"},{sort:"locationCode",by:"ASC"} ,{sort:"id",by:"DESC"}], |
|
|
|
} |
|
|
|
getBalanceByItemCode(params).then(res => { |
|
|
|
uni.hideLoading(); |
|
|
@ -270,8 +269,7 @@ |
|
|
|
filters: filters, |
|
|
|
pageNo: this.pageNo, |
|
|
|
pageSize: pageSize, |
|
|
|
sort:"createTime", |
|
|
|
by: "DESC" |
|
|
|
sorts:[{sort:"createTime",by:"DESC"},{sort:"locationCode",by:"ASC"} ,{sort:"id",by:"DESC"}], |
|
|
|
} |
|
|
|
getTransaction(params).then(res => { |
|
|
|
uni.hideLoading(); |
|
|
@ -354,7 +352,8 @@ |
|
|
|
var params = { |
|
|
|
filters: filters, |
|
|
|
pageNo: this.pageNo, |
|
|
|
pageSize: pageSize |
|
|
|
pageSize: pageSize, |
|
|
|
sorts:[{sort:"createTime",by:"ASC"},{sort:"locationCode",by:"ASC"} ,{sort:"id",by:"DESC"}], |
|
|
|
} |
|
|
|
getExpectinByItemcode(params).then(res => { |
|
|
|
uni.hideLoading(); |
|
|
@ -422,7 +421,8 @@ |
|
|
|
var params = { |
|
|
|
filters: filters, |
|
|
|
pageNo: this.pageNo, |
|
|
|
pageSize: pageSize |
|
|
|
pageSize: pageSize, |
|
|
|
sorts:[{sort:"createTime",by:"ASC"},{sort:"locationCode",by:"ASC"} ,{sort:"id",by:"DESC"}], |
|
|
|
} |
|
|
|
getExpectoutByItemcode(params).then(res => { |
|
|
|
uni.hideLoading(); |
|
|
@ -480,6 +480,7 @@ |
|
|
|
} |
|
|
|
this.tabChange(this.tabIndex) |
|
|
|
}else { |
|
|
|
this.$refs.filter.clearData() |
|
|
|
this.showMessage("请先扫描物料") |
|
|
|
} |
|
|
|
} |
|
|
|