Browse Source

bug修改

hy 7 years ago
parent
commit
3b1694e3d8
1 changed files with 4 additions and 2 deletions
  1. 4 2
      frontend/saas-web/app/view/document/kind/Kind.js

+ 4 - 2
frontend/saas-web/app/view/document/kind/Kind.js

@@ -37,7 +37,7 @@ Ext.define('saas.view.document.kind.Kind', {
         }, {
             text: '收支',
             value: 'inoutkind',
-            typeText:'收支类'
+            typeText:'收支类'
         }],
         listeners: {
             toggle: 'onKindToggle'
@@ -130,11 +130,13 @@ Ext.define('saas.view.document.kind.Kind', {
                 dataIndex: 'bk_bankname',
                 flex: 1
             },{
+                hidden:true,
                 xtype:'datecolumn',
                 text: '日期',
                 dataIndex: 'bk_date',
                 flex: 1
             },{
+                hidden:true,
                 text: '账户类型',
                 dataIndex: 'bk_type',
                 flex: 1
@@ -153,7 +155,7 @@ Ext.define('saas.view.document.kind.Kind', {
         },
         inoutkind:{
             columns: [{
-                text: '收支类',
+                text: '收支类',
                 dataIndex: 'ft_name',
                 flex: 1
             }],