Browse Source

销售收款一览表-销售金额去除合计

zhuth 7 years ago
parent
commit
700af4e622
1 changed files with 0 additions and 7 deletions
  1. 0 7
      frontend/saas-web/app/view/sale/report/SaleRec.js

+ 0 - 7
frontend/saas-web/app/view/sale/report/SaleRec.js

@@ -64,13 +64,6 @@ Ext.define('saas.view.sale.report.SaleRec', {
             var xr = (new Array(arr[1].length > 2 ? 2 : arr[1].length)).fill('0');
             var format = '0,000.' + xr.join();
             return Ext.util.Format.number(v, format);
-        },
-        summaryType: 'sum',
-        summaryRenderer: function(v) {
-            var arr = (v + '.').split('.');
-            var xr = (new Array(arr[1].length > 2 ? 2 : arr[1].length)).fill('0');
-            var format = '0,000.' + xr.join();
-            return Ext.util.Format.number(v, format);
         }
     }, {
         text: '本次收款',