diff --git a/src/views/ebiz/common/CalculatePremium.vue b/src/views/ebiz/common/CalculatePremium.vue index 4ae43e871..e23e1aacf 100644 --- a/src/views/ebiz/common/CalculatePremium.vue +++ b/src/views/ebiz/common/CalculatePremium.vue @@ -122,7 +122,9 @@ export default { influences: [], nextStepFlag: false, isFrom: localStorage.isFrom === 'sale', - policyNo: '' //关联保单号 + policyNo: '', //关联保单号 + // 份数 + mult: '' } }, mounted() { @@ -582,6 +584,8 @@ export default { stepperChange(value, productIndex, calFactorIndex) { // let currentEle = this.chooseProducts[this.productIndex].calFactorLst[this.calFactorIndex] // currentEle.defaultValue = value + console.log(value) + this.mult = value let currentEle = this.chooseProducts[productIndex].calFactorLst[calFactorIndex] this.mainRiskInfluenceAddRisk() currentEle['amt'] = Number(currentEle.defaultValue) * Number(currentEle.moneyUnit) @@ -605,7 +609,8 @@ export default { prem: this.trialList[index] && this.trialList[index].prem, standPrem: this.trialList[index] && this.trialList[index].standPrem, predictTransferPrem: item.predictTransferPrem, - thirdInsuraceNo: this.policyNo + thirdInsuraceNo: this.policyNo, + mult: this.mult } if (item.hasPredictTransferPrem && item.hasPredictTransferPrem === '0') { //增加万能险 预计转入保费校验