|
@@ -596,7 +596,6 @@ export default {
|
|
|
pageSize: this.pageSize,
|
|
|
pageNum: this.currentPage,
|
|
|
type: this.bill,
|
|
|
- customerName: this.$route.query.customerName,
|
|
|
customerNumber: this.$route.query.customerNumber,
|
|
|
enginRecordNo: this.searchForm.enginRecordNo
|
|
|
}
|
|
@@ -606,7 +605,6 @@ export default {
|
|
|
pageSize: this.pageSize,
|
|
|
pageNum: this.currentPage,
|
|
|
type: this.bill,
|
|
|
- customerName: this.$store.state.user.customerName,
|
|
|
customerNumber: this.$store.state.user.customerNumber,
|
|
|
enginRecordNo: this.searchForm.enginRecordNo
|
|
|
}
|
|
@@ -616,7 +614,6 @@ export default {
|
|
|
pageSize: this.pageSize,
|
|
|
pageNum: this.currentPage,
|
|
|
type: this.bill,
|
|
|
- customerName: this.customerName,
|
|
|
customerNumber: this.customerNumber || this.searchForm.customerNumber,
|
|
|
enginRecordNo: this.searchForm.enginRecordNo
|
|
|
}
|