diff --git a/src/main/ui/static/dashboard/partner-dashboard.js b/src/main/ui/static/dashboard/partner-dashboard.js index 0211f9b9c..66a8b7377 100644 --- a/src/main/ui/static/dashboard/partner-dashboard.js +++ b/src/main/ui/static/dashboard/partner-dashboard.js @@ -554,13 +554,13 @@ 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; $scope.settle_to = $filter('date')($scope.settle_to, 'yyyy-MM-dd'); $http.put('/client/manual_settle/today', {settle_to: $scope.settle_to}).then(function () { - commonDialog.alert({title: 'Success', content: '提现成功', type: 'success'}); + commonDialog.alert({title: 'Success', content: 'Withdraw application has been submitted', type: 'success'}); $scope.$close(); }, function (resp) { commonDialog.alert({title: 'Error', content: resp.data.message, type: 'error'}); diff --git a/src/main/ui/static/dashboard/templates/partner_dashboard.html b/src/main/ui/static/dashboard/templates/partner_dashboard.html index 1ee15af8a..17db7d8b5 100644 --- a/src/main/ui/static/dashboard/templates/partner_dashboard.html +++ b/src/main/ui/static/dashboard/templates/partner_dashboard.html @@ -80,7 +80,7 @@ - + diff --git a/src/main/ui/static/dashboard/templates/partner_dashboard_unsettled_dialog.html b/src/main/ui/static/dashboard/templates/partner_dashboard_unsettled_dialog.html index 5d54e599c..67071d30a 100644 --- a/src/main/ui/static/dashboard/templates/partner_dashboard_unsettled_dialog.html +++ b/src/main/ui/static/dashboard/templates/partner_dashboard_unsettled_dialog.html @@ -8,6 +8,7 @@
+
Select the range of withdrawals
@@ -35,7 +36,6 @@
-
Manual Settle
@@ -60,7 +60,7 @@