mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-15 04:46:45 +08:00
[FIX]bug修复
This commit is contained in:
@@ -335,7 +335,7 @@ export default {
|
|||||||
|
|
||||||
this.mainRiskInfluenceAddRisk()
|
this.mainRiskInfluenceAddRisk()
|
||||||
//初始化数据试算 isTrial是否调后端保费试算 /sale/ insure/trial 接口标志,0-不调取
|
//初始化数据试算 isTrial是否调后端保费试算 /sale/ insure/trial 接口标志,0-不调取
|
||||||
if (localStorage.isTrial === '') {
|
if (localStorage.isTrial === '1') {
|
||||||
this.getTrial()
|
this.getTrial()
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -364,7 +364,7 @@ export default {
|
|||||||
item.amt = Number(item.minDutyAmt) * Number(item.moneyUnit)
|
item.amt = Number(item.minDutyAmt) * Number(item.moneyUnit)
|
||||||
})
|
})
|
||||||
this.mainRiskInfluenceAddRisk()
|
this.mainRiskInfluenceAddRisk()
|
||||||
if (localStorage.isTrial === '') {
|
if (localStorage.isTrial === '1') {
|
||||||
this.getTrial()
|
this.getTrial()
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
@@ -421,7 +421,7 @@ export default {
|
|||||||
}
|
}
|
||||||
this.hiddenPayEndYear(currentEle)
|
this.hiddenPayEndYear(currentEle)
|
||||||
//特殊规则:设置豁免险
|
//特殊规则:设置豁免险
|
||||||
if (localStorage.isTrial === '') {
|
if (localStorage.isTrial === '1') {
|
||||||
this.getTrial()
|
this.getTrial()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -440,7 +440,7 @@ export default {
|
|||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
this.mainRiskInfluenceAddRisk()
|
this.mainRiskInfluenceAddRisk()
|
||||||
if (localStorage.isTrial === '') {
|
if (localStorage.isTrial === '1') {
|
||||||
this.getTrial()
|
this.getTrial()
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -716,7 +716,7 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
localStorage.chooseProducts = JSON.stringify(this.chooseProducts)
|
localStorage.chooseProducts = JSON.stringify(this.chooseProducts)
|
||||||
if (localStorage.isTrial === '') {
|
if (localStorage.isTrial === '1') {
|
||||||
this.getTrial()
|
this.getTrial()
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
@@ -856,7 +856,7 @@ export default {
|
|||||||
console.log(this.saleInsuredPersonInfo.age)
|
console.log(this.saleInsuredPersonInfo.age)
|
||||||
console.log(riskFactor)
|
console.log(riskFactor)
|
||||||
let currentEle =
|
let currentEle =
|
||||||
localStorage.isTrial !== '' && this.chooseProducts[productIndex].isMainRisk == '0'
|
localStorage.isTrial !== '1' && this.chooseProducts[productIndex].isMainRisk == '0'
|
||||||
? this.chooseProducts[productIndex].productTrialYearDTOS[calFactorIndex]
|
? this.chooseProducts[productIndex].productTrialYearDTOS[calFactorIndex]
|
||||||
: this.chooseProducts[productIndex].calFactorLst[calFactorIndex]
|
: this.chooseProducts[productIndex].calFactorLst[calFactorIndex]
|
||||||
//改动原因:孝心保产品有对年龄的特殊要求
|
//改动原因:孝心保产品有对年龄的特殊要求
|
||||||
@@ -876,7 +876,7 @@ export default {
|
|||||||
} else {
|
} else {
|
||||||
this.mainRiskInfluenceAddRisk()
|
this.mainRiskInfluenceAddRisk()
|
||||||
currentEle['amt'] = Number(this.defalutAmt) * Number(currentEle.moneyUnit)
|
currentEle['amt'] = Number(this.defalutAmt) * Number(currentEle.moneyUnit)
|
||||||
if (localStorage.isTrial === '') {
|
if (localStorage.isTrial === '1') {
|
||||||
this.getTrial()
|
this.getTrial()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -895,7 +895,7 @@ export default {
|
|||||||
} else {
|
} else {
|
||||||
this.mainRiskInfluenceAddRisk()
|
this.mainRiskInfluenceAddRisk()
|
||||||
currentEle['amt'] = Number(this.defalutAmt) * Number(currentEle.moneyUnit)
|
currentEle['amt'] = Number(this.defalutAmt) * Number(currentEle.moneyUnit)
|
||||||
if (localStorage.isTrial === '') {
|
if (localStorage.isTrial === '1') {
|
||||||
this.getTrial()
|
this.getTrial()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -914,7 +914,7 @@ export default {
|
|||||||
} else {
|
} else {
|
||||||
this.mainRiskInfluenceAddRisk()
|
this.mainRiskInfluenceAddRisk()
|
||||||
currentEle['amt'] = Number(this.defalutAmt) * Number(currentEle.moneyUnit)
|
currentEle['amt'] = Number(this.defalutAmt) * Number(currentEle.moneyUnit)
|
||||||
if (localStorage.isTrial === '') {
|
if (localStorage.isTrial === '1') {
|
||||||
this.getTrial()
|
this.getTrial()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -932,7 +932,7 @@ export default {
|
|||||||
} else {
|
} else {
|
||||||
this.mainRiskInfluenceAddRisk()
|
this.mainRiskInfluenceAddRisk()
|
||||||
currentEle['amt'] = Number(this.defalutAmt) * Number(currentEle.moneyUnit)
|
currentEle['amt'] = Number(this.defalutAmt) * Number(currentEle.moneyUnit)
|
||||||
if (localStorage.isTrial === '') {
|
if (localStorage.isTrial === '1') {
|
||||||
this.getTrial()
|
this.getTrial()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user