|
|
@@ -132,6 +132,7 @@ Ext.define('saas.view.purchase.purchase.QueryPanel', {
|
|
|
},{
|
|
|
text: '币别',
|
|
|
dataIndex: 'pu_currency',
|
|
|
+ align: 'center',
|
|
|
width: 65
|
|
|
}, {
|
|
|
text: '审核状态',
|
|
|
@@ -148,7 +149,7 @@ Ext.define('saas.view.purchase.purchase.QueryPanel', {
|
|
|
dataIndex: 'pu_buyername',
|
|
|
width: 80
|
|
|
},{
|
|
|
- text: '关联销售单',
|
|
|
+ text: '关联销售单号',
|
|
|
dataIndex: 'pu_sacode',
|
|
|
width: 150
|
|
|
},{
|