Browse Source

1.客户对账

heqinwei 7 years ago
parent
commit
6439e3c209
1 changed files with 2 additions and 2 deletions
  1. 2 2
      frontend/saas-web/app/view/money/report/CustomerCheck.js

+ 2 - 2
frontend/saas-web/app/view/money/report/CustomerCheck.js

@@ -139,7 +139,7 @@ Ext.define('saas.view.money.report.CustomerCheckCheck', {
         dataIndex: 'pd_remark',
         width: 250
     }, {
-        text: '期初应',
+        text: '期初应',
         dataIndex: 'beginamount',
         hidden: true,
         width: 0,
@@ -151,7 +151,7 @@ Ext.define('saas.view.money.report.CustomerCheckCheck', {
         width: 0,
         summaryType: 'cus',
     }, {
-        text: '本期款',
+        text: '本期款',
         dataIndex: 'nowpay',
         hidden: true,
         width: 0,