|
|
@ -157,7 +157,8 @@ export default { |
|
|
|
closeDateStart: '', |
|
|
|
closeDateEnd: '', |
|
|
|
sourceBillNo: '', |
|
|
|
customerName: '' |
|
|
|
customerName: '', |
|
|
|
sourceBillType: '' |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
@ -236,6 +237,7 @@ export default { |
|
|
|
// 查询列表信息 |
|
|
|
getList() { |
|
|
|
this.listLoading = true |
|
|
|
this.listQuery.params.sourceBillType = '0' |
|
|
|
this.listQuery.params.userSid = window.sessionStorage.getItem('userSid') |
|
|
|
this.listQuery.params.orgPath = window.sessionStorage.getItem('defaultOrgPath') |
|
|
|
this.listQuery.params.menuUrl = this.$route.path |
|
|
@ -274,7 +276,8 @@ export default { |
|
|
|
closeDateStart: '', |
|
|
|
closeDateEnd: '', |
|
|
|
sourceBillNo: '', |
|
|
|
customerName: '' |
|
|
|
customerName: '', |
|
|
|
sourceBillType: '' |
|
|
|
} |
|
|
|
} |
|
|
|
this.getList() |
|
|
|