This commit is contained in:
java110 2020-06-23 23:20:19 +08:00
parent 89b731605b
commit 8f82a96423
3 changed files with 4 additions and 7 deletions

View File

@ -37,7 +37,9 @@
<select class="custom-select" v-model="parkingSpaceCreateFeeAddInfo.feeTypeCd" @change="_changeFeeTypeCd(parkingSpaceCreateFeeAddInfo.feeTypeCd)">
<option selected disabled value="">必填,请选择费用类型</option>
<option v-for="(item,index) in parkingSpaceCreateFeeAddInfo.feeTypeCds" :key="index"
v-bind:value="item.statusCd">{{item.name}}
v-bind:value="item.statusCd"
v-if="item.statusCd != '888800010001' && item.statusCd != '888800010009' && item.statusCd != '888800010011'"
>{{item.name}}
</option>
</select></div>
</div>

View File

@ -62,7 +62,7 @@
<select class="custom-select" v-model="roomCreateFeeAddInfo.feeTypeCd" @change="_changeFeeTypeCd(roomCreateFeeAddInfo.feeTypeCd)">
<option selected disabled value="">必填,请选择费用类型</option>
<option v-for="(item,index) in roomCreateFeeAddInfo.feeTypeCds" :key="index"
v-bind:value="item.statusCd">{{item.name}}
v-bind:value="item.statusCd" v-if="item.statusCd !='888800010008'">{{item.name}}
</option>
</select></div>
</div>

View File

@ -82,10 +82,6 @@
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="_openAddRoom()">-->
<!-- <i class="fa fa-plus"></i> 批量取消收费-->
<!-- </button>-->
</div>
</div>
<div class="ibox-content">
@ -102,7 +98,6 @@
<th data-hide="phone">联系电话</th>
<th data-hide="phone">身份证</th>
<th>房屋ID</th>
<!--<th data-hide="phone">业主ID</th> -->
<th class="text-right">操作</th>
</tr>