|
@@ -44,7 +44,7 @@ Ext.define('saas.view.money.report.AccountBalance', {
|
|
|
dataIndex: 'kind'
|
|
dataIndex: 'kind'
|
|
|
},{
|
|
},{
|
|
|
text:'收入',
|
|
text:'收入',
|
|
|
- dataIndex:'outamount',
|
|
|
|
|
|
|
+ dataIndex:'inamount',
|
|
|
xtype: 'numbercolumn',
|
|
xtype: 'numbercolumn',
|
|
|
renderer : function(v) {
|
|
renderer : function(v) {
|
|
|
var arr = (v + '.').split('.');
|
|
var arr = (v + '.').split('.');
|
|
@@ -61,7 +61,7 @@ Ext.define('saas.view.money.report.AccountBalance', {
|
|
|
}
|
|
}
|
|
|
},{
|
|
},{
|
|
|
text:'支出',
|
|
text:'支出',
|
|
|
- dataIndex:'inamount',
|
|
|
|
|
|
|
+ dataIndex:'outamount',
|
|
|
xtype: 'numbercolumn',
|
|
xtype: 'numbercolumn',
|
|
|
renderer : function(v) {
|
|
renderer : function(v) {
|
|
|
var arr = (v + '.').split('.');
|
|
var arr = (v + '.').split('.');
|