diff --git a/src/views/ebiz/sale/AttachmentManagement.vue b/src/views/ebiz/sale/AttachmentManagement.vue index 8b8ec83ea..f71836ad6 100644 --- a/src/views/ebiz/sale/AttachmentManagement.vue +++ b/src/views/ebiz/sale/AttachmentManagement.vue @@ -783,25 +783,26 @@ export default { message: '加载中……' }) - let request = { - productList: JSON.parse(localStorage.chooseProductCodes), - // productList: ["DCRS_A0009"], - birthday: this.saleInsuredInfo.birthday - } - check(request).then(res => { - if (res.result == '0') { - if (res.status == '0') { - // 弹 - window.localStorage.setItem('attachmentShow', '0') - } else { - // 不弹 - window.localStorage.setItem('attachmentShow', '1') - } - } else { - // 不弹 - window.localStorage.setItem('attachmentShow', '1') - } - }) + //注释双录提示 + // let request = { + // productList: JSON.parse(localStorage.chooseProductCodes), + // // productList: ["DCRS_A0009"], + // birthday: this.saleInsuredInfo.birthday + // } + // check(request).then(res => { + // if (res.result == '0') { + // if (res.status == '0') { + // // 弹 + // window.localStorage.setItem('attachmentShow', '0') + // } else { + // // 不弹 + // window.localStorage.setItem('attachmentShow', '1') + // } + // } else { + // // 不弹 + // window.localStorage.setItem('attachmentShow', '1') + // } + // }) delete that.list.fileName let data = { orderDTO: {