|
|
@@ -144,13 +144,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"
|
|
|
},
|
|
|
{
|
|
|
@@ -159,17 +159,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
|
|
|
},
|
|
|
@@ -179,7 +178,6 @@ Ext.define('saas.view.document.customer.FormPanel', {
|
|
|
xtype : "textfield"
|
|
|
},
|
|
|
dataIndex : "cc_qq",
|
|
|
- width : 120.0,
|
|
|
xtype : "",
|
|
|
items : null
|
|
|
},
|
|
|
@@ -189,7 +187,6 @@ Ext.define('saas.view.document.customer.FormPanel', {
|
|
|
xtype : "textfield"
|
|
|
},
|
|
|
dataIndex : "cc_email",
|
|
|
- width : 120.0,
|
|
|
xtype : "",
|
|
|
items : null
|
|
|
},
|
|
|
@@ -235,13 +232,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"
|
|
|
},
|
|
|
{
|
|
|
@@ -250,7 +247,6 @@ Ext.define('saas.view.document.customer.FormPanel', {
|
|
|
xtype : "textfield"
|
|
|
},
|
|
|
dataIndex : "ca_address",
|
|
|
- width : 120.0,
|
|
|
xtype : "",
|
|
|
items : null
|
|
|
},
|
|
|
@@ -260,7 +256,6 @@ Ext.define('saas.view.document.customer.FormPanel', {
|
|
|
xtype : "textfield"
|
|
|
},
|
|
|
dataIndex : "ca_person",
|
|
|
- width : 120.0,
|
|
|
xtype : "",
|
|
|
items : null
|
|
|
},
|
|
|
@@ -270,7 +265,6 @@ Ext.define('saas.view.document.customer.FormPanel', {
|
|
|
xtype : "textfield"
|
|
|
},
|
|
|
dataIndex : "ca_phone",
|
|
|
- width : 120.0,
|
|
|
xtype : "",
|
|
|
items : null
|
|
|
},
|
|
|
@@ -302,7 +296,6 @@ Ext.define('saas.view.document.customer.FormPanel', {
|
|
|
}
|
|
|
},
|
|
|
text : "是否默认地址",
|
|
|
- width : 200.0,
|
|
|
dataIndex : "ca_default",
|
|
|
xtype : "",
|
|
|
renderer: function (v, m, r) {
|