Browse Source

完善维修单结算

zhanglei
yunuo970428 6 months ago
parent
commit
d7f6c44ac4
  1. 7
      yxt-as-ui/src/views/operation/settleAccounts/settleAccounts.vue

7
yxt-as-ui/src/views/operation/settleAccounts/settleAccounts.vue

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

Loading…
Cancel
Save