瀏覽代碼

【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) {