Browse Source

应收、应付总账增加期间字段

guq 7 years ago
parent
commit
0614df8020

+ 1 - 1
frontend/saas-web/app/view/money/report/TotalPayDetail.js

@@ -42,7 +42,7 @@ Ext.define('saas.view.money.report.TotalPayDetail', {
         dataIndex: 'vm_vendname',
         width: 210,
     }, {
-        fieldLabel: '期间',
+        text: '期间',
         dataIndex: 'vm_yearmonth',
         width: 110,
     },{

+ 1 - 1
frontend/saas-web/app/view/money/report/TotalRecDetail.js

@@ -42,7 +42,7 @@ Ext.define('saas.view.money.report.TotalRecDetail', {
         dataIndex: 'cm_custname',
         width: 210,
     }, {
-        fieldLabel: '期间',
+        text: '期间',
         dataIndex: 'cm_yearmonth',
         width: 110
     },{