|
|
@@ -127,12 +127,13 @@ Ext.define('saas.view.money.othspendings.QueryPanel', {
|
|
|
}, {
|
|
|
text: '币别',
|
|
|
dataIndex: 'os_currency',
|
|
|
- width: 120
|
|
|
+ align:'center',
|
|
|
+ width: 65
|
|
|
} ,{
|
|
|
- text: '汇率(%)',
|
|
|
+ text: '汇率',
|
|
|
dataIndex: 'os_rate',
|
|
|
xtype: 'numbercolumn',
|
|
|
- width: 120,
|
|
|
+ width: 80,
|
|
|
renderer: function(v, m, r) {
|
|
|
return saas.util.BaseUtil.numberFormat(v, 6, false);
|
|
|
},
|
|
|
@@ -179,12 +180,13 @@ Ext.define('saas.view.money.othspendings.QueryPanel', {
|
|
|
}, {
|
|
|
text: '币别',
|
|
|
dataIndex: 'os_currency',
|
|
|
- width: 120
|
|
|
+ align:'center',
|
|
|
+ width: 65
|
|
|
} ,{
|
|
|
- text: '汇率(%)',
|
|
|
+ text: '汇率',
|
|
|
dataIndex: 'os_rate',
|
|
|
xtype: 'numbercolumn',
|
|
|
- width: 120,
|
|
|
+ width: 80,
|
|
|
renderer: function(v, m, r) {
|
|
|
return saas.util.BaseUtil.numberFormat(v, 6, false);
|
|
|
},
|