Browse Source

去除错误引用

zhuth 7 years ago
parent
commit
605e81aefa

+ 0 - 1
frontend/saas-web/app/view/core/form/FormPanel.js

@@ -111,7 +111,6 @@ Ext.define('saas.view.core.form.FormPanel', {
      * 设置需要绑定的字段
      */
     setBindFields: function(items) {
-        debugger
         var me = this,
         viewModel = me.getViewModel(),
         bindFields = [];

+ 1 - 1
frontend/saas-web/app/view/purchase/purchaseIn/FormPanel.js

@@ -239,7 +239,7 @@ Ext.define('saas.view.purchase.purchaseIn.FormPanel', {
         ]
     }, {
         format : "Y-m-d", 
-        xtype : "datetimefield", 
+        xtype : "datefield", 
         name : "createTime", 
         bind : "{createTime}", 
         fieldLabel : "创建时间",