@@ -144,7 +144,7 @@ Ext.define('saas.view.sale.sale.QueryPanel', {
}, {
text: '录入人',
dataIndex: 'creatorName',
- hidden :true
+ width :110
text: '审核人',
dataIndex: 'sa_auditman',
@@ -146,6 +146,10 @@ Ext.define('saas.view.sale.saleIn.QueryPanel', {
dataIndex: 'sa_seller',
width: 90,
hidden :true
+ }, {
+ text: '录入人',
+ dataIndex: 'creatorName',
},{
dataIndex: 'pi_auditman',
@@ -140,6 +140,10 @@ Ext.define('saas.view.sale.saleout.QueryPanel', {