|
|
|
@ -504,6 +504,7 @@ define(['angular','decimal', 'uiRouter', 'uiBootstrap', 'angularEcharts'], funct
|
|
|
|
|
$scope.rateHistory = chartParser.parse(rateHistoryConfig, exchangeRates);
|
|
|
|
|
}
|
|
|
|
|
}]);
|
|
|
|
|
*/
|
|
|
|
|
app.controller('unSettledAmountHistoryDialogCtrl', ['$scope', '$http', '$filter','commonDialog', function ($scope, $http, $filter,commonDialog) {
|
|
|
|
|
$scope.params = {isAll:true};
|
|
|
|
|
$scope.settleParams = {};
|
|
|
|
@ -559,7 +560,7 @@ define(['angular','decimal', 'uiRouter', 'uiBootstrap', 'angularEcharts'], funct
|
|
|
|
|
});
|
|
|
|
|
$scope.manualSettle = function () {
|
|
|
|
|
if($scope.currentSettle.locked){
|
|
|
|
|
alert("系统正好在执行清算任务,暂不能提现,请稍后再试!");
|
|
|
|
|
alert("系统在执行清算任务,暂不能提现,请稍后再试!");
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
$scope.settle_to = $scope.params.to_date || $scope.params.maxData;
|
|
|
|
@ -571,7 +572,7 @@ define(['angular','decimal', 'uiRouter', 'uiBootstrap', 'angularEcharts'], funct
|
|
|
|
|
commonDialog.alert({title: 'Error', content: resp.data.message, type: 'error'});
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
}]);*/
|
|
|
|
|
}]);
|
|
|
|
|
|
|
|
|
|
app.controller('partnerDashboardCtrl', ['$scope', '$http', '$filter', '$uibModal','$timeout', 'chartParser','clearingDetailService','commonDialog','company_info', function ($scope, $http, $filter, $uibModal,$timeout, chartParser,clearingDetailService,commonDialog,company_info) {
|
|
|
|
|
$scope.company_info = company_info.data || {};
|
|
|
|
|