|
@ -269,7 +269,7 @@ |
|
|
filters: filters, |
|
|
filters: filters, |
|
|
pageNo: this.pageNo, |
|
|
pageNo: this.pageNo, |
|
|
pageSize: pageSize, |
|
|
pageSize: pageSize, |
|
|
sorts:[{sort:"createTime",by:"DESC"},{sort:"locationCode",by:"ASC"} ,{sort:"id",by:"DESC"}], |
|
|
sorts:[{sort:"locationCode",by:"ASC"},{sort:"batch",by:"ASC"} ,{sort:"id",by:"DESC"}], |
|
|
} |
|
|
} |
|
|
getTransaction(params).then(res => { |
|
|
getTransaction(params).then(res => { |
|
|
uni.hideLoading(); |
|
|
uni.hideLoading(); |
|
@ -353,7 +353,7 @@ |
|
|
filters: filters, |
|
|
filters: filters, |
|
|
pageNo: this.pageNo, |
|
|
pageNo: this.pageNo, |
|
|
pageSize: pageSize, |
|
|
pageSize: pageSize, |
|
|
sorts:[{sort:"createTime",by:"ASC"},{sort:"locationCode",by:"ASC"} ,{sort:"id",by:"DESC"}], |
|
|
sorts:[{sort:"locationCode",by:"ASC"},{sort:"batch",by:"ASC"} ,{sort:"id",by:"DESC"}], |
|
|
} |
|
|
} |
|
|
getExpectinByItemcode(params).then(res => { |
|
|
getExpectinByItemcode(params).then(res => { |
|
|
uni.hideLoading(); |
|
|
uni.hideLoading(); |
|
@ -422,7 +422,7 @@ |
|
|
filters: filters, |
|
|
filters: filters, |
|
|
pageNo: this.pageNo, |
|
|
pageNo: this.pageNo, |
|
|
pageSize: pageSize, |
|
|
pageSize: pageSize, |
|
|
sorts:[{sort:"createTime",by:"ASC"},{sort:"locationCode",by:"ASC"} ,{sort:"id",by:"DESC"}], |
|
|
sorts:[{sort:"locationCode",by:"ASC"},{sort:"batch",by:"ASC"} ,{sort:"id",by:"DESC"}], |
|
|
} |
|
|
} |
|
|
getExpectoutByItemcode(params).then(res => { |
|
|
getExpectoutByItemcode(params).then(res => { |
|
|
uni.hideLoading(); |
|
|
uni.hideLoading(); |
|
|