mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-23 21:36:37 +08:00
优化房屋物业费功能
This commit is contained in:
parent
61433a7222
commit
3405664eb1
2
app.js
2
app.js
@ -31,7 +31,7 @@ let opts = {
|
||||
}
|
||||
|
||||
//app.use('/callComponent',proxy('http://192.168.0.103:8012',opts));
|
||||
app.use('/callComponent',proxy('http://hc.demo.winqi.cn:8012',opts));
|
||||
app.use('/callComponent',proxy('https://hc.demo.winqi.cn',opts));
|
||||
//app.use('/callComponent',proxy('http://10.10.10.6:8012',opts));
|
||||
|
||||
//app.listen(3000);
|
||||
|
||||
@ -5,6 +5,11 @@
|
||||
<div class="ibox-title">
|
||||
<h5>{{roomInfo.roomNum}}房屋信息</h5>
|
||||
<div class="ibox-tools" style="top:10px;">
|
||||
<button type="button" class="btn btn-primary btn-sm"
|
||||
v-if="showOwnerRoomInfo.deleteOwnerRoomFlag == 'false'"
|
||||
v-on:click="showPropertyFee(roomInfo)">
|
||||
<i class="glyphicon glyphicon-remove"></i> 物业费
|
||||
</button>
|
||||
<button type="button" class="btn btn-primary btn-sm"
|
||||
v-if="showOwnerRoomInfo.deleteOwnerRoomFlag == 'true'"
|
||||
v-on:click="ownerExitRoomModel(roomInfo.roomId)">
|
||||
@ -93,40 +98,4 @@
|
||||
<vc:create path="property/ownerExitRoom"></vc:create>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row" v-if="showOwnerRoomInfo.deleteOwnerRoomFlag == 'false'">
|
||||
<div class="col-lg-12">
|
||||
<div class="ibox ">
|
||||
<div class="ibox-title">
|
||||
<h5>{{roomInfo.roomNum}}物业费信息</h5>
|
||||
<div class="ibox-tools" style="top:10px;">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="ibox-content">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-sm-4">
|
||||
<div class="form-group">
|
||||
<label class="col-form-label">物业费ID:</label>
|
||||
<label class="">{{roomInfo.feeId}}</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-4">
|
||||
<div class="form-group">
|
||||
<label class="col-form-label">物业费开始时间:</label>
|
||||
<label class="">{{roomInfo.startTime}}</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-4">
|
||||
<div class="form-group">
|
||||
<label class="col-form-label">物业费结束时间:</label>
|
||||
<label class="">{{roomInfo.endTime}}</label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -65,6 +65,9 @@
|
||||
roomId:_roomId
|
||||
});
|
||||
},
|
||||
showPropertyFee:function(_room){
|
||||
vc.jumpToPage("/admin.html#/pages/property/listRoomFee?"+vc.objToGetParam(_room));
|
||||
},
|
||||
|
||||
showState:function(_state){
|
||||
if(_state == '2001'){
|
||||
|
||||
Loading…
Reference in New Issue
Block a user