Browse Source

采购明细 实际收货数量收货金额

rainco 7 years ago
parent
commit
95db8ab5b3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      frontend/saas-web/app/view/purchase/report/Purchase.js

+ 2 - 2
frontend/saas-web/app/view/purchase/report/Purchase.js

@@ -180,7 +180,7 @@ Ext.define('saas.view.purchase.report.Purchase', {
         }
         }
     }, {
     }, {
         text: '收货数量',
         text: '收货数量',
-        dataIndex: 'pd_acceptqty',
+        dataIndex: 'pd_pdacceptqty',
         exportFormat: 'Quantity',
         exportFormat: 'Quantity',
         width: 110,
         width: 110,
         xtype: 'numbercolumn',
         xtype: 'numbercolumn',
@@ -199,7 +199,7 @@ Ext.define('saas.view.purchase.report.Purchase', {
         }
         }
     }, {
     }, {
         text: '收货金额',
         text: '收货金额',
-        dataIndex: 'pd_accepttotal',
+        dataIndex: 'pd_pdaccepttotal',
         exportFormat: 'Amount',
         exportFormat: 'Amount',
         width: 110,
         width: 110,
         xtype: 'numbercolumn',
         xtype: 'numbercolumn',