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') {