mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +08:00
优化欠费打印单
This commit is contained in:
parent
8ae4a46de8
commit
2249485df3
@ -8,17 +8,6 @@
|
|||||||
<div class="ibox-content">
|
<div class="ibox-content">
|
||||||
<div>
|
<div>
|
||||||
<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">
|
<div class="form-group row" v-show="roomCreateFeeAddInfo.isMore == true">
|
||||||
<label class="col-sm-2 col-form-label">
|
<label class="col-sm-2 col-form-label">
|
||||||
<span><vc:i18n name="房屋类型" namespace="roomCreateFeeAdd"></vc:i18n></span>
|
<span><vc:i18n name="房屋类型" namespace="roomCreateFeeAdd"></vc:i18n></span>
|
||||||
|
|||||||
@ -24,7 +24,8 @@
|
|||||||
let param = {
|
let param = {
|
||||||
params: {
|
params: {
|
||||||
page:1,
|
page:1,
|
||||||
row:100
|
row:100,
|
||||||
|
communityId:vc.getCurrentCommunity().communityId
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
//发送get请求
|
//发送get请求
|
||||||
|
|||||||
@ -24,7 +24,7 @@
|
|||||||
billType: '',
|
billType: '',
|
||||||
feeName: '',
|
feeName: '',
|
||||||
feeTypeCd: '',
|
feeTypeCd: '',
|
||||||
isDefault: '',
|
isDefault: 'F',
|
||||||
paymentCd: '',
|
paymentCd: '',
|
||||||
deductFrom: ''
|
deductFrom: ''
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user