hy il y a 7 ans
Parent
commit
d25ab0e56e

+ 1 - 1
frontend/saas-web/app/view/core/base/GridPanel.js

@@ -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');

+ 2 - 1
frontend/saas-web/app/view/document/customer/FormModel.js

@@ -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:{

+ 1 - 0
frontend/saas-web/app/view/document/customer/FormPanel.js

@@ -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