mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 21:59:12 +08:00
暂存
This commit is contained in:
parent
89b731605b
commit
8f82a96423
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user