MicroCommunityWeb/public/pages/property/roomCreateFee/roomCreateFee.html
2022-08-18 15:01:12 +08:00

393 lines
25 KiB
HTML
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<div>
<div class="bg-white padding-sm border-radius">
<button type="button" class="btn btn-white btn-sm" style="margin-left:10px" v-on:click="_openFeeImportExcel()">
<vc:i18n name="自定义模板" namespace="roomCreateFee"></vc:i18n>
</button>
<button type="button" class="btn btn-white btn-sm" style="margin-left:10px" v-on:click="_openDoCreateRoomFee()">
<vc:i18n name="自定义导入" namespace="roomCreateFee"></vc:i18n>
</button>
<button type="button" class="btn btn-white btn-sm" style="margin-left:10px"
v-on:click="_openRoomCreateFeeAddModal(null,true)">
<i class="fa fa-plus"></i>
<span>
<vc:i18n name="批量创建" namespace="roomCreateFee"></vc:i18n>
</span>
</button>
<button type="button" class="btn btn-white btn-sm" style="margin-left:10px"
v-on:click="_downloadCollectionLetterOrder()">
<i class="fa fa-download"></i>
<span>
<vc:i18n name="批量催缴单" namespace="roomCreateFee"></vc:i18n>
</span>
</button>
</div>
<div class="row">
<div class="col-md-2 " style="padding-right:0px">
<vc:create path="property/roomTreeDiv" callBackListener="roomCreateFee"></vc:create>
</div>
<div class="col-md-10 margin-top-xs">
<div class="row">
<div class="col-lg-12">
<div class="ibox ">
<div class="ibox-title">
<h5>
<span>
<vc:i18n name="查询条件" namespace="room"></vc:i18n>
</span>
</h5>
<div class="ibox-tools" style="top:10px;"></div>
</div>
<div class="ibox-content">
<div class="row">
<div class="col-sm-4">
<div class="form-group">
<input type="text"
:placeholder="vc.i18n('请填写房屋编号,如1-1-1123','roomCreateFeeInfo')"
@input="_inputRoom()" v-model="roomCreateFeeInfo.conditions.roomNum"
class=" form-control">
<vc:create path="property/inputSearchRoom"></vc:create>
</div>
</div>
<div class="col-sm-3">
<select class="custom-select" v-model="roomCreateFeeInfo.conditions.state">
<option selected value="">{{vc.i18n('请选择状态','roomCreateFee')}}</option>
<option value="2008001">{{vc.i18n('收费中','roomCreateFee')}}</option>
<option value="2009001">{{vc.i18n('收费结束','roomCreateFee')}}</option>
</select>
</div>
<div class="col-sm-3">
<input type="text" :placeholder="vc.i18n('请填写业主名称','roomCreateFeeInfo')"
@input="_inputRoomByOwner()" v-model="roomCreateFeeInfo.conditions.ownerName"
class=" form-control">
<vc:create path="property/inputSearchRoomByOwner"></vc:create>
</div>
<div class="col-sm-2">
<button type="button" class="btn btn-primary btn-sm"
v-on:click="_queryRoomCreateFeeMethod()">
<i class="fa fa-search"></i>
<span>
<vc:i18n name="查询" namespace="room"></vc:i18n>
</span>
</button>
<button type="button" class="btn btn-primary btn-sm"
v-on:click="_resetRoomCreateFeeMethod()">
<i class="fa fa-repeat"></i>
<span>
<vc:i18n name="重置" namespace="room"></vc:i18n>
</span>
</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<div class="ibox">
<div class="ibox-title">
<h5>{{roomCreateFeeInfo.roomName}}
<span @click="_viewRoomData()">
<vc:create path="property/viewRoomData"></vc:create>
</span>
<span><vc:i18n name="费用" namespace="listRoomFee"></vc:i18n></span>
</h5>
<div class="ibox-tools" style="top:10px;">
<button type="button" class="btn btn-primary btn-sm" style="margin-left:10px"
v-on:click="_openProxyFeeModal()" v-if="roomCreateFeeInfo.hireOwnerFee == '0'">
按量缴费
</button>
<button type="button" class="btn btn-primary btn-sm" style="margin-left:10px"
v-on:click="_openAddMeterWaterModal()"
v-if="roomCreateFeeInfo.hireOwnerFee == '0'">
水电抄表
</button>
<button type="button" class="btn btn-primary btn-sm" style="margin-left:10px"
v-on:click="_openRoomCreateFeeComboModal()"
v-if="roomCreateFeeInfo.hireOwnerFee == '0'">
创建费用套餐
</button>
<button type="button" class="btn btn-primary btn-sm" style="margin-left:10px"
v-on:click="_openRoomCreateFeeAddModal(roomCreateFeeInfo,false)"
v-if="roomCreateFeeInfo.hireOwnerFee == '0'">
创建费用
</button>
<button type="button" class="btn btn-primary btn-sm" style="margin-left:10px"
v-on:click="_toOwnerPayFee()" v-if="roomCreateFeeInfo.hireOwnerFee == '0'">
欠费缴费
</button>
</div>
</div>
<div class="ibox-content">
<table class="footable table table-stripped toggle-arrow-tiny" style="margin-top:10px"
data-page-size="10">
<thead>
<tr>
<th class="text-center">
<span>
<span>
<vc:i18n name="费用项目" namespace="listRoomFee"></vc:i18n>
</span>
</span>
</th>
<th class="text-center">
<span>
<span>
<vc:i18n name="费用标识" namespace="listRoomFee"></vc:i18n>
</span>
</span>
</th>
<th class="text-center">
<span>
<span>
<vc:i18n name="费用类型" namespace="listRoomFee"></vc:i18n>
</span>
</span>
</th>
<th class="text-center">
<span>
<span>
<vc:i18n name="应收金额" namespace="listRoomFee"></vc:i18n>
</span>
</span>
</th>
<th class="text-center">
<span>
<span>
<vc:i18n name="建账时间" namespace="listRoomFee"></vc:i18n>
</span>
</span>
<span class="fa fa-info-circle popover-show hand"
data-content="交房时产生费用时间,是计费结束时间的基准时间"></span>
</th>
<th class="text-center">
<span>
<span>
<vc:i18n name="计费起始时间" namespace="listRoomFee"></vc:i18n>
</span>
</span>
<span class="fa fa-info-circle popover-show-endTime hand"
data-content="开始计费的时间业主已经交缴2022年度物业费那么这个时间为2023-01-01(业主费用缴到2022年12月31日)"></span>
</th>
<th class="text-center">
<span>
<span>
<vc:i18n name="计费结束时间" namespace="listRoomFee"></vc:i18n>
</span>
</span>
<span class="fa fa-info-circle popover-show-deadlineTime hand"
data-content="当前周期内的计费结束时间,基于建账时间计算,是建账时间的缴费周期倍(缴费周期是费用项中设置的)"></span>
</th>
<th class="text-center">
<span>
<span>
<vc:i18n name="说明" namespace="listRoomFee"></vc:i18n>
</span>
</span>
</th>
<th class="text-center">
<span>
<span>
<vc:i18n name="状态" namespace="listRoomFee"></vc:i18n>
</span>
</span>
</th>
<th class="text-center">
<span>
<span>
<vc:i18n name="操作" namespace="listRoomFee"></vc:i18n>
</span>
</span>
</th>
</tr>
</thead>
<tbody>
<tr v-for="fee in roomCreateFeeInfo.fees">
<td class="text-center hand" @click="_viewRoomFeeConfig(fee)">{{fee.feeName}}
<span class="fa fa-info-circle"></span>
</td>
<td class="text-center">{{fee.feeFlagName}}</td>
<td class="text-center">{{fee.feeTypeCdName}}</td>
<td class="text-center">{{fee.amountOwed}}</td>
<td class="text-center">{{fee.startTime}}</td>
<td class="text-center">{{_getEndTime(fee)}}</td>
<td class="text-center">{{_getDeadlineTime(fee)}}</td>
<td class="text-center"
v-if="fee.computingFormula == '5005' || fee.computingFormula == '9009'">
<div>
<span>
<span>
<vc:i18n name="上期度数" namespace="listRoomFee"></vc:i18n>
</span>
</span>{{fee.preDegrees}}
</div>
<div>
<span>
<span>
<vc:i18n name="本期度数" namespace="listRoomFee"></vc:i18n>
</span>
</span>{{fee.curDegrees}}
</div>
<div>
<span>
<span>
<vc:i18n name="单价" namespace="listRoomFee"></vc:i18n>
</span>
</span>{{getOnePrice1(fee)}}
</div>
<div>
<span>
<span>
<vc:i18n name="附加费" namespace="listRoomFee"></vc:i18n>
</span>
</span>{{fee.additionalAmount}}
</div>
</td>
<td class="text-center" v-else-if="fee.computingFormula == '6006'">
<div>
<span>
<span>
<vc:i18n name="用量" namespace="listRoomFee"></vc:i18n>
</span>
</span>{{_getAttrValue(fee.feeAttrs,'390006')}}
</div>
<div>
<span>
<span>
<vc:i18n name="单价" namespace="listRoomFee"></vc:i18n>
</span>
</span>{{fee.squarePrice}}
</div>
<div>
<span>
<span>
<vc:i18n name="附加费" namespace="listRoomFee"></vc:i18n>
</span>
</span>{{fee.additionalAmount}}
</div>
</td>
<td class="text-center" width="150" v-else-if="fee.feeTypeCd == '888800010017'">
<div>
<span>
<span>
<vc:i18n name="算法" namespace="listRoomFee"></vc:i18n>
</span>
</span>{{_getAttrValue(fee.feeAttrs,'390005')}}
</div>
<div>
<span>
<span>
<vc:i18n name="用量" namespace="listRoomFee"></vc:i18n>
</span>
</span>{{_getAttrValue(fee.feeAttrs,'390003')}}
</div>
</td>
<td class="text-center" width="150" v-else-if="fee.computingFormula == '4004'">
<div>
<span>
<span>
<vc:i18n name="费用根据实际情况而定" namespace="listRoomFee"></vc:i18n>
</span>
</span>
</div>
</td>
<td class="text-center" v-else>
<div>
<span>
<span>
<vc:i18n name="面积" namespace="listRoomFee"></vc:i18n>
</span>
</span>{{roomCreateFeeInfo.builtUpArea}}
</div>
<div>
<span>
<span>
<vc:i18n name="单价" namespace="listRoomFee"></vc:i18n>
</span>
</span>{{fee.squarePrice}}
</div>
<div v-if="fee.feeFlag == '1003006'">
<span>
<span>
<vc:i18n name="附加费" namespace="listRoomFee"></vc:i18n>
</span>
</span>{{fee.additionalAmount}}
</div>
<div v-else>
<span>
<span>
<vc:i18n name="固定费" namespace="listRoomFee"></vc:i18n>
</span>
</span>{{fee.additionalAmount}}
</div>
</td>
<td class="text-center">{{fee.stateName}}</td>
<td class="text-center">
<button class="btn btn-link btn-xs"
v-if="fee.state != '2009001' && vc.hasPrivilege('502020082314267912')"
v-on:click="_payFee(fee)">
<span>
<span>
<vc:i18n name="缴费" namespace="listRoomFee"></vc:i18n>
</span>
</span>
</button>
<button class="btn btn-link btn-xs" v-on:click="_payFeeHis(fee)">
<span>
<span>
<vc:i18n name="历史" namespace="listRoomFee"></vc:i18n>
</span>
</span>
</button>
<button class="btn btn-link btn-xs" v-if="vc.hasPrivilege('502020090604200029')"
v-on:click="_deleteFee(fee)">
<span>
<span>
<vc:i18n name="取消" namespace="listRoomFee"></vc:i18n>
</span>
</span>
</button>
<button class="btn btn-link btn-xs"
v-if="fee.state != '2009001' && vc.hasPrivilege('502020090427190001')"
v-on:click="_editFee(fee)">
<span>
<span>
<vc:i18n name="变更" namespace="listRoomFee"></vc:i18n>
</span>
</span>
</button>
<button class="btn btn-link btn-xs" v-on:click="_viewRoomFee(fee)">
<span>
<span>
<vc:i18n name="详情" namespace="listRoomFee"></vc:i18n>
</span>
</span>
</button>
</td>
</tr>
</tbody>
</table>
<!-- 分页 -->
<div class="row">
<div class="col-sm-5">
<div> 注意: 计费结束时间 “-” 表示未到计费时间 或 收费已结束</div>
<div> 应收金额 为-1 一般为费用项公式设置出错请检查</div>
</div>
<div class="col-sm-7 float-right">
<vc:create path="frame/pagination"></vc:create>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<vc:create path="property/deleteFee"></vc:create>
<vc:create path="property/editFee"></vc:create>
<vc:create path="property/roomCreateFeeAdd"></vc:create>
<vc:create path="property/addMeterWater" callBackListener="" callBackFunction=""></vc:create>
<vc:create path="property/addProxyFee" callBackListener="" callBackFunction=""></vc:create>
<vc:create path="property/exportFeeImportExcel"></vc:create>
<vc:create path="property/doImportCreateFee"></vc:create>
</div>