Browse Source

代码提交

hy 7 years ago
parent
commit
21dbfff4ad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frontend/saas-web/app/view/document/kind/ChildForm.js

+ 1 - 1
frontend/saas-web/app/view/document/kind/ChildForm.js

@@ -135,7 +135,7 @@ Ext.define('KitchenSink.view.binding.ChildForm', {
                 xtype:'datefield',
                 name:'bk_date',
                 fieldLabel:'建账日期',
-                format:'Y-m-d',
+                format:'Y-m-d H:i:s',
                 listeners:{
                     beforerender:function(d){
                         d.setValue(new Date())