| | |
| | | <button type="button" class="btn btn-primary btn-sm" v-on:click="openSearchRoomModel()"> |
| | | <i class="glyphicon glyphicon-search"></i> 选择房屋</button> |
| | | <button type="button" class="btn btn-primary btn-sm" |
| | | v-if="mainFeeInfo.floorId != null && mainFeeInfo.floorId != ''" |
| | | style="margin-left:10px" v-on:click="openAddRoomModel()"> |
| | | v-if="mainFeeInfo.feeId != null && mainFeeInfo.feeId != ''" |
| | | style="margin-left:10px" v-on:click="openPayModel()"> |
| | | <i class="glyphicon glyphicon-plus" ></i> 缴费</button> |
| | | </div> |
| | | </div> |
| | |
| | | </div> |
| | | <div class="col-sm-3"> |
| | | <div class="form-group"> |
| | | <label class="col-form-label" >费用开始时间:</label> |
| | | <label class="">{{mainFeeInfo.startTime}}</label> |
| | | <label class="col-form-label" >建筑面积:</label> |
| | | <label class="">{{mainFeeInfo.builtUpArea}} 平方米</label> |
| | | </div> |
| | | </div> |
| | | |
| | | </div> |
| | | <div class="row"> |
| | | <div class="col-sm-3"> |
| | | <div class="form-group"> |
| | | <label class="col-form-label" >费用开始时间:</label> |
| | | <label class="">{{mainFeeInfo.startTime}}</label> |
| | | </div> |
| | | </div> |
| | | <div class="col-sm-3"> |
| | | <div class="form-group"> |
| | | <label class="col-form-label" >费用到期时间:</label> |
| | |
| | | <vc:create name="searchRoom" |
| | | emitChooseRoom="viewMainFee" |
| | | emitLoadData="propertyFee" |
| | | roomFlag="1" |
| | | ></vc:create> |
| | | <vc:create name="addRoom"></vc:create> |
| | | <vc:create name="propertyPay"></vc:create> |
| | | </div> |