|
|
|
@ -600,7 +600,8 @@ export default { |
|
|
|
startDate: this.queryTool.startDate, |
|
|
|
endDate: this.queryTool.endDate, |
|
|
|
transNo: this.queryTool.transNo, |
|
|
|
transTypes: this.queryTool.transTypes |
|
|
|
transTypes: this.queryTool.transTypes, |
|
|
|
site: this.$store.state.user.site |
|
|
|
} |
|
|
|
await getPoReceiptList(queryTool).then(({data}) => { |
|
|
|
if (data.code == 0) { |
|
|
|
|