修改保费试算的入参

This commit is contained in:
皮伟
2019-11-06 16:03:20 +08:00
parent 1053c64b71
commit d868cd2aa6

View File

@@ -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') {
//增加万能险 预计转入保费校验