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