mrzcc
2020-03-06 ecdac8a738f254db2b2ea28cbe3248f7a6a7eb2b
WebService/src/main/resources/components/feePackage/roomCreateFee/roomCreateFee.html
@@ -79,17 +79,13 @@
                    <h5>房屋信息</h5>
                    <div class="ibox-tools" style="top:10px;">
                        <button type="button" class="btn btn-primary btn-sm"
                                style="margin-left:10px" v-on:click="_openAddRoom()">
                            <i class="glyphicon glyphicon-plus"></i> 批量创建收费
                                style="margin-left:10px" v-on:click="_openRoomCreateFeeAddModal(null,true)">
                            <i class="glyphicon glyphicon-plus"></i> 批量创建
                        </button>
                        <button type="button" class="btn btn-primary btn-sm"
                                style="margin-left:10px" v-on:click="_openAddRoom()">
                            <i class="glyphicon glyphicon-plus"></i> 批量取消收费
                        </button>
                        <button type="button" class="btn btn-primary btn-sm"
                                style="margin-left:10px" v-on:click="_openAddRoom()">
                            <i class="glyphicon glyphicon-plus"></i> 查看收费
                        </button>
<!--                        <button type="button" class="btn btn-primary btn-sm"-->
<!--                                style="margin-left:10px" v-on:click="_openAddRoom()">-->
<!--                            <i class="glyphicon glyphicon-plus"></i> 批量取消收费-->
<!--                        </button>-->
                    </div>
                </div>
                <div class="ibox-content">
@@ -101,7 +97,6 @@
                            <th>房屋ID</th>
                            <th data-hide="phone">房屋编号</th>
                            <th data-hide="phone">楼层</th>
                            <th data-hide="phone">建筑面积</th>
                            <th data-hide="phone">业主ID</th>
                            <th data-hide="phone">业主名称</th>
                            <th data-hide="phone">业主身份证</th>
@@ -131,11 +126,11 @@
                            </td>
                            <td class="text-right">
                                <div class="btn-group">
                                    <button class="btn-white btn btn-xs" v-on:click="_openEditRoomModel(room)">创建收费
                                    <button class="btn-white btn btn-xs" v-on:click="_openRoomCreateFeeAddModal(room,false)">创建收费
                                    </button>
                                </div>
                                <div class="btn-group">
                                    <button class="btn-white btn btn-xs" v-on:click="_openDelRoomModel(room)">取消收费
                                    <button class="btn-white btn btn-xs" v-on:click="_openViewRoomCreateFee(room)">查看收费
                                    </button>
                                </div>
                            </td>
@@ -160,4 +155,7 @@
               emitChooseFloor="room"
               emitLoadData="room"
    ></vc:create>
    <vc:create name="roomCreateFeeAdd"
    ></vc:create>
</div>