暂时注释掉贵州双录代码逻辑

This commit is contained in:
liu.xiaofeng@ebiz-digits.com
2023-10-31 16:26:03 +08:00
parent 2e15f71b7d
commit 4d0823bd60

View File

@@ -775,29 +775,29 @@
}) })
} else { } else {
let showFlag = false let showFlag = false
if (this.manageComCode == '52') { // if (this.manageComCode == '52') {
this.chooseProducts.map(item => { // this.chooseProducts.map(item => {
if (item.insuYearFlag == 'A' || (item.insuYearFlag == 'Y' && item.insuYear != '1')) { // if (item.insuYearFlag == 'A' || (item.insuYearFlag == 'Y' && item.insuYear != '1')) {
showFlag = true // showFlag = true
return true // return true
} // }
}) // })
if(!showFlag){ // if(!showFlag){
let doubleRecordRes = await getDoubleRecordProductLst({}) // let doubleRecordRes = await getDoubleRecordProductLst({})
if(doubleRecordRes.result == 0){ // if(doubleRecordRes.result == 0){
if(doubleRecordRes.content && doubleRecordRes.content.length != 0){ // if(doubleRecordRes.content && doubleRecordRes.content.length != 0){
doubleRecordRes.content.forEach(items=>{ // doubleRecordRes.content.forEach(items=>{
this.chooseProducts.map(item => { // this.chooseProducts.map(item => {
if (item.riskCode == items ) { // if (item.riskCode == items ) {
showFlag = true // showFlag = true
return true // return true
} // }
}) // })
}) // })
} // }
} // }
} // }
} // }
if (showFlag) { if (showFlag) {
this.thisdoubledialogshow = true this.thisdoubledialogshow = true
} else { } else {