Browse Source

物业缴费功能完善

pull/6/head
wangxy 3 years ago
parent
commit
de4c810fa6
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      src/views/property/pay.vue

+ 3
- 2
src/views/property/pay.vue View File

@ -366,8 +366,9 @@ export default {
// }
// },
handleBeginChange(value) {
let endTime = this.createBeginDate(value,parseInt(this.fewMonths))
this.queryParams.enddate = endTime
let endTime = this.createBeginDate(this.queryParams.begindate,parseInt(this.fewMonths))
let newEndTime = moment(endTime).add(this.fewDays,'d').format('YYYY-MM-DD')
this.queryParams.enddate = newEndTime
},
handleQuery() {
this.resetFees()


Loading…
Cancel
Save