|
|
@@ -136,6 +136,10 @@ Ext.define('saas.view.purchase.purchase.QueryPanel', {
|
|
|
var format = '0,000.' + xr.join('');
|
|
|
return Ext.util.Format.number(v, format);
|
|
|
}
|
|
|
+ },{
|
|
|
+ text: '币别',
|
|
|
+ dataIndex: 'pu_currency',
|
|
|
+ width: 65
|
|
|
}, {
|
|
|
text: '审核状态',
|
|
|
align: 'center',
|
|
|
@@ -204,7 +208,7 @@ Ext.define('saas.view.purchase.purchase.QueryPanel', {
|
|
|
dataIndex: 'pr_spec',
|
|
|
width: 200
|
|
|
},{
|
|
|
- text: '采购数量',
|
|
|
+ text: '数量',
|
|
|
dataIndex: 'pd_qty',
|
|
|
xtype: 'numbercolumn',
|
|
|
width: 110,
|