|
|
@@ -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
|