Upd:修改合规文件

master
dulingling 4 years ago
parent 48f2510508
commit 25dc8feb12

@ -9,7 +9,7 @@
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>manage</artifactId> <artifactId>manage</artifactId>
<version>2.3.11</version> <version>2.3.12</version>
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jib-maven-plugin.version>2.3.0</jib-maven-plugin.version> <jib-maven-plugin.version>2.3.0</jib-maven-plugin.version>

@ -1103,22 +1103,6 @@ define(['angular', 'decimal', 'static/commons/commons', 'uiBootstrap', 'uiRouter
//制作卡支付合同 //制作卡支付合同
$scope.exportCardAgreegatePDF = function () { $scope.exportCardAgreegatePDF = function () {
if (!$rootScope.complianceCheck) {
alert("please check first");
return;
}
if (!$rootScope.complianceCheck.authFile) {
alert("Compliance Files not checked");
return;
}
if (!$rootScope.complianceCheck.clientInfo) {
alert("Partner Detail not checked");
return;
}
if (!$rootScope.complianceCheck.bankAccount) {
alert("Bank Account not checked");
return;
}
$scope.showBg = true; $scope.showBg = true;
$http.get('/sys/partners/' + $scope.partner.client_moniker + '/export/aggregate/card_agree_pdf').then(function () { $http.get('/sys/partners/' + $scope.partner.client_moniker + '/export/aggregate/card_agree_pdf').then(function () {
commonDialog.alert({ commonDialog.alert({

Loading…
Cancel
Save