优化欠费打印单

This commit is contained in:
wuxw 2022-11-26 04:16:40 +08:00
parent 8ae4a46de8
commit 2249485df3
3 changed files with 3 additions and 13 deletions

View File

@ -8,17 +8,6 @@
<div class="ibox-content">
<div>
<div>
<div class="form-group row">
<label class="col-sm-2 col-form-label">
<span><vc:i18n name="房屋ID" namespace="roomCreateFeeAdd"></vc:i18n></span>
</label>
<div class="col-sm-10">
<input v-model="roomCreateFeeAddInfo.locationObjId" disabled="disabled"
v-if="!roomCreateFeeAddInfo.isMore" type="text"
:placeholder="vc.i18n('必填请填写房屋ID','roomCreateFeeAdd')"
class="form-control"/>
</div>
</div>
<div class="form-group row" v-show="roomCreateFeeAddInfo.isMore == true">
<label class="col-sm-2 col-form-label">
<span><vc:i18n name="房屋类型" namespace="roomCreateFeeAdd"></vc:i18n></span>

View File

@ -24,7 +24,8 @@
let param = {
params: {
page:1,
row:100
row:100,
communityId:vc.getCurrentCommunity().communityId
}
};
//发送get请求

View File

@ -24,7 +24,7 @@
billType: '',
feeName: '',
feeTypeCd: '',
isDefault: '',
isDefault: 'F',
paymentCd: '',
deductFrom: ''
}