|
|
@@ -712,11 +712,11 @@
|
|
|
|
|
|
<thead ng-show="active === 'all'">
|
|
|
<tr class="header">
|
|
|
- <th width="180">客户名称</th>
|
|
|
+ <th width="180">客户名称</th>
|
|
|
<th width="140">本月应收</th>
|
|
|
<th width="140">本月未对</th>
|
|
|
<th width="140">本月已对</th>
|
|
|
- <th width="140">本月已收</th>
|
|
|
+ <!--<th width="140">本月已收</th>-->
|
|
|
<th width="140">应收总额</th>
|
|
|
<th width="80">操作</th>
|
|
|
</tr>
|
|
|
@@ -745,12 +745,12 @@
|
|
|
</td>
|
|
|
<td ng-if="check.thisMonthDoneCount.length === 0">-</td>
|
|
|
|
|
|
- <td ng-if="check.apCheckAmounts.length > 0">
|
|
|
- <div ng-repeat="count in check.apCheckAmounts">
|
|
|
- <span ng-if="count.amount > 0">{{count.currency}}:{{count.amount | number:2}}</span>
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- <td ng-if="check.apCheckAmounts.length === 0">-</td>
|
|
|
+ <!--<td ng-if="check.apCheckAmounts.length > 0">-->
|
|
|
+ <!--<div ng-repeat="count in check.apCheckAmounts">-->
|
|
|
+ <!--<span ng-if="count.amount > 0">{{count.currency}}:{{count.amount | number:2}}</span>-->
|
|
|
+ <!--</div>-->
|
|
|
+ <!--</td>-->
|
|
|
+ <!--<td ng-if="check.apCheckAmounts.length === 0">-</td>-->
|
|
|
|
|
|
<td ng-if="check.totalCount.length > 0">
|
|
|
<div ng-repeat="count in check.totalCount">
|
|
|
@@ -844,17 +844,17 @@
|
|
|
</label>
|
|
|
</div>
|
|
|
|
|
|
- <div style="text-align: left;margin-top: 20px">
|
|
|
- <label>本期间已收总额:</label>
|
|
|
- <label style="text-align:left;vertical-align: top;">
|
|
|
- <div ng-if="dataInfo.thisMonthDoneCount.length > 0" ng-repeat="count in dataInfo.thisMonthDoneCount">
|
|
|
- <span>{{count.currency}}:{{count.amount | number:2}}</span>
|
|
|
- </div>
|
|
|
- <div ng-if="dataInfo.thisMonthDoneCount.length === 0">
|
|
|
- 0
|
|
|
- </div>
|
|
|
- </label>
|
|
|
- </div>
|
|
|
+ <!--<div style="text-align: left;margin-top: 20px">-->
|
|
|
+ <!--<label>本期间已收总额:</label>-->
|
|
|
+ <!--<label style="text-align:left;vertical-align: top;">-->
|
|
|
+ <!--<div ng-if="dataInfo.thisMonthDoneCount.length > 0" ng-repeat="count in dataInfo.thisMonthDoneCount">-->
|
|
|
+ <!--<span>{{count.currency}}:{{count.amount | number:2}}</span>-->
|
|
|
+ <!--</div>-->
|
|
|
+ <!--<div ng-if="dataInfo.thisMonthDoneCount.length === 0">-->
|
|
|
+ <!--0-->
|
|
|
+ <!--</div>-->
|
|
|
+ <!--</label>-->
|
|
|
+ <!--</div>-->
|
|
|
<div style="text-align: left;margin-top: 20px">
|
|
|
<label>应收总额:</label>
|
|
|
<label style="text-align:left;vertical-align: top;">
|