Browse Source

fix: 对账导出连接异常处理;

hejq 7 years ago
parent
commit
0f0ee7561f
1 changed files with 2 additions and 5 deletions
  1. 2 5
      src/main/webapp/resources/js/index/app.js

+ 2 - 5
src/main/webapp/resources/js/index/app.js

@@ -10893,8 +10893,8 @@ define(['toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
             if (angular.isDefined($scope.thisMouth)) {
                 url = url + '&checkDate=' + $scope.thisMouth;
             }
-            if (angular.isDefined($scope.receiveName)) {
-                url = url + '&receiveName=' + $scope.receiveName;
+            if (angular.isDefined($scope.customerUU)) {
+                url = url + '&customerUU=' + $scope.customerUU;
             }
             if (angular.isDefined($scope.factory)) {
                 url = url + '&factory=' + $scope.factory;
@@ -10905,9 +10905,6 @@ define(['toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
             if (angular.isDefined($scope.prodSpec)) {
                 url = url + '&prodSpec=' + $scope.prodSpec;
             }
-            if (angular.isDefined($scope.suuorname)) {
-                url = url + '&suuorname=' + $scope.suuorname;
-            }
             if (angular.isDefined($scope.taxRate)) {
                 url = url + '&taxRate=' + $scope.taxRate;
             }