diff --git a/src/views/ebiz/common/CalculatePremium.vue b/src/views/ebiz/common/CalculatePremium.vue index 9363c34ea..31cd8b53d 100644 --- a/src/views/ebiz/common/CalculatePremium.vue +++ b/src/views/ebiz/common/CalculatePremium.vue @@ -641,15 +641,14 @@ export default { trialInfo.duty = result } }) - + //通用规则1:交费方式为一次交情,无交费期限 if (trialInfo['payIntv'] == '0') { trialInfo['payEndYear'] = '1000' trialInfo['payEndYearFlag'] = 'Y' - if(item.mainRiskCode != 'GFRS_M0006') { + if (item.mainRiskCode != 'GFRS_M0006') { trialInfo['insuYearFlag'] = 'Y' } - } //责任险参数构建 // if (trialInfo.duty) { @@ -707,7 +706,7 @@ export default { stepperChange(value, productIndex, calFactorIndex) { // let currentEle = this.chooseProducts[this.productIndex].calFactorLst[this.calFactorIndex] // currentEle.defaultValue = value - console.log(value) + console.log('进来几次') this.mult = value let currentEle = this.chooseProducts[productIndex].calFactorLst[calFactorIndex] if ((Number(value) * 10000) % (Number(currentEle.limit) * 10000) != 0) { @@ -715,12 +714,12 @@ export default { message: localStorage.hint }).then(() => { currentEle.defaultValue = currentEle.rules[productIndex].defaultValue - this.nextStepFlag = true + // this.nextStepFlag = true }) } else { - this.mainRiskInfluenceAddRisk() - currentEle['amt'] = Number(currentEle.defaultValue) * Number(currentEle.moneyUnit) - this.getTrial() + this.mainRiskInfluenceAddRisk() + currentEle['amt'] = Number(currentEle.defaultValue) * Number(currentEle.moneyUnit) + this.getTrial() } }, //下一步