mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
代码优化
This commit is contained in:
parent
505645a7f3
commit
908bb504fa
@ -268,9 +268,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-3 float-right">
|
||||
<vc:create path="frame/pagination"></vc:create>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -228,13 +228,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div><span><vc:i18n name="历史欠费" namespace="reportFeeSummary"></vc:i18n></span>:当月之前欠费;当月应收:当前月收费;当月实收:当月收到中属于当前月应收费用部分;
|
||||
</div>
|
||||
<div><span><vc:i18n name="欠费追回" namespace="reportFeeSummary"></vc:i18n></span>:当月收到中属于历史欠费部分;预交费用:当月收到中属于预交费用部分
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-3 float-right">
|
||||
<vc:create path="frame/pagination"></vc:create>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -237,9 +237,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-3 float-right">
|
||||
<vc:create path="frame/pagination"></vc:create>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -194,6 +194,12 @@
|
||||
<th class="text-center">
|
||||
<span><vc:i18n name="空置房减免" namespace="reportPayFeeDetail"></vc:i18n></span>(元)
|
||||
</th>
|
||||
<th class="text-center">
|
||||
<span><vc:i18n name="面积" namespace="reportPayFeeDetail"></vc:i18n></span>(平方米)
|
||||
</th>
|
||||
<th class="text-center">
|
||||
<span><vc:i18n name="车位" namespace="reportPayFeeDetail"></vc:i18n></span>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@ -219,11 +225,13 @@
|
||||
<td class="text-center">{{fee.lateFee}}</td>
|
||||
<td class="text-center">{{fee.vacantHousingDiscount}}</td>
|
||||
<td class="text-center">{{fee.vacantHousingReduction}}</td>
|
||||
<td class="text-center">{{fee.builtUpArea}}</td>
|
||||
<td class="text-center">{{fee.psName}}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td colspan="17">
|
||||
<td colspan="19">
|
||||
<ul class="pagination float-right"></ul>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@ -146,8 +146,6 @@
|
||||
param,
|
||||
function (json, res) {
|
||||
var _reportPayFeeDetailInfo = JSON.parse(json);
|
||||
console.log("hello")
|
||||
console.log(_reportPayFeeDetailInfo)
|
||||
vc.component.reportPayFeeDetailInfo.total = _reportPayFeeDetailInfo.total;
|
||||
vc.component.reportPayFeeDetailInfo.records = _reportPayFeeDetailInfo.records;
|
||||
vc.component.reportPayFeeDetailInfo.fees = _reportPayFeeDetailInfo.data;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user