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