|
|
@@ -46,6 +46,19 @@ Ext.define('saas.view.core.dbfind.types.BankInfoDbfindTrigger', {
|
|
|
dataIndex: "bk_type",
|
|
|
width: 110,
|
|
|
xtype: ""
|
|
|
+ }, {
|
|
|
+ text: "币别",
|
|
|
+ dataIndex: "bk_currency",
|
|
|
+ align:'center',
|
|
|
+ width: 65
|
|
|
+ }, {
|
|
|
+ text: "汇率",
|
|
|
+ dataIndex: "cr_rate",
|
|
|
+ xtype: 'numbercolumn',
|
|
|
+ width: 80,
|
|
|
+ renderer: function(v, m, r) {
|
|
|
+ return saas.util.BaseUtil.numberFormat(v, 6, false);
|
|
|
+ }
|
|
|
}, {
|
|
|
text: "账户余额",
|
|
|
dataIndex: "bk_thisamount",
|