Browse Source

修改车位费功能

pull/1/head
wangxy 3 years ago
parent
commit
f99d295abc
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

@ -51,7 +51,8 @@
<el-input v-model="queryParams.contact"
size="small"
placeholder="请输入内容">
<template slot="prepend"><span class="word">户主:</span></template>
<template slot="prepend" v-if="queryParams.chargetype !== 3"><span class="word">户主:</span></template>
<template slot="prepend" v-if="queryParams.chargetype === 3"><span class="word">联系人:</span></template>
</el-input>
</el-form-item>
<el-form-item class="property">
@ -532,7 +533,7 @@ export default {
item.value = arg.contracttab.lengthdate
break
case '金额':
// item.value = arg.contracttab.chargedexpense
item.value = arg.contracttab.chargableexpense
this.fewMonths = 0
let endTime = this.createBeginDate(this.queryParams.begindate,parseInt(this.fewMonths))
this.queryParams.enddate = endTime


Loading…
Cancel
Save