|
|
@@ -35,6 +35,16 @@ Ext.define('saas.view.money.report.RecDetail', {
|
|
|
dataIndex: 'pi_inoutno',
|
|
|
width: 150
|
|
|
}, {
|
|
|
+ text: '客户编号',
|
|
|
+ dataIndex: 'pi_custcode',
|
|
|
+ width: 150,
|
|
|
+ hidden: true
|
|
|
+ }, {
|
|
|
+ text: '客户名称',
|
|
|
+ dataIndex: 'pi_custname',
|
|
|
+ width: 200,
|
|
|
+ hidden: true
|
|
|
+ },{
|
|
|
text: '单据类型',
|
|
|
dataIndex: 'pi_class',
|
|
|
width: 110
|
|
|
@@ -46,14 +56,13 @@ Ext.define('saas.view.money.report.RecDetail', {
|
|
|
text: '单据日期',
|
|
|
dataIndex: 'rb_date',
|
|
|
width: 110
|
|
|
- },
|
|
|
- // }, {
|
|
|
- // text: '序号',
|
|
|
- // dataIndex: 'pd_pdno',
|
|
|
- // xtype: 'numbercolumn',
|
|
|
- // width: 80
|
|
|
- // },{
|
|
|
- {
|
|
|
+ }, {
|
|
|
+ text: '序号',
|
|
|
+ dataIndex: 'pd_pdno',
|
|
|
+ xtype: 'numbercolumn',
|
|
|
+ width: 80,
|
|
|
+ hidden: true
|
|
|
+ },{
|
|
|
text:'期初应收',
|
|
|
dataIndex:'cu_beginaramount',
|
|
|
xtype: 'numbercolumn',
|