mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 08:06:44 +08:00
注释双录提示
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user