mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 10:26:44 +08:00
Revert "附加豁免定寿B+民鑫年金、瑞利年金、鑫享年金、稳赢两全保险: 附加险保额取主险保费"
This reverts commit 1a5a5d2982.
This commit is contained in:
@@ -1133,7 +1133,6 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
// 附加豁免定寿B+民鑫年金、瑞利年金、鑫享年金、稳赢两全保险: 附加险保额取主险保费
|
||||
let mainPrd = this.chooseProducts[0]
|
||||
let prdCodes = ['GFRS_M0002', 'GFRS_M0004', 'GFRS_M0011', 'GFRS_M0033']
|
||||
const exist = prdCodes.find(code => {
|
||||
@@ -1361,22 +1360,6 @@ export default {
|
||||
})
|
||||
params.trialInfos.push(trialInfo)
|
||||
})
|
||||
|
||||
// 附加豁免定寿B+民鑫年金、瑞利年金、鑫享年金、稳赢两全保险: 附加险保额取主险保费
|
||||
let mainPrd = params.trialInfos[0]
|
||||
let prdCodes = ['GFRS_M0002', 'GFRS_M0004', 'GFRS_M0011', 'GFRS_M0033']
|
||||
const exist = prdCodes.find(code => {
|
||||
return code === mainPrd.productCode
|
||||
})
|
||||
if (exist) {
|
||||
const addPrd = params.trialInfos.find(item => {
|
||||
return item.productCode === 'GFRS_A0007'
|
||||
})
|
||||
if (addPrd) {
|
||||
addPrd.amt = mainPrd.prem
|
||||
}
|
||||
}
|
||||
|
||||
this.trialInfos = params.trialInfos
|
||||
return params
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user