Pārlūkot izejas kodu

新增应收对账导出数据异常的处理

hejq 7 gadi atpakaļ
vecāks
revīzija
7510c15ffb
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/main/webapp/resources/js/index/app.js

+ 1 - 1
src/main/webapp/resources/js/index/app.js

@@ -9843,7 +9843,7 @@ define(['toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
                 url = url + '&fromDate=' + $scope.fromDate + '&endDate=' + $scope.endDate;
                 url = url + '&fromDate=' + $scope.fromDate + '&endDate=' + $scope.endDate;
             }
             }
             if (angular.isDefined($scope.thisMouth)) {
             if (angular.isDefined($scope.thisMouth)) {
-                url = url + '&checkDate=' + $scope.thisMouth;
+                url = url + '&checkDate=' + $scope.thisMouth;x
             }
             }
             if (angular.isDefined($scope.receiveName)) {
             if (angular.isDefined($scope.receiveName)) {
                 url = url + '&receiveName=' + $scope.receiveName;
                 url = url + '&receiveName=' + $scope.receiveName;