|
|
@@ -139,15 +139,8 @@ Ext.define('saas.view.money.fundtransfer.FormPanel', {
|
|
|
return Ext.util.Format.number(v, format);
|
|
|
}
|
|
|
}, {
|
|
|
- text : "结算方式号",
|
|
|
- dataIndex : "ftd_paycode",
|
|
|
- width : 110,
|
|
|
- editor:{
|
|
|
- xtype: ''
|
|
|
- }
|
|
|
- }, {
|
|
|
- text : "结算方式",
|
|
|
- width : 150.0,
|
|
|
+ text : "结算方式",
|
|
|
+ width : 150.0,
|
|
|
dataIndex : "ftd_paymethod",
|
|
|
editor : {
|
|
|
xtype:'combo',
|
|
|
@@ -167,7 +160,15 @@ Ext.define('saas.view.money.fundtransfer.FormPanel', {
|
|
|
]
|
|
|
})
|
|
|
}
|
|
|
- }, {
|
|
|
+ },
|
|
|
+ {
|
|
|
+ text : "结算号",
|
|
|
+ dataIndex : "ftd_paycode",
|
|
|
+ width : 110,
|
|
|
+ editor:{
|
|
|
+ xtype: ''
|
|
|
+ }
|
|
|
+ },{
|
|
|
text : "备注",
|
|
|
dataIndex : "ftd_remark",
|
|
|
width : 120.0,
|