Browse Source

fix:注释应付对账,应收对账 已收已付字段

shenjunjie 7 years ago
parent
commit
c0ecfa3819

+ 18 - 18
src/main/webapp/resources/view/usercenter/b2b/fa/arCheck.html

@@ -716,7 +716,7 @@
           <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">
@@ -846,17 +846,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">

+ 19 - 19
src/main/webapp/resources/view/vendor/b2b/apCheck.html

@@ -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;">