@@ -110,7 +110,11 @@ Ext.define('saas.view.purchase.purchase.QueryPanel', {
text: '单据状态',
dataIndex: 'pu_status',
width: 120
- }, {
+ },{
+ text: '业务状态',
+ dataIndex: 'pu_acceptstatus',
+ width: 120
text: '单据日期',
dataIndex: 'pu_indate',
xtype: 'datecolumn',