|
|
|
@ -131,9 +131,9 @@ define(['angular', 'angularSanitize', 'angularAnimate', 'angularMessages', 'uiRo
|
|
|
|
|
|
|
|
|
|
});
|
|
|
|
|
};
|
|
|
|
|
if ($scope.currentUser.role == 1 || $scope.currentUser.role == 2) {
|
|
|
|
|
$scope.getAgStatus();
|
|
|
|
|
}
|
|
|
|
|
// if ($scope.currentUser.role == 1 || $scope.currentUser.role == 2) {
|
|
|
|
|
// $scope.getAgStatus();
|
|
|
|
|
// }
|
|
|
|
|
$scope.refundNotice = {counts: 0};
|
|
|
|
|
$scope.openRefundNotice = false;
|
|
|
|
|
$scope.showRefundNotice = function () {
|
|
|
|
|