hy 7 лет назад
Родитель
Сommit
21dbfff4ad
1 измененных файлов с 1 добавлено и 1 удалено
  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())