|
|
@@ -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;
|
|
|
}
|