Преглед на файлове

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

zhuth преди 7 години
родител
ревизия
bd8348b6e3
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      frontend/saas-web/app/view/money/report/PayDetail.js
  2. 1 1
      frontend/saas-web/app/view/money/report/RecDetail.js

+ 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
     }],
     }],