Browse Source

【多币别BUG】【BL_2019010012】【资金转存列表转出、转入币别宽度设为80, 转入转出金额设为110】

rainco 7 years ago
parent
commit
fe37dfc989
1 changed files with 6 additions and 4 deletions
  1. 6 4
      frontend/saas-web/app/view/money/fundtransfer/QueryPanel.js

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

@@ -99,13 +99,14 @@ Ext.define('saas.view.money.fundtransfer.QueryPanel', {
                 }, {
                     text: "转出币别",
                     dataIndex: "ftd_currency",
-                    align:'center'
+                    align:'center',
+                    width: 80
                 }, {
                     text: "转出金额(元)",
                     xtype: 'numbercolumn',
                     dataIndex: "ftd_nowbalance",
                     allowBlank: false,
-                    width: 150.0,
+                    width: 110.0,
                     editor: {
                         xtype: "numberfield",
                         decimalPrecision: 2
@@ -124,13 +125,14 @@ Ext.define('saas.view.money.fundtransfer.QueryPanel', {
                 }, {
                     text: "转入币别",
                     dataIndex: "ftd_incurrency",
-                    align:'center'
+                    align:'center',
+                    width: 80
                 }, {
                     text: "转入金额(元)",
                     xtype: 'numbercolumn',
                     dataIndex: "ftd_innowbalance",
                     allowBlank: false,
-                    width: 150.0,
+                    width: 110.0,
                     editor: {
                         xtype: "numberfield",
                         decimalPrecision: 2