Browse Source

【多币别BUG】【资金列表币别汇率标准化】

rainco 7 years ago
parent
commit
8262f5b193

+ 7 - 7
frontend/saas-web/app/view/money/fundtransfer/QueryPanel.js

@@ -143,7 +143,7 @@ Ext.define('saas.view.money.fundtransfer.QueryPanel', {
                         return saas.util.BaseUtil.numberFormat(v, 2, true);
                     }
                 },{
-                    text: '转存汇率(%)',
+                    text: '转存汇率',
                     xtype: 'numbercolumn',
                     dataIndex: 'ftd_rate',
                     width: 110,
@@ -151,12 +151,12 @@ Ext.define('saas.view.money.fundtransfer.QueryPanel', {
                         return saas.util.BaseUtil.numberFormat(v, 6, true);
                     },
                 }, {
-                        text: "结算号",
-                        dataIndex: "ftd_paycode",
-                        width: 150,
-                        editor: {
-                            xtype: ''
-                        }
+                    text: "结算号",
+                    dataIndex: "ftd_paycode",
+                    width: 150,
+                    editor: {
+                        xtype: ''
+                    }
                 },{
                     text: '结算方式',
                     dataIndex: 'ftd_paymethod',

+ 8 - 6
frontend/saas-web/app/view/money/othreceipts/QueryPanel.js

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

+ 8 - 6
frontend/saas-web/app/view/money/othspendings/QueryPanel.js

@@ -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);
                     },

+ 8 - 6
frontend/saas-web/app/view/money/payBalance/QueryPanel.js

@@ -100,12 +100,13 @@ Ext.define('saas.view.money.paybalance.QueryPanel', {
                     }, {
                         text: '币别',
                         dataIndex: 'pb_currency',
-                        width: 120
+                        align:'center',
+                        width: 65
                     } ,{
-                        text: '汇率(%)',
+                        text: '汇率',
                         dataIndex: 'pb_rate',
                         xtype: 'numbercolumn',
-                        width: 120,
+                        width: 80,
                         renderer: function(v, m, r) {
                             return saas.util.BaseUtil.numberFormat(v, 6, false);
                         },
@@ -160,12 +161,13 @@ Ext.define('saas.view.money.paybalance.QueryPanel', {
                 } ,{
                     text: '币别',
                     dataIndex: 'pb_currency',
-                    width: 120
+                    align:'center',
+                    width: 65
                 } ,{
-                    text: '汇率(%)',
+                    text: '汇率',
                     dataIndex: 'pb_rate',
                     xtype: 'numbercolumn',
-                    width: 120,
+                    width: 80,
                     renderer: function(v, m, r) {
                         return saas.util.BaseUtil.numberFormat(v, 6, false);
                     },

+ 8 - 6
frontend/saas-web/app/view/money/recBalance/QueryPanel.js

@@ -91,12 +91,13 @@ Ext.define('saas.view.money.recBalance.QueryPanel', {
                 }, {
                     text: '币别',
                     dataIndex: 'rb_currency',
-                    width: 120
+                    align:'center',
+                    width: 65
                 } ,{
-                    text: '汇率(%)',
+                    text: '汇率',
                     dataIndex: 'rb_rate',
                     xtype: 'numbercolumn',
-                    width: 120,
+                    width: 80,
                     renderer: function(v, m, r) {
                         return saas.util.BaseUtil.numberFormat(v, 6, false);
                     },
@@ -152,12 +153,13 @@ Ext.define('saas.view.money.recBalance.QueryPanel', {
                 }, {
                     text: '币别',
                     dataIndex: 'rb_currency',
-                    width: 120
+                    align:'center',
+                    width: 65
                 } ,{
-                    text: '汇率(%)',
+                    text: '汇率',
                     dataIndex: 'rb_rate',
                     xtype: 'numbercolumn',
-                    width: 120,
+                    width: 80,
                     renderer: function(v, m, r) {
                         return saas.util.BaseUtil.numberFormat(v, 6, false);
                     },

+ 4 - 3
frontend/saas-web/app/view/money/verification/QueryPanel.js

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