diff --git a/pages/index/settlement_details/settlement_details.vue b/pages/index/settlement_details/settlement_details.vue
index 2082f93..36032ce 100644
--- a/pages/index/settlement_details/settlement_details.vue
+++ b/pages/index/settlement_details/settlement_details.vue
@@ -66,7 +66,9 @@
-
+
+ 非法人授权书
+
非法人身份证图片
@@ -102,7 +104,8 @@
auditDetail: '', //详情资料
rejectReason: '', //驳回内容
accopenperimg: '', //开户许可证图片
- settleimg: '', //结算银行卡
+ settleimg: '', //结算银行卡
+ uncorporsettelimg:'', //结算非法人信息
idcardposimg: '', //身份证正面
idcardsideimg: '' //身份证反面
}
@@ -127,6 +130,9 @@
this.getImgSignedUrl(5, res.return_data.auditObject.openningBankLicenseUrl);
if (res.return_data.auditObject.bankCardImg) {
this.getImgSignedUrl(4, res.return_data.auditObject.bankCardImg);
+ }
+ if (res.return_data.auditObject.commissionImg) {
+ this.getImgSignedUrl(10, res.return_data.auditObject.commissionImg);
}
if (res.return_data.auditObject.settleType == 3) {
this.getImgSignedUrl(2, res.return_data.auditObject.settleIdCardPortraitImg);
@@ -155,6 +161,9 @@
}
if (item == 3) {
this.idcardsideimg = res.return_data;
+ }
+ if (item == 10) {
+ this.uncorporsettelimg = res.return_data;
}
}
})
diff --git a/pages/index/updateSettlement/updateSettlement.vue b/pages/index/updateSettlement/updateSettlement.vue
index 58dc576..106c9f4 100644
--- a/pages/index/updateSettlement/updateSettlement.vue
+++ b/pages/index/updateSettlement/updateSettlement.vue
@@ -3,14 +3,17 @@
-
+
审核驳回
- {{applyByMerList.rejectReason}}
+
+ {{applyByMerList.rejectReason}}
-
+
审核中
-
+
@@ -22,6 +25,20 @@
placeholder-style="color: #bfbfbf;font-size:14px;padding-top:2px;" @click="showPopup()" />
+ 非法人结算授权书
+
+
+
+
+
+
+
+
+ 请预览并保存授权书到本地,打印填写完整并签字后拍照上传;图片需清晰完整,以免审核失败
+
非法人身份证照片
@@ -187,7 +204,8 @@
- 提交审核
+ 提交审核
@@ -224,6 +242,8 @@
idcardname: '', //证件姓名
idcard: '', //身份证号
larIdCardAddress: '', //身份证地址
+ uncorporsettelimg: '', //非法人结算授权书
+ uploaduncorporsettelimg: '', //上传非法人结算委托书
settleimg: '', //结算人银行卡照片
uploadsettleimg: '', //上传结算人银行卡照片
accopenperimg: '', //开户许可证图片
@@ -324,6 +344,10 @@
if (res.return_data.openningBankLicenseUrl) {
this.getImgSignedUrl(5, res.return_data.openningBankLicenseUrl, 2);
}
+ if (res.return_data.commissionImg) {
+ this.getImgSignedUrl(10, res.return_data.commissionImg, 2);
+ }
+
if (res.return_data.electronicPact) {
this.electronicProtocolimg = res.return_data.electronicPact
.split(
@@ -351,6 +375,7 @@
this.idcard = res.return_data.settleIdCardNo;
this.timetype = res.return_data.settleIdPeriodType;
this.bankareaCode = res.return_data.openningBankAreaCode;
+ this.larIdCardAddress = res.return_data.settleIdCardAddress;
this.idcardposimg = res.return_data.settleIdCardPortraitImg;
this.uploadidcardposimg = res.return_data.settleIdCardPortraitImg;
this.idcardsideimg = res.return_data.settleIdCardNationalEmblemImg;
@@ -506,6 +531,10 @@
this.accopenperimg = res.return_data;
}
}
+ if (item == 10) {
+ this.uploaduncorporsettelimg = item1;
+ this.uncorporsettelimg = res.return_data;
+ }
}
})
},
@@ -789,6 +818,7 @@
"openningBankName": that.belongbranch, //"银行名称",
"bankCardNo": that.bankNo, //"银行卡号",
"openningBankAreaCode": that.bankareaCode, // 开户地址
+ "commissionImg": that.uploaduncorporsettelimg, // 结算委托书
"bankCardHolder": that.bankName, //"银行卡持有人",
"openningBankCode": that.openingbankNo, //"开户行号",
"bankName": that.belongbank, //"开户行名称",
@@ -813,7 +843,7 @@
title: '提交成功',
icon: 'none',
duration: 2000
- })
+ })
uni.navigateBack();
} else {
uni.showToast({