|
|
@@ -144,6 +144,10 @@ Ext.define('saas.view.purchase.purchaseOut.QueryPanel', {
|
|
|
xtype: 'numbercolumn',
|
|
|
dataIndex: 'pi_total',
|
|
|
width: 110
|
|
|
+ },{
|
|
|
+ text: '币别',
|
|
|
+ dataIndex: 'pi_currency',
|
|
|
+ width: 65
|
|
|
}, {
|
|
|
text: '审核状态',
|
|
|
align: 'center',
|
|
|
@@ -211,7 +215,7 @@ Ext.define('saas.view.purchase.purchaseOut.QueryPanel', {
|
|
|
dataIndex: 'pd_whname',
|
|
|
width: 80
|
|
|
}, {
|
|
|
- text: '验退数量',
|
|
|
+ text: '数量',
|
|
|
dataIndex: 'pd_outqty',
|
|
|
xtype: 'numbercolumn',
|
|
|
width: 110,
|
|
|
@@ -287,7 +291,7 @@ Ext.define('saas.view.purchase.purchaseOut.QueryPanel', {
|
|
|
width: 150
|
|
|
}, {
|
|
|
text: '备注',
|
|
|
- dataIndex: 'iodetno',
|
|
|
+ dataIndex: 'pd_remark',
|
|
|
width: 250
|
|
|
}]
|
|
|
}
|