mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 10:56:44 +08:00
修改保费试算的入参
This commit is contained in:
@@ -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') {
|
||||
//增加万能险 预计转入保费校验
|
||||
|
||||
Reference in New Issue
Block a user