Browse Source

【BUG】【销售利润表-税额-前台】

rainco 7 years ago
parent
commit
3e3600893c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frontend/saas-web/app/view/sale/report/SaleProfit.js

+ 1 - 1
frontend/saas-web/app/view/sale/report/SaleProfit.js

@@ -127,7 +127,7 @@ Ext.define('saas.view.sale.report.SaleProfit', {
     }, {
         text: '税额(元)',
         exportFormat: 'Amount',
-        dataIndex: 'pd_ordertotal - pd_nettotal',
+        dataIndex: 'pd_ordertotal-pd_nettotal',
         xtype: 'numbercolumn',
         width:120,
         renderer: function(v) {