mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
优化房屋信息
This commit is contained in:
parent
708a5f6119
commit
4d39385246
@ -77,7 +77,7 @@
|
||||
</select></div>
|
||||
</div>
|
||||
|
||||
<div class="form-group row" >
|
||||
<!-- <div class="form-group row" >
|
||||
<label class="col-sm-2 col-form-label">房屋状态</label>
|
||||
<div class="col-sm-10">
|
||||
<select class="custom-select" v-model="roomCreateFeeAddInfo.roomState">
|
||||
@ -86,7 +86,7 @@
|
||||
<option value="0000">全部房屋</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
<div class="ibox-content">
|
||||
<button class="btn btn-primary float-right" type="button"
|
||||
v-on:click="saveRoomCreateFeeInfo()"><i class="fa fa-check"></i> 提交
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
roomId: '',
|
||||
feeTypeCd:'',
|
||||
configId:'',
|
||||
roomState:'',
|
||||
roomState:'2001',
|
||||
isMore:false,
|
||||
locationTypeCdName:'',
|
||||
}
|
||||
|
||||
@ -5,10 +5,10 @@
|
||||
<div class="ibox-title">
|
||||
<h5>{{listRoomCreateFeeInfo.roomName}}费用</h5>
|
||||
<div class="ibox-tools" style="top:10px;">
|
||||
<!-- <button type="button" class="btn btn-primary btn-sm"-->
|
||||
<!-- style="margin-left:10px" v-on:click="_openRoomCreateFeeAddModal(null,true)">-->
|
||||
<!-- <i class="fa fa-plus"></i> 批量创建-->
|
||||
<!-- </button>-->
|
||||
<button type="button" class="btn btn-primary btn-sm"
|
||||
style="margin-left:10px" v-on:click="_goBack()">
|
||||
返回
|
||||
</button>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -78,6 +78,9 @@
|
||||
},
|
||||
_refreshListRoomCreateFeeInfo:function(){
|
||||
vc.component.listRoomCreateFeeInfo._currentFeeConfigName = "";
|
||||
},
|
||||
_goBack:function(){
|
||||
vc.goBack();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -138,7 +138,7 @@
|
||||
{{room.ownerId}}
|
||||
</td> -->
|
||||
<td class="text-right">
|
||||
<div class="btn-group">
|
||||
<div class="btn-group" v-if="room.state == '2001'">
|
||||
<button class="btn-white btn btn-xs" v-on:click="_openRoomCreateFeeAddModal(room,false)">创建收费
|
||||
</button>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user