mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-14 06:36:44 +08:00
修改保费试算的入参
This commit is contained in:
@@ -122,7 +122,9 @@ export default {
|
|||||||
influences: [],
|
influences: [],
|
||||||
nextStepFlag: false,
|
nextStepFlag: false,
|
||||||
isFrom: localStorage.isFrom === 'sale',
|
isFrom: localStorage.isFrom === 'sale',
|
||||||
policyNo: '' //关联保单号
|
policyNo: '', //关联保单号
|
||||||
|
// 份数
|
||||||
|
mult: ''
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
@@ -582,6 +584,8 @@ export default {
|
|||||||
stepperChange(value, productIndex, calFactorIndex) {
|
stepperChange(value, productIndex, calFactorIndex) {
|
||||||
// let currentEle = this.chooseProducts[this.productIndex].calFactorLst[this.calFactorIndex]
|
// let currentEle = this.chooseProducts[this.productIndex].calFactorLst[this.calFactorIndex]
|
||||||
// currentEle.defaultValue = value
|
// currentEle.defaultValue = value
|
||||||
|
console.log(value)
|
||||||
|
this.mult = value
|
||||||
let currentEle = this.chooseProducts[productIndex].calFactorLst[calFactorIndex]
|
let currentEle = this.chooseProducts[productIndex].calFactorLst[calFactorIndex]
|
||||||
this.mainRiskInfluenceAddRisk()
|
this.mainRiskInfluenceAddRisk()
|
||||||
currentEle['amt'] = Number(currentEle.defaultValue) * Number(currentEle.moneyUnit)
|
currentEle['amt'] = Number(currentEle.defaultValue) * Number(currentEle.moneyUnit)
|
||||||
@@ -605,7 +609,8 @@ export default {
|
|||||||
prem: this.trialList[index] && this.trialList[index].prem,
|
prem: this.trialList[index] && this.trialList[index].prem,
|
||||||
standPrem: this.trialList[index] && this.trialList[index].standPrem,
|
standPrem: this.trialList[index] && this.trialList[index].standPrem,
|
||||||
predictTransferPrem: item.predictTransferPrem,
|
predictTransferPrem: item.predictTransferPrem,
|
||||||
thirdInsuraceNo: this.policyNo
|
thirdInsuraceNo: this.policyNo,
|
||||||
|
mult: this.mult
|
||||||
}
|
}
|
||||||
if (item.hasPredictTransferPrem && item.hasPredictTransferPrem === '0') {
|
if (item.hasPredictTransferPrem && item.hasPredictTransferPrem === '0') {
|
||||||
//增加万能险 预计转入保费校验
|
//增加万能险 预计转入保费校验
|
||||||
|
|||||||
Reference in New Issue
Block a user