|
@ -146,6 +146,8 @@ |
|
|
filters: filters, |
|
|
filters: filters, |
|
|
pageNo: this.pageNo, |
|
|
pageNo: this.pageNo, |
|
|
pageSize: this.pageSize, |
|
|
pageSize: this.pageSize, |
|
|
|
|
|
sort: 'fromLocationCode', |
|
|
|
|
|
by: 'asc' |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
getRepleinshJobList(params).then(res => { |
|
|
getRepleinshJobList(params).then(res => { |
|
@ -258,6 +260,8 @@ |
|
|
filters: filters, |
|
|
filters: filters, |
|
|
pageNo: 1, |
|
|
pageNo: 1, |
|
|
pageSize: 100, |
|
|
pageSize: 100, |
|
|
|
|
|
sort: 'fromLocationCode', |
|
|
|
|
|
by: 'asc' |
|
|
} |
|
|
} |
|
|
getRepleinshJobList(params).then(res => { |
|
|
getRepleinshJobList(params).then(res => { |
|
|
uni.hideLoading(); |
|
|
uni.hideLoading(); |
|
|