@@ -42,6 +42,10 @@ Ext.define('saas.view.money.report.TotalPayDetail', {
dataIndex: 'vm_vendname',
width: 210,
}, {
+ fieldLabel: '期间',
+ dataIndex: 'vm_yearmonth',
+ width: 110,
+ },{
text: '期初预付',
xtype: 'numbercolumn',
exportFormat: 'Amount',
@@ -42,6 +42,10 @@ Ext.define('saas.view.money.report.TotalRecDetail', {
dataIndex: 'cm_custname',
+ dataIndex: 'cm_yearmonth',
+ width: 110
text: '期初预收',
dataIndex: 'cm_beginpreamount',