|
|
@@ -181,6 +181,12 @@ Ext.define('saas.view.money.recBalance.FormPanelController', {
|
|
|
},{
|
|
|
from: 'sl_namount',
|
|
|
to: 'rbd_pbdamount'
|
|
|
+ },{
|
|
|
+ from:'sl_date',
|
|
|
+ to:'rbd_sldate'
|
|
|
+ },{
|
|
|
+ from:'sl_kind',
|
|
|
+ to:'rbd_slkind'
|
|
|
}],
|
|
|
dbtpls: [{
|
|
|
field: 'sl_code',
|
|
|
@@ -209,6 +215,11 @@ Ext.define('saas.view.money.recBalance.FormPanelController', {
|
|
|
"dataIndex": "sl_code",
|
|
|
"width": 100
|
|
|
}, {
|
|
|
+ "text": "源单类型",
|
|
|
+ "flex": 1,
|
|
|
+ "dataIndex": "sl_kind",
|
|
|
+ "width": 100
|
|
|
+ },{
|
|
|
"text": "单据金额",
|
|
|
"flex": 1,
|
|
|
"dataIndex": "sl_orderamount",
|
|
|
@@ -227,6 +238,12 @@ Ext.define('saas.view.money.recBalance.FormPanelController', {
|
|
|
"dataIndex": "sl_namount",
|
|
|
"width": 100,
|
|
|
align:'right'
|
|
|
+ },{
|
|
|
+ "text": "单据日期",
|
|
|
+ "flex": 1,
|
|
|
+ "dataIndex": "sl_date",
|
|
|
+ "width": 100,
|
|
|
+ align:'right'
|
|
|
}]
|
|
|
});
|
|
|
|