|
|
@@ -313,9 +313,9 @@
|
|
|
<thead>
|
|
|
<tr class="header">
|
|
|
<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="140">本月已付</th>-->
|
|
|
<th width="140">应付总额</th>
|
|
|
<th width="80">操作</th>
|
|
|
@@ -443,7 +443,7 @@
|
|
|
</label>
|
|
|
</div>
|
|
|
<div style="text-align: left;margin-top: 20px">
|
|
|
- <label>本期间应付总额:</label>
|
|
|
+ <label>本期应收:</label>
|
|
|
<label style="text-align:left;vertical-align: top;">
|
|
|
<div ng-if="dataInfo.thisMonthCount.length > 0" ng-repeat="count in dataInfo.thisMonthCount">
|
|
|
<span>{{count.currency}}:{{count.amount | number:2}}</span>
|
|
|
@@ -455,7 +455,7 @@
|
|
|
</div>
|
|
|
|
|
|
<div style="text-align: left;margin-top: 20px">
|
|
|
- <label>本期间未对总额:</label>
|
|
|
+ <label>本期未对账:</label>
|
|
|
<label style="text-align:left;vertical-align: top;">
|
|
|
<div ng-if="dataInfo.thisMonthTodoCount.length > 0" ng-repeat="count in dataInfo.thisMonthTodoCount">
|
|
|
<span>{{count.currency}}:{{count.amount | number:2}}</span>
|
|
|
@@ -467,7 +467,7 @@
|
|
|
</div>
|
|
|
|
|
|
<div style="text-align: left;margin-top: 20px">
|
|
|
- <label>本期间已对总额:</label>
|
|
|
+ <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>
|