|
@@ -34,7 +34,11 @@ Ext.define('saas.view.money.fundtransfer.FormPanel', {
|
|
|
xtype : "detailGridField",
|
|
xtype : "detailGridField",
|
|
|
storeModel:'saas.model.money.FundTransfer',
|
|
storeModel:'saas.model.money.FundTransfer',
|
|
|
detnoColumn: 'ftd_detno',
|
|
detnoColumn: 'ftd_detno',
|
|
|
|
|
+<<<<<<< HEAD
|
|
|
|
|
+ deleteDetailUrl:basePath+'fundtransfer/deleteItem/',
|
|
|
|
|
+=======
|
|
|
_deleteDetailUrl:'/api/fundtransfer/deleteItem/',
|
|
_deleteDetailUrl:'/api/fundtransfer/deleteItem/',
|
|
|
|
|
+>>>>>>> 12e93723100fb3a14b86475ac9edfc82a3c9e52e
|
|
|
columnWidth : 1,
|
|
columnWidth : 1,
|
|
|
columns : [
|
|
columns : [
|
|
|
{
|
|
{
|
|
@@ -44,7 +48,7 @@ Ext.define('saas.view.money.fundtransfer.FormPanel', {
|
|
|
width:0
|
|
width:0
|
|
|
}, {
|
|
}, {
|
|
|
text : "期间",
|
|
text : "期间",
|
|
|
- dataIndex : "ftd_ym ",
|
|
|
|
|
|
|
+ dataIndex : "ftd_ym",
|
|
|
editor : {
|
|
editor : {
|
|
|
xtype : "numberfield"
|
|
xtype : "numberfield"
|
|
|
},
|
|
},
|
|
@@ -58,7 +62,7 @@ Ext.define('saas.view.money.fundtransfer.FormPanel', {
|
|
|
}, {
|
|
}, {
|
|
|
text : "转出账户编号",
|
|
text : "转出账户编号",
|
|
|
dataIndex : "ftd_bankcode",
|
|
dataIndex : "ftd_bankcode",
|
|
|
- width : 0
|
|
|
|
|
|
|
+ width :0
|
|
|
}, {
|
|
}, {
|
|
|
text : "转出账户",
|
|
text : "转出账户",
|
|
|
width : 200.0,
|
|
width : 200.0,
|
|
@@ -85,7 +89,7 @@ Ext.define('saas.view.money.fundtransfer.FormPanel', {
|
|
|
}, {
|
|
}, {
|
|
|
text : "转入账户编号",
|
|
text : "转入账户编号",
|
|
|
dataIndex : "ftd_inbankcode",
|
|
dataIndex : "ftd_inbankcode",
|
|
|
- width : 0
|
|
|
|
|
|
|
+ width :0
|
|
|
}, {
|
|
}, {
|
|
|
text : "转入账户",
|
|
text : "转入账户",
|
|
|
width : 200.0,
|
|
width : 200.0,
|
|
@@ -119,7 +123,10 @@ Ext.define('saas.view.money.fundtransfer.FormPanel', {
|
|
|
}, {
|
|
}, {
|
|
|
text : "结算方式号",
|
|
text : "结算方式号",
|
|
|
dataIndex : "ftd_paycode",
|
|
dataIndex : "ftd_paycode",
|
|
|
- width : 0
|
|
|
|
|
|
|
+ width : 100,
|
|
|
|
|
+ editor:{
|
|
|
|
|
+ xtype: ''
|
|
|
|
|
+ }
|
|
|
}, {
|
|
}, {
|
|
|
text : "结算方式",
|
|
text : "结算方式",
|
|
|
width : 200.0,
|
|
width : 200.0,
|
|
@@ -144,7 +151,6 @@ Ext.define('saas.view.money.fundtransfer.FormPanel', {
|
|
|
dataIndex : "ftd_remark",
|
|
dataIndex : "ftd_remark",
|
|
|
width : 120.0,
|
|
width : 120.0,
|
|
|
items : null,
|
|
items : null,
|
|
|
- ignore:true,
|
|
|
|
|
flex : 1.0,
|
|
flex : 1.0,
|
|
|
editor : {
|
|
editor : {
|
|
|
xtype : ""
|
|
xtype : ""
|