4
This commit is contained in:
Anfioo
2026-01-14 11:39:11 +08:00
parent f7f9df17f1
commit be079067e6
265 changed files with 1217 additions and 486 deletions

View File

@@ -1,90 +1,105 @@
<div>
<div class="margin-top">
<div class="row">
<div class="col-sm-5 margin-lr-0 padding-lr-0">
<table class="footable table table-stripped " style="margin-top:10px" data-page-size="10">
<thead>
<tr>
<th class="text-center " style="border-bottom: none;">
<vc:i18n name="姓名" namespace="reportProficientRoomFee"></vc:i18n>
</th>
<th class="text-center" style="border-bottom: none;">
<vc:i18n name="房号" namespace="reportProficientRoomFee"></vc:i18n>
</th>
<th class="text-center " style="border-bottom: none;">
<vc:i18n name="联系电话" namespace="reportProficientRoomFee"></vc:i18n>
</th>
<th class="text-center " style="border-bottom: none;">
<vc:i18n name="面积" namespace="reportProficientRoomFee"></vc:i18n>
</th>
<th class="text-center " style="border-bottom: none;">
<vc:i18n name="收费类型" namespace="reportProficientRoomFee"></vc:i18n>
</th>
<th class="text-center " style="border-bottom: none;">
<vc:i18n name="费用名称" namespace="reportProficientRoomFee"></vc:i18n>
</th>
<!--客户当时提供的Excel中未包含该字段该字段存在歧义 故作下线处理-->
<!-- <th class="text-center " style="border-bottom: none;">
<span><vc:i18n name="应收金额" namespace="reportProficientRoomFee"></vc:i18n></span>
</th> -->
</tr>
</thead>
<tbody>
<tr v-for="fee in reportProficientRoomFeeInfo.fees">
<td class="text-center ">{{fee.ownerName}}</td>
<td class="text-center ">{{fee.objName}}</td>
<td class="text-center ">{{fee.ownerLink}}</td>
<td class="text-center">{{fee.builtUpArea}}</td>
<td class="text-center ">{{fee.feeTypeCdName}}</td>
<td class="text-center ">{{fee.feeName}}</td>
<!--客户当时提供的Excel中未包含该字段该字段存在歧义 故作下线处理-->
<!-- <td class="text-center ">{{fee.receivableAmount}}</td> -->
</tr>
</tbody>
<tfoot>
<tr>
<td colspan="6">
<ul class="pagination float-right"></ul>
</td>
</tr>
</tfoot>
</table>
</div>
<div class="col-sm-7 margin-lr-0 padding-lr-0 java110-table-scoll-width">
<table class="footable table table-stripped " style="margin-top:10px;" data-page-size="10">
<thead>
<tr>
<th v-for="(item,index) in reportProficientRoomFeeInfo.listColumns" style="width:100px"
class="java110-td-scoll-width">{{item}}年
</th>
</tr>
</thead>
<tbody>
<tr v-for="fee in reportProficientRoomFeeInfo.fees">
<td v-for="(item,index) in reportProficientRoomFeeInfo.listColumns"
style="width:100px;cursor: pointer;" @click="_showFeeDetail(fee,item)">
{{_getProficientRoomFeeValue(fee.reportFeeYearCollectionDetailDtos,item)}}
</td>
</tr>
</tbody>
<tfoot>
<tr>
<td colspan="20">
<ul class="pagination float-right"></ul>
</td>
</tr>
</tfoot>
</table>
<div class="col-12 margin-lr-0 padding-lr-0">
<div class="table-responsive">
<table
class="footable table table-stripped"
style="margin-top: 10px; width: 100%"
data-page-size="10"
>
<thead>
<tr>
<th class="text-center" style="border-bottom: none">
<vc:i18n
name="姓名"
namespace="reportProficientRoomFee"
></vc:i18n>
</th>
<th class="text-center" style="border-bottom: none">
<vc:i18n
name="房号"
namespace="reportProficientRoomFee"
></vc:i18n>
</th>
<th class="text-center" style="border-bottom: none">
<vc:i18n
name="联系电话"
namespace="reportProficientRoomFee"
></vc:i18n>
</th>
<th class="text-center" style="border-bottom: none">
<vc:i18n
name="面积"
namespace="reportProficientRoomFee"
></vc:i18n>
</th>
<th class="text-center" style="border-bottom: none">
<vc:i18n
name="收费类型"
namespace="reportProficientRoomFee"
></vc:i18n>
</th>
<th class="text-center" style="border-bottom: none">
<vc:i18n
name="费用名称"
namespace="reportProficientRoomFee"
></vc:i18n>
</th>
<th
v-for="(item,index) in reportProficientRoomFeeInfo.listColumns"
class="text-center"
style="border-bottom: none"
>
{{item}}年
</th>
</tr>
</thead>
<tbody>
<tr v-for="fee in reportProficientRoomFeeInfo.fees">
<td class="text-center">{{fee.ownerName}}</td>
<td class="text-center">{{fee.objName}}</td>
<td class="text-center">{{fee.ownerLink}}</td>
<td class="text-center">{{fee.builtUpArea}}</td>
<td class="text-center">{{fee.feeTypeCdName}}</td>
<td class="text-center">{{fee.feeName}}</td>
<td
v-for="(item,index) in reportProficientRoomFeeInfo.listColumns"
style="cursor: pointer"
@click="_showFeeDetail(fee,item)"
class="text-center"
>
{{_getProficientRoomFeeValue(fee.reportFeeYearCollectionDetailDtos,item)}}
</td>
</tr>
</tbody>
<tfoot>
<tr>
<td colspan="20">
<ul class="pagination float-right"></ul>
</td>
</tr>
</tfoot>
</table>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-5">
<span><vc:i18n name="没有数据时,确保开启了定时任务" namespace="reportProficientRoomFee"></vc:i18n></span>
<span
><vc:i18n
name="没有数据时,确保开启了定时任务"
namespace="reportProficientRoomFee"
></vc:i18n
></span>
</div>
<div class="col-sm-7 float-right">
<vc:create namespace="reportProficientRoomFee" path="frame/paginationPlus"></vc:create>
<vc:create
namespace="reportProficientRoomFee"
path="frame/paginationPlus"
></vc:create>
</div>
</div>
</div>
<vc:create path="property/viewFeeDetail"></vc:create>
</div>
</div>