Browse Source

应付/收账款明细报表单据日期改为期间

zhuth 7 years ago
parent
commit
bd8348b6e3

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

@@ -22,7 +22,7 @@ Ext.define('saas.view.money.report.PayDetail', {
     }, {
     }, {
         xtype: 'conmonthfield',
         xtype: 'conmonthfield',
         name: 'pd_ym',
         name: 'pd_ym',
-        fieldLabel: '单据日期',
+        fieldLabel: '期',
         columnWidth: 0.5
         columnWidth: 0.5
     }],
     }],
 
 

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

@@ -23,7 +23,7 @@ Ext.define('saas.view.money.report.RecDetail', {
     }, {
     }, {
         xtype: 'conmonthfield',
         xtype: 'conmonthfield',
         name: 'rd_ym',
         name: 'rd_ym',
-        fieldLabel: '单据日期',
+        fieldLabel: '期',
         columnWidth: 0.5
         columnWidth: 0.5
     }],
     }],