|
|
@@ -48,14 +48,6 @@ Ext.define('saas.view.core.dbfind.types.CustomerDbfindTrigger', {
|
|
|
text: "客户类型",
|
|
|
dataIndex: "cu_type",
|
|
|
width: 110
|
|
|
- }, {
|
|
|
- text: "税率(%)",
|
|
|
- dataIndex: "cu_taxrate",
|
|
|
- xtype: 'numbercolumn',
|
|
|
- width:80,
|
|
|
- renderer: function (v, m, r) {
|
|
|
- return saas.util.BaseUtil.numberFormat(v, 2, false);
|
|
|
- }
|
|
|
}, {
|
|
|
text: "币别",
|
|
|
dataIndex: "cu_currency",
|
|
|
@@ -65,10 +57,19 @@ Ext.define('saas.view.core.dbfind.types.CustomerDbfindTrigger', {
|
|
|
text: "汇率",
|
|
|
xtype:'numbercolumn',
|
|
|
dataIndex: "cr_rate",
|
|
|
+ hidden: true,
|
|
|
width:110,
|
|
|
renderer: function (v, m, r) {
|
|
|
return saas.util.BaseUtil.numberFormat(v, 6, false);
|
|
|
}
|
|
|
+ }, {
|
|
|
+ text: "税率(%)",
|
|
|
+ dataIndex: "cu_taxrate",
|
|
|
+ xtype: 'numbercolumn',
|
|
|
+ width:80,
|
|
|
+ renderer: function (v, m, r) {
|
|
|
+ return saas.util.BaseUtil.numberFormat(v, 2, false);
|
|
|
+ }
|
|
|
}, {
|
|
|
text: "业务员编号",
|
|
|
dataIndex: "cu_sellercode",
|