Просмотр исходного кода

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

rainco 7 лет назад
Родитель
Сommit
3d8468ba3f
1 измененных файлов с 1 добавлено и 1 удалено
  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,