mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +08:00
优化代码
This commit is contained in:
parent
8311b0ebdd
commit
9fd5b0ee17
@ -31,13 +31,13 @@
|
||||
</div>
|
||||
<div class="col-sm-4" v-if="listOweFeeInfo.conditions.payObjType == '3333'">
|
||||
<div class="form-group">
|
||||
<input type="text" placeholder="请填写房屋编号,如1#1#1123" class="form-control"
|
||||
<input type="text" placeholder="请填写房屋编号,如1-1-1123" class="form-control"
|
||||
v-model="listOweFeeInfo.conditions.num">
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-4" v-else>
|
||||
<div class="form-group">
|
||||
<input type="text" placeholder="请填写车位编号,如6#8" class="form-control "
|
||||
<input type="text" placeholder="请填写车位编号,如6-8" class="form-control "
|
||||
v-model="listOweFeeInfo.conditions.num">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -9,23 +9,26 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="ibox-content">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-sm-4">
|
||||
<div class="form-group">
|
||||
<input type="text" placeholder="请输入表ID"
|
||||
v-model="meterWaterManageInfo.conditions.waterId" class=" form-control">
|
||||
<input type="text" placeholder="请填写房屋编号,如1-1-1123"
|
||||
v-model="meterWaterManageInfo.conditions.roomNum" class=" form-control">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-sm-4">
|
||||
<select class="custom-select" v-model="meterWaterManageInfo.conditions.meterType">
|
||||
<option selected value="">请选择表类型</option>
|
||||
<option value="1010">电表</option>
|
||||
<option value="2020">水表</option>
|
||||
</select> </div>
|
||||
</select>
|
||||
</div>
|
||||
<div class="col-sm-3">
|
||||
<div class="form-group">
|
||||
<input type="text" placeholder="请输入房屋编号"
|
||||
v-model="meterWaterManageInfo.conditions.roomNum" class=" form-control">
|
||||
<input type="text" placeholder="请输入表ID"
|
||||
v-model="meterWaterManageInfo.conditions.waterId" class=" form-control">
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-1">
|
||||
|
||||
@ -37,6 +37,7 @@ roomNum:'',
|
||||
|
||||
vc.component.meterWaterManageInfo.conditions.page = _page;
|
||||
vc.component.meterWaterManageInfo.conditions.row = _rows;
|
||||
vc.component.meterWaterManageInfo.conditions.communityId = vc.getCurrentCommunity().communityId;
|
||||
var param = {
|
||||
params: vc.component.meterWaterManageInfo.conditions
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user