|
|
@@ -146,13 +146,13 @@ Ext.define('saas.view.document.customer.FormPanel', {
|
|
|
{
|
|
|
text : "ID",
|
|
|
dataIndex : "id",
|
|
|
- width : 0,
|
|
|
+ hidden : true,
|
|
|
xtype : "numbercolumn"
|
|
|
},
|
|
|
{
|
|
|
text : "关联ID",
|
|
|
dataIndex : "cc_cuid",
|
|
|
- width : 0,
|
|
|
+ hidden : true,
|
|
|
xtype : "numbercolumn"
|
|
|
},
|
|
|
{
|
|
|
@@ -161,17 +161,16 @@ Ext.define('saas.view.document.customer.FormPanel', {
|
|
|
xtype : "textfield"
|
|
|
},
|
|
|
dataIndex : "cc_name",
|
|
|
- width : 120.0,
|
|
|
xtype : "",
|
|
|
items : null
|
|
|
},
|
|
|
{
|
|
|
text : "电话",
|
|
|
editor : {
|
|
|
- xtype : "textfield"
|
|
|
+ hideTrigger:true,
|
|
|
+ xtype : "numberfield"
|
|
|
},
|
|
|
dataIndex : "cc_tel",
|
|
|
- width : 120.0,
|
|
|
xtype : "",
|
|
|
items : null
|
|
|
},
|
|
|
@@ -181,7 +180,6 @@ Ext.define('saas.view.document.customer.FormPanel', {
|
|
|
xtype : "textfield"
|
|
|
},
|
|
|
dataIndex : "cc_qq",
|
|
|
- width : 120.0,
|
|
|
xtype : "",
|
|
|
items : null
|
|
|
},
|
|
|
@@ -191,7 +189,6 @@ Ext.define('saas.view.document.customer.FormPanel', {
|
|
|
xtype : "textfield"
|
|
|
},
|
|
|
dataIndex : "cc_email",
|
|
|
- width : 120.0,
|
|
|
xtype : "",
|
|
|
items : null
|
|
|
},
|
|
|
@@ -239,13 +236,13 @@ Ext.define('saas.view.document.customer.FormPanel', {
|
|
|
{
|
|
|
text : "ID",
|
|
|
dataIndex : "id",
|
|
|
- width : 0,
|
|
|
+ hidden : true,
|
|
|
xtype : "numbercolumn"
|
|
|
},
|
|
|
{
|
|
|
text : "关联ID",
|
|
|
dataIndex : "ca_cuid",
|
|
|
- width : 0,
|
|
|
+ hidden : true,
|
|
|
xtype : "numbercolumn"
|
|
|
},
|
|
|
{
|
|
|
@@ -254,7 +251,6 @@ Ext.define('saas.view.document.customer.FormPanel', {
|
|
|
xtype : "textfield"
|
|
|
},
|
|
|
dataIndex : "ca_address",
|
|
|
- width : 120.0,
|
|
|
xtype : "",
|
|
|
items : null
|
|
|
},
|
|
|
@@ -264,7 +260,6 @@ Ext.define('saas.view.document.customer.FormPanel', {
|
|
|
xtype : "textfield"
|
|
|
},
|
|
|
dataIndex : "ca_person",
|
|
|
- width : 120.0,
|
|
|
xtype : "",
|
|
|
items : null
|
|
|
},
|
|
|
@@ -274,7 +269,6 @@ Ext.define('saas.view.document.customer.FormPanel', {
|
|
|
xtype : "textfield"
|
|
|
},
|
|
|
dataIndex : "ca_phone",
|
|
|
- width : 120.0,
|
|
|
xtype : "",
|
|
|
items : null
|
|
|
},
|
|
|
@@ -306,7 +300,6 @@ Ext.define('saas.view.document.customer.FormPanel', {
|
|
|
}
|
|
|
},
|
|
|
text : "是否默认地址",
|
|
|
- width : 200.0,
|
|
|
dataIndex : "ca_default",
|
|
|
xtype : "",
|
|
|
renderer: function (v, m, r) {
|