|
|
@@ -60,6 +60,7 @@ Ext.define('saas.view.core.form.field.ConDateField', {
|
|
|
formatText: '',
|
|
|
allowBlank: allowBlank,
|
|
|
flex: 1,
|
|
|
+ editable:false,
|
|
|
fieldStyle: me.fieldStyle,
|
|
|
emptyText: '起始时间',
|
|
|
//matchFieldWidth:true,
|
|
|
@@ -95,6 +96,7 @@ Ext.define('saas.view.core.form.field.ConDateField', {
|
|
|
format: 'Y-m-d',
|
|
|
formatText: '',
|
|
|
flex: 1,
|
|
|
+ editable:false,
|
|
|
fieldStyle: me.fieldStyle,
|
|
|
emptyText: '结束时间',
|
|
|
listeners: {
|