Ver Fonte

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

rainco há 7 anos atrás
pai
commit
3e3600893c
1 ficheiros alterados com 1 adições e 1 exclusões
  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) {