@@ -95,7 +95,7 @@ Ext.define('saas.view.core.base.GridPanel', {
}
},{
- text: '关闭',
+ text: '禁用',
handler: function(){
var form = this.ownerCt.ownerCt.ownerCt;
me.onVastDeal(form._batchCloseUrl,'CLOSE');
@@ -3,7 +3,8 @@ Ext.define('saas.view.document.customer.FormModel', {
alias: 'viewmodel.document-customer-formpanel',
data: {
- id: 0
+ id: 0,
+ cu_begindate:new Date()
},
formulas:{
@@ -80,6 +80,7 @@ Ext.define('saas.view.document.customer.FormPanel', {
xtype : "datefield",
name : "cu_begindate",
+ format:'Y-m-d',
fieldLabel : "期初日期",
allowBlank : true,
columnWidth : 0.25