mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
删除人工托收功能 暂时没有人感兴趣 做 下线处理
This commit is contained in:
parent
b25973e234
commit
69b36f08e2
@ -5,8 +5,7 @@
|
||||
<div class="ibox-title">
|
||||
<h5>查询条件</h5>
|
||||
<div class="ibox-tools" style="top:10px;">
|
||||
<button type="button" class="btn btn-link btn-sm" style="margin-right:10px;"
|
||||
v-on:click="_moreCondition()">{{roomCreateFeeInfo.moreCondition == true?'隐藏':'更多'}}
|
||||
<button type="button" class="btn btn-link btn-sm" style="margin-right:10px;" v-on:click="_moreCondition()">{{roomCreateFeeInfo.moreCondition == true?'隐藏':'更多'}}
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
@ -21,23 +20,18 @@
|
||||
</div>
|
||||
<div class="col-sm-3">
|
||||
<div class="form-group">
|
||||
<input type="text"
|
||||
:placeholder="roomCreateFeeInfo.conditions.roomType == '2020602'?'请填写楼栋-商铺 如:1-1123':'请填写楼栋-单元-房屋 如:1-1-1123'"
|
||||
class="form-control " v-model="roomCreateFeeInfo.conditions.allNum"
|
||||
@keyup.enter="_queryRoomMethod">
|
||||
<input type="text" :placeholder="roomCreateFeeInfo.conditions.roomType == '2020602'?'请填写楼栋-商铺 如:1-1123':'请填写楼栋-单元-房屋 如:1-1-1123'" class="form-control " v-model="roomCreateFeeInfo.conditions.allNum" @keyup.enter="_queryRoomMethod">
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-3">
|
||||
<input type="text" placeholder="请填写业主名称" class="form-control "
|
||||
v-model="roomCreateFeeInfo.conditions.ownerNameLike" @keyup.enter="_queryRoomMethod">
|
||||
<input type="text" placeholder="请填写业主名称" class="form-control " v-model="roomCreateFeeInfo.conditions.ownerNameLike" @keyup.enter="_queryRoomMethod">
|
||||
</div>
|
||||
|
||||
<div class="col-sm-2">
|
||||
<button type="button" class="btn btn-primary btn-sm" v-on:click="_queryRoomMethod()">
|
||||
<i class="fa fa-search"></i> 查询
|
||||
</button>
|
||||
<button type="button" class="btn btn-info btn-sm" v-on:click="_resetRoomMethod()"
|
||||
style="margin-left: 20px;">
|
||||
<button type="button" class="btn btn-info btn-sm" v-on:click="_resetRoomMethod()" style="margin-left: 20px;">
|
||||
<i class="fa fa-repeat"></i> 重置
|
||||
</button>
|
||||
</div>
|
||||
@ -45,11 +39,9 @@
|
||||
<div class="row" v-if="roomCreateFeeInfo.moreCondition == true">
|
||||
<div class="col-sm-3">
|
||||
<div class="form-group input-group">
|
||||
<input type="text" placeholder="请选择楼栋" v-model="roomCreateFeeInfo.conditions.floorName"
|
||||
class=" form-control">
|
||||
<input type="text" placeholder="请选择楼栋" v-model="roomCreateFeeInfo.conditions.floorName" class=" form-control">
|
||||
<div class="input-group-prepend">
|
||||
<button type="button" class="btn btn-primary btn-sm"
|
||||
v-on:click="_openChooseFloorMethod()">
|
||||
<button type="button" class="btn btn-primary btn-sm" v-on:click="_openChooseFloorMethod()">
|
||||
<i class="fa fa-search"></i> 选择
|
||||
</button>
|
||||
</div>
|
||||
@ -57,8 +49,7 @@
|
||||
</div>
|
||||
<div class="col-sm-3">
|
||||
<div class="form-group">
|
||||
<select class=" form-control input-s-sm inline"
|
||||
v-model="roomCreateFeeInfo.conditions.unitId">
|
||||
<select class=" form-control input-s-sm inline" v-model="roomCreateFeeInfo.conditions.unitId">
|
||||
<option selected value="">请选择单元</option>
|
||||
<option v-for="(unit,index) in roomUnits" :key="index" v-bind:value="unit.unitId">
|
||||
{{unit.unitNum}}单元
|
||||
@ -67,8 +58,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-3">
|
||||
<input type="text" placeholder="请填写业主身份证号" class="form-control "
|
||||
v-model="roomCreateFeeInfo.conditions.idCard" @keyup.enter="_queryRoomMethod">
|
||||
<input type="text" placeholder="请填写业主身份证号" class="form-control " v-model="roomCreateFeeInfo.conditions.idCard" @keyup.enter="_queryRoomMethod">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -81,89 +71,84 @@
|
||||
<div class="ibox-title">
|
||||
<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="_openRoomCreateFeeAddModal(null,true)">
|
||||
<button type="button" class="btn btn-primary btn-sm" 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="_downloadCollectionLetterOrder()">
|
||||
<button type="button" class="btn btn-primary btn-sm" style="margin-left:10px" v-on:click="_downloadCollectionLetterOrder()">
|
||||
<i class="fa fa-download"></i> 批量催缴单
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="ibox-content">
|
||||
<table class="footable table table-stripped toggle-arrow-tiny" style="margin-top:10px"
|
||||
data-page-size="10">
|
||||
<table class="footable table table-stripped toggle-arrow-tiny" style="margin-top:10px" data-page-size="10">
|
||||
<thead>
|
||||
<tr>
|
||||
<th data-hide="phone" class="text-center">房屋类型</th>
|
||||
<th data-hide="phone" class="text-center">房屋(栋/单元/室)</th>
|
||||
<th data-hide="phone" class="text-center">楼层(单位:层)</th>
|
||||
<th data-hide="phone" class="text-center">房屋状态</th>
|
||||
<th data-hide="phone" class="text-center">业主名称</th>
|
||||
<th data-hide="phone" class="text-center">联系电话</th>
|
||||
<th data-hide="phone" class="text-center">业主身份证号</th>
|
||||
<th class="text-center">房屋ID</th>
|
||||
<th class="text-center">操作</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th data-hide="phone" class="text-center">房屋类型</th>
|
||||
<th data-hide="phone" class="text-center">房屋(栋/单元/室)</th>
|
||||
<th data-hide="phone" class="text-center">楼层(单位:层)</th>
|
||||
<th data-hide="phone" class="text-center">房屋状态</th>
|
||||
<th data-hide="phone" class="text-center">业主名称</th>
|
||||
<th data-hide="phone" class="text-center">联系电话</th>
|
||||
<th data-hide="phone" class="text-center">业主身份证号</th>
|
||||
<th class="text-center">房屋ID</th>
|
||||
<th class="text-center">操作</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr v-for="room in roomCreateFeeInfo.rooms">
|
||||
<td class="text-center">
|
||||
{{room.roomType=='1010301'?'房屋':'商铺'}}
|
||||
</td>
|
||||
<td class="text-center" v-if="room.roomType=='1010301'">
|
||||
{{room.floorNum}}-{{room.unitNum}}-{{room.roomNum}}
|
||||
</td>
|
||||
<td class="text-center" v-else>
|
||||
{{room.floorNum}}-{{room.roomNum}}
|
||||
</td>
|
||||
<td class="text-center">
|
||||
{{room.layer}}
|
||||
</td>
|
||||
<td class="text-center">
|
||||
{{room.stateName}}
|
||||
</td>
|
||||
<td class="text-center">
|
||||
{{room.ownerName}}
|
||||
</td>
|
||||
<td class="text-center">
|
||||
{{room.link}}
|
||||
<tr v-for="room in roomCreateFeeInfo.rooms">
|
||||
<td class="text-center">
|
||||
{{room.roomType=='1010301'?'房屋':'商铺'}}
|
||||
</td>
|
||||
<td class="text-center" v-if="room.roomType=='1010301'">
|
||||
{{room.floorNum}}-{{room.unitNum}}-{{room.roomNum}}
|
||||
</td>
|
||||
<td class="text-center" v-else>
|
||||
{{room.floorNum}}-{{room.roomNum}}
|
||||
</td>
|
||||
<td class="text-center">
|
||||
{{room.layer}}
|
||||
</td>
|
||||
<td class="text-center">
|
||||
{{room.stateName}}
|
||||
</td>
|
||||
<td class="text-center">
|
||||
{{room.ownerName}}
|
||||
</td>
|
||||
<td class="text-center">
|
||||
{{room.link}}
|
||||
|
||||
<td class="text-center">
|
||||
{{room.idCard}}
|
||||
</td>
|
||||
<td class="text-center">
|
||||
{{room.roomId}}
|
||||
</td>
|
||||
<td class="text-center">
|
||||
<div class="btn-group" v-if="room.state != '2002'">
|
||||
<button class="btn-white btn btn-xs" v-on:click="_toOwnerPayFee(room)">欠费缴费</button>
|
||||
</div>
|
||||
<div class="btn-group" v-if="room.state != '2002'">
|
||||
<td class="text-center">
|
||||
{{room.idCard}}
|
||||
</td>
|
||||
<td class="text-center">
|
||||
{{room.roomId}}
|
||||
</td>
|
||||
<td class="text-center">
|
||||
<div class="btn-group" v-if="room.state != '2002'">
|
||||
<button class="btn-white btn btn-xs" v-on:click="_toOwnerPayFee(room)">欠费缴费</button>
|
||||
</div>
|
||||
<!-- <div class="btn-group" v-if="room.state != '2002'">
|
||||
<button class="btn-white btn btn-xs"
|
||||
v-on:click="_openTranslateFeeManualCollectionDetailModel(room)">人工托收
|
||||
</button>
|
||||
</div>
|
||||
<div class="btn-group" v-if="room.state != '2002'">
|
||||
<button class="btn-white btn btn-xs"
|
||||
v-on:click="_downloadRoomCollectionLetterOrder(room)">催缴单
|
||||
</div> -->
|
||||
<div class="btn-group" v-if="room.state != '2002'">
|
||||
<button class="btn-white btn btn-xs" v-on:click="_downloadRoomCollectionLetterOrder(room)">催缴单
|
||||
</button>
|
||||
</div>
|
||||
<div class="btn-group">
|
||||
<button class="btn-white btn btn-xs"
|
||||
v-on:click="_openViewRoomCreateFee(room)">查看费用
|
||||
</div>
|
||||
<div class="btn-group">
|
||||
<button class="btn-white btn btn-xs" v-on:click="_openViewRoomCreateFee(room)">查看费用
|
||||
</button>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td colspan="9">
|
||||
<ul class="pagination float-right"></ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="9">
|
||||
<ul class="pagination float-right"></ul>
|
||||
</td>
|
||||
</tr>
|
||||
</tfoot>
|
||||
</table>
|
||||
<!-- 分页 -->
|
||||
|
||||
Loading…
Reference in New Issue
Block a user