|
|
@@ -112,10 +112,12 @@ Ext.define('saas.view.purchase.purchase.QueryPanel', {
|
|
|
width: 110
|
|
|
}, {
|
|
|
text: '审核状态',
|
|
|
+ align: 'center',
|
|
|
dataIndex: 'pu_status',
|
|
|
width: 90
|
|
|
},{
|
|
|
text: '业务状态',
|
|
|
+ align: 'center',
|
|
|
dataIndex: 'pu_acceptstatus',
|
|
|
width: 90
|
|
|
},{
|
|
|
@@ -156,10 +158,12 @@ Ext.define('saas.view.purchase.purchase.QueryPanel', {
|
|
|
width: 150
|
|
|
}, {
|
|
|
text: '审核状态',
|
|
|
+ align: 'center',
|
|
|
dataIndex: 'pu_status',
|
|
|
width: 90
|
|
|
},{
|
|
|
text: '业务状态',
|
|
|
+ align: 'center',
|
|
|
dataIndex: 'pu_acceptstatus',
|
|
|
width: 90
|
|
|
}, {
|