|
|
@ -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({
|
|
|
|