|
@@ -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',
|