mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 05:46:44 +08:00
保费算保额
This commit is contained in:
@@ -2248,15 +2248,11 @@ export default {
|
||||
} else {
|
||||
rollInResult = true
|
||||
}
|
||||
console.log(this.trialList,'this.trialList')
|
||||
console.log(this.trialList[index],'this.trialList[index]')
|
||||
console.log(this.trialList[index].amt,'this.trialList[index].amt')
|
||||
//责任险保存参数构建
|
||||
if (this.trialList[index].duty) {
|
||||
riskItem['dutyLst'] = this.trialList[index].duty
|
||||
//930折中方案,责任险分档
|
||||
riskItem['amt'] = this.trialList[index].amt
|
||||
|
||||
} else {
|
||||
//国富人寿桂企保重大疾病保险产品专写
|
||||
if (
|
||||
@@ -2270,9 +2266,9 @@ export default {
|
||||
}
|
||||
}
|
||||
//保费算保额
|
||||
// if (this.trialList[index].trialType == '1' || this.trialList[index].trialType == '2') {
|
||||
// riskItem['amt'] = this.trialList[index].amt
|
||||
// }
|
||||
if (this.trialList[index].trialType == '1' || this.trialList[index].trialType == '2') {
|
||||
riskItem['amt'] = this.trialList[index].amt
|
||||
}
|
||||
|
||||
//万能型产品保费赋值给保额
|
||||
//增加判断是否是从建议书跳转过来了的
|
||||
|
||||
Reference in New Issue
Block a user