|
|
|
@ -321,7 +321,7 @@ define(['angular', 'decimal', 'uiRouter', 'ngBootSwitch', 'ngFileUpload', 'uiBoo
|
|
|
|
|
};
|
|
|
|
|
//修改邮箱
|
|
|
|
|
$scope.updateEmail = function () {
|
|
|
|
|
$http.put('/client/partner_info/complianceAudit').then(
|
|
|
|
|
$http.put('/client/partner_info/compliance_audit').then(
|
|
|
|
|
);
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
@ -355,7 +355,7 @@ define(['angular', 'decimal', 'uiRouter', 'ngBootSwitch', 'ngFileUpload', 'uiBoo
|
|
|
|
|
}).then(function (choice) {
|
|
|
|
|
$scope.submitted = true;
|
|
|
|
|
if (choice == 1) {
|
|
|
|
|
$http.post('/client/partner_info/complianceAudit').then(function () {
|
|
|
|
|
$http.post('/client/partner_info/compliance_audit').then(function () {
|
|
|
|
|
commonDialog.alert({title: 'Success', content: '已提交至合规,请耐心等待审核!', type: 'info'});
|
|
|
|
|
$state.reload();
|
|
|
|
|
}, function () {
|
|
|
|
@ -834,7 +834,7 @@ define(['angular', 'decimal', 'uiRouter', 'ngBootSwitch', 'ngFileUpload', 'uiBoo
|
|
|
|
|
$scope.commitPartner = function () {
|
|
|
|
|
if ($scope.file) {
|
|
|
|
|
if ($scope.file.file_bank_info != null && $scope.file.file_company_info != null && $scope.file.file_id_info != null && $scope.file_apply_info != null) {
|
|
|
|
|
$http.put('/client/partner_info/complianceAudit').then(function (resp) {
|
|
|
|
|
$http.put('/client/partner_info/compliance_audit').then(function (resp) {
|
|
|
|
|
|
|
|
|
|
});
|
|
|
|
|
} else {
|
|
|
|
|