| | |
| | | <div class="ibox-title"> |
| | | <h5>{{mainParkingSpaceFeeInfo.feeName}}信息</h5> |
| | | <div class="ibox-tools" style="top:10px;"> |
| | | <button type="button" class="btn btn-primary btn-sm" v-on:click="openSearchRoomModel()"> |
| | | <button type="button" class="btn btn-primary btn-sm" v-on:click="openSearchParkingSpaceModel()"> |
| | | <i class="glyphicon glyphicon-search"></i> 选择停车位</button> |
| | | <button type="button" class="btn btn-primary btn-sm" |
| | | v-if="mainParkingSpaceFeeInfo.feeId != null && mainParkingSpaceFeeInfo.feeId != ''" |
| | | v-if="mainParkingSpaceFeeInfo.feeId != null && mainParkingSpaceFeeInfo.feeId != '' && mainParkingSpaceFeeInfo.amount == '-1.00'" |
| | | style="margin-left:10px" v-on:click="openPayModel()"> |
| | | <i class="glyphicon glyphicon-plus" ></i> 缴费</button> |
| | | </div> |
| | |
| | | </div> |
| | | </div> |
| | | <vc:create name="searchParkingSpace" |
| | | emitChooseRoom="viewMainParkingSpaceFee" |
| | | emitChooseParkingSpace="viewMainParkingSpaceFee" |
| | | emitLoadData="propertyFee" |
| | | parkingSpaceFlag="SH" |
| | | parkingSpaceFlag="'SH'" |
| | | ></vc:create> |
| | | <vc:create name="propertyPay"></vc:create> |
| | | <vc:create name="propertyPay" |
| | | emitReloadFee="viewMainParkingSpaceFee"> |
| | | |
| | | </vc:create> |
| | | </div> |