@@ -138,7 +138,8 @@ Ext.define('saas.view.sale.saleIn.QueryPanel', {
},{
text: '业务员',
dataIndex: 'sa_seller',
- width: 90
+ width: 90,
+ hidden :true
text: '审核人',
dataIndex: 'pi_auditman',
@@ -133,7 +133,8 @@ Ext.define('saas.view.sale.saleout.QueryPanel', {