From 5f1c54ab7f67c4c8e5475a2337bd0711a57f91f7 Mon Sep 17 00:00:00 2001 From: "pang.lizong" Date: Fri, 27 Sep 2019 14:18:22 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E5=BD=B1=E5=83=8F=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E9=A1=B5=E5=A2=9E=E5=8A=A0=E4=BA=86=E2=80=9C=E9=93=B6=E8=A1=8C?= =?UTF-8?q?=E5=8D=A1=E8=83=8C=E9=9D=A2=E2=80=9D=E4=B8=8A=E4=BC=A0=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/sale/AttachmentManagement.vue | 22 ++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/src/views/ebiz/sale/AttachmentManagement.vue b/src/views/ebiz/sale/AttachmentManagement.vue index 694711b1a..d29969488 100644 --- a/src/views/ebiz/sale/AttachmentManagement.vue +++ b/src/views/ebiz/sale/AttachmentManagement.vue @@ -104,6 +104,20 @@ :max-count="1" /> + + + +
+ +
@@ -290,6 +304,8 @@ export default { saleInsuredPersonInfoOther: [], // 银行账户 fileListBank: [], + // 银行卡背面 + fileListBankBack: [], // 被保人身份证正面 fileListIdFrontInsured: [], // 被保人身份证反面 @@ -542,6 +558,9 @@ export default { case 'fileListBank': that.type = type break + case 'fileListBankBack': + that.type = type + break case 'fileListOther': that.type = type break @@ -626,6 +645,7 @@ export default { that.type == 'fileListIdBack' || that.type == 'fileLIstImg' || that.type == 'fileListBank' || + that.type == 'fileListBankBack' || that.type == 'saleInsuredInfoOther' ) { // 是投保人 @@ -638,6 +658,8 @@ export default { imageInfoType = '2' } else if (that.type == 'fileListBank') { imageInfoType = '3' + } else if (that.type == 'fileListBankBack') { + imageInfoType = '4' } else if (that.type == 'fileListIdFront' && that.id == '2') { imageInfoType = '5' } else if (that.type == 'fileListIdBack' && that.id == '2') {