|
|
@@ -77,14 +77,12 @@ Ext.define('saas.view.document.customer.FormPanel', {
|
|
|
this.dialog.show();
|
|
|
}
|
|
|
},{
|
|
|
- format : "Y-m-d",
|
|
|
xtype : "datefield",
|
|
|
name : "createTime",
|
|
|
fieldLabel : "创建时间",
|
|
|
allowBlank : true,
|
|
|
columnWidth : 0.25
|
|
|
},{
|
|
|
- format : "Y-m-d",
|
|
|
xtype : "datefield",
|
|
|
name : "cu_begindate",
|
|
|
fieldLabel : "期初日期",
|
|
|
@@ -132,7 +130,6 @@ Ext.define('saas.view.document.customer.FormPanel', {
|
|
|
allowBlank : true,
|
|
|
columnWidth : 0.25
|
|
|
},{
|
|
|
- format : "Y-m-d",
|
|
|
xtype : "datefield",
|
|
|
name : "updateTime",
|
|
|
fieldLabel : "更新时间",
|
|
|
@@ -141,7 +138,6 @@ Ext.define('saas.view.document.customer.FormPanel', {
|
|
|
}, {
|
|
|
height: 169,
|
|
|
xtype : "detailGridField",
|
|
|
- detnoColumn: 'cc_detno',
|
|
|
storeModel:'saas.model.document.customercontact',
|
|
|
deleteDetailUrl:'/api/document/customer/deletecontact/',
|
|
|
columns : [
|
|
|
@@ -233,7 +229,6 @@ Ext.define('saas.view.document.customer.FormPanel', {
|
|
|
} ,{
|
|
|
height: 169,
|
|
|
xtype : "detailGridField",
|
|
|
- detnoColumn: 'ca_detno',
|
|
|
storeModel:'saas.model.document.customeraddress',
|
|
|
deleteDetailUrl:'/api/document/customer/deleteaddress/',
|
|
|
columns : [
|