|
|
@@ -69,6 +69,10 @@ define([ 'app/app' ], function(app) {
|
|
|
}
|
|
|
};
|
|
|
|
|
|
+ $scope.setFiltersAll = function () {
|
|
|
+ initData()
|
|
|
+ }
|
|
|
+
|
|
|
$scope.condition = [];
|
|
|
var start = {
|
|
|
open : false
|
|
|
@@ -107,7 +111,6 @@ define([ 'app/app' ], function(app) {
|
|
|
$scope.endDate = new Date($scope.endDate.getFullYear(), $scope.endDate.getMonth(), $scope.endDate.getDate())
|
|
|
$scope.endDate = new Date($scope.endDate.getTime() + 23 * 60 * 60 * 1000 + 59 * 60 * 1000 + 59 * 1000);
|
|
|
}
|
|
|
- initData();
|
|
|
};
|
|
|
|
|
|
$scope.detailOpenClick = function (type) {
|