|
|
@@ -99,7 +99,7 @@ Ext.define('saas.view.sale.sale.QueryPanel', {
|
|
|
}, {
|
|
|
text: '客户编号',
|
|
|
dataIndex: 'sa_custcode',
|
|
|
- width: 0
|
|
|
+ hidden :true
|
|
|
}, {
|
|
|
text: '客户名称',
|
|
|
dataIndex: 'sa_custname',
|
|
|
@@ -132,7 +132,7 @@ Ext.define('saas.view.sale.sale.QueryPanel', {
|
|
|
}, {
|
|
|
text: '录入人',
|
|
|
dataIndex: 'creatorName',
|
|
|
- width: 0
|
|
|
+ hidden :true
|
|
|
}, {
|
|
|
text: '审核人',
|
|
|
dataIndex: 'sa_auditman',
|
|
|
@@ -140,7 +140,7 @@ Ext.define('saas.view.sale.sale.QueryPanel', {
|
|
|
}, {
|
|
|
text: '收货地址',
|
|
|
dataIndex: 'sa_toplace',
|
|
|
- width: 0
|
|
|
+ hidden :true
|
|
|
}, {
|
|
|
text: '备注',
|
|
|
dataIndex: 'sa_remark',
|