Browse Source

1.修改余额表的时间和收入

heqinwei 7 năm trước cách đây
mục cha
commit
9927785288

+ 2 - 1
frontend/saas-web/app/view/money/report/AccountBalance.js

@@ -37,6 +37,7 @@ Ext.define('saas.view.money.report.AccountBalance', {
         }, {
         }, {
             text: '日期',
             text: '日期',
             dataIndex: 'date',
             dataIndex: 'date',
+            xtype:'datecolumn',
             width: 200
             width: 200
         }, {
         }, {
             text: '业务类型',
             text: '业务类型',
@@ -60,7 +61,7 @@ Ext.define('saas.view.money.report.AccountBalance', {
             }
             }
         },{
         },{
             text:'支出',
             text:'支出',
-            dataIndex:'outamount',
+            dataIndex:'inamount',
             xtype: 'numbercolumn',
             xtype: 'numbercolumn',
             renderer : function(v) {
             renderer : function(v) {
                 var arr = (v + '.').split('.');
                 var arr = (v + '.').split('.');