Browse Source

fix:调整应付对账明细导出

shenjunjie 7 years ago
parent
commit
519235283c
1 changed files with 2 additions and 5 deletions
  1. 2 5
      src/main/webapp/resources/js/vendor/controllers/b2b/apCheck.js

+ 2 - 5
src/main/webapp/resources/js/vendor/controllers/b2b/apCheck.js

@@ -451,8 +451,8 @@ define(['app/app'], function (app) {
           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;
@@ -463,9 +463,6 @@ define(['app/app'], function (app) {
           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;
           }