|
|
@@ -33,7 +33,12 @@ Ext.define('saas.view.money.report.TotalRecDetail', {
|
|
|
columnWidth: 0.4
|
|
|
}],
|
|
|
|
|
|
- reportColumns: [{
|
|
|
+ reportColumns: [
|
|
|
+ {
|
|
|
+ text: '期间',
|
|
|
+ dataIndex: 'cm_yearmonth',
|
|
|
+ width: 110
|
|
|
+ },{
|
|
|
text: '客户编号',
|
|
|
dataIndex: 'cm_custcode',
|
|
|
width: 190
|
|
|
@@ -41,10 +46,6 @@ Ext.define('saas.view.money.report.TotalRecDetail', {
|
|
|
text: '客户名称',
|
|
|
dataIndex: 'cm_custname',
|
|
|
width: 210,
|
|
|
- }, {
|
|
|
- fieldLabel: '期间',
|
|
|
- dataIndex: 'cm_yearmonth',
|
|
|
- width: 110
|
|
|
},{
|
|
|
text: '期初预收',
|
|
|
dataIndex: 'cm_beginpreamount',
|