|
@@ -49,6 +49,8 @@ define(['app/app', 'calendar'], function(app) {
|
|
|
$scope.logisticsInfo = eval ("(" + response.traces + ")");
|
|
$scope.logisticsInfo = eval ("(" + response.traces + ")");
|
|
|
statusOfLogistics($scope.logisticsInfo[$scope.logisticsInfo.length - 1].AcceptStation);
|
|
statusOfLogistics($scope.logisticsInfo[$scope.logisticsInfo.length - 1].AcceptStation);
|
|
|
$scope.hasInfo = true;
|
|
$scope.hasInfo = true;
|
|
|
|
|
+ } else {
|
|
|
|
|
+ $scope.logisticsInfo = [];
|
|
|
}
|
|
}
|
|
|
}, function(){
|
|
}, function(){
|
|
|
$scope.logisticsInfo = [];
|
|
$scope.logisticsInfo = [];
|