Browse Source

【BUG-界面标准化】【客户对账表】【含税单价取pd_sendprice】【前端修改】

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

+ 1 - 1
frontend/saas-web/app/view/money/report/CustomerCheck.js

@@ -103,7 +103,7 @@ Ext.define('saas.view.money.report.CustomerCheckCheck', {
         }
     }, {
         text: '含税单价(元)',
-        dataIndex: 'pd_orderprice',
+        dataIndex: 'pd_sendprice',
         exportFormat: 'Price',
         xtype: 'numbercolumn',
         width: 120,