|
|
@@ -101,7 +101,7 @@ Ext.define('saas.view.document.customer.BasePanel', {
|
|
|
columns : [
|
|
|
{
|
|
|
text : "客户id",
|
|
|
- width : 0,
|
|
|
+ hidden:true,
|
|
|
dataIndex : "id",
|
|
|
xtype : "numbercolumn",
|
|
|
},{
|
|
|
@@ -160,22 +160,21 @@ Ext.define('saas.view.document.customer.BasePanel', {
|
|
|
},{
|
|
|
text : "客户状态",
|
|
|
dataIndex : "cu_status",
|
|
|
- flex : 1.0
|
|
|
},
|
|
|
{
|
|
|
text : "客户状态码",
|
|
|
dataIndex : "cu_statuscode",
|
|
|
- width : 0
|
|
|
+ hidden:true
|
|
|
},
|
|
|
{
|
|
|
text : "默认客户地址",
|
|
|
dataIndex : "ca_address",
|
|
|
- width : 0
|
|
|
+ hidden:true
|
|
|
},
|
|
|
{
|
|
|
text : "默认客户联系人",
|
|
|
dataIndex : "cc_name",
|
|
|
- width : 0
|
|
|
+ hidden:true
|
|
|
}]
|
|
|
},
|
|
|
|