소스 검색

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

rainco 7 년 전
부모
커밋
3e3600893c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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) {