mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 21:59:12 +08:00
优化欠费打印单
This commit is contained in:
parent
8ae4a46de8
commit
2249485df3
@ -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>
|
||||
|
||||
@ -24,7 +24,8 @@
|
||||
let param = {
|
||||
params: {
|
||||
page:1,
|
||||
row:100
|
||||
row:100,
|
||||
communityId:vc.getCurrentCommunity().communityId
|
||||
}
|
||||
};
|
||||
//发送get请求
|
||||
|
||||
@ -24,7 +24,7 @@
|
||||
billType: '',
|
||||
feeName: '',
|
||||
feeTypeCd: '',
|
||||
isDefault: '',
|
||||
isDefault: 'F',
|
||||
paymentCd: '',
|
||||
deductFrom: ''
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user