|
|
@@ -65,7 +65,10 @@ Ext.define('saas.view.core.dbfind.types.CustomerDbfindTrigger', {
|
|
|
text: "汇率",
|
|
|
xtype:'numbercolumn',
|
|
|
dataIndex: "cr_rate",
|
|
|
- width:80
|
|
|
+ width:110,
|
|
|
+ renderer: function (v, m, r) {
|
|
|
+ return saas.util.BaseUtil.numberFormat(v, 6, false);
|
|
|
+ }
|
|
|
}, {
|
|
|
text: "业务员编号",
|
|
|
dataIndex: "cu_sellercode",
|