feature/FCRS-1020中介渠道-鑫管家E款终身寿险(万能型)

This commit is contained in:
zhanglei
2025-09-01 09:56:17 +08:00
parent c7f847288e
commit 4bb43a244c
2 changed files with 7 additions and 5 deletions

View File

@@ -354,6 +354,7 @@
item.productCode != 'GFRS_M0083' && item.productCode != 'GFRS_M0083' &&
item.productCode != 'GFRS_M0098' && item.productCode != 'GFRS_M0098' &&
item.productCode != 'GFRS_M0103' && item.productCode != 'GFRS_M0103' &&
item.productCode != 'GFRS_M0112' &&
item.productCode != 'GFRS_M0085' item.productCode != 'GFRS_M0085'
" "
> >
@@ -841,7 +842,7 @@ export default {
this.isEnterAddtionRiskListFunc() this.isEnterAddtionRiskListFunc()
} }
} }
if (item.mainRiskCode == 'GFRS_M0083' || item.mainRiskCode == 'GFRS_M0098' || item.mainRiskCode == 'GFRS_M0103' || item.mainRiskCode == 'GFRS_M0085') { if (item.mainRiskCode == 'GFRS_M0083' || item.mainRiskCode == 'GFRS_M0098' || item.mainRiskCode == 'GFRS_M0103'|| item.mainRiskCode == 'GFRS_M0112' || item.mainRiskCode == 'GFRS_M0085') {
this.disabledShow = true this.disabledShow = true
} }
if (item.hasPredictTransferPrem == '1') { if (item.hasPredictTransferPrem == '1') {
@@ -849,7 +850,7 @@ export default {
} }
if ( if (
(item.mainRiskCode == 'GFRS_M0083' || item.mainRiskCode == 'GFRS_M0098' || item.mainRiskCode == 'GFRS_M0103' || item.mainRiskCode == 'GFRS_M0085') && (item.mainRiskCode == 'GFRS_M0083' || item.mainRiskCode == 'GFRS_M0098' || item.mainRiskCode == 'GFRS_M0103'|| item.mainRiskCode == 'GFRS_M0112' || item.mainRiskCode == 'GFRS_M0085') &&
this.isFrom == 'proposal' this.isFrom == 'proposal'
) { ) {
item.calFactorLst.forEach((i) => { item.calFactorLst.forEach((i) => {
@@ -2227,14 +2228,14 @@ export default {
let thisproductInfo = JSON.parse(window.localStorage.getItem('chooseProducts')) let thisproductInfo = JSON.parse(window.localStorage.getItem('chooseProducts'))
if (thisproductInfo && thisproductInfo.length != 0) { if (thisproductInfo && thisproductInfo.length != 0) {
thisproductInfo.forEach((item) => { thisproductInfo.forEach((item) => {
if (item.productCode == 'GFRS_M0083' || item.productCode == 'GFRS_M0098' || item.productCode == 'GFRS_M0103' || item.productCode == 'GFRS_M0085') { if (item.productCode == 'GFRS_M0083' || item.productCode == 'GFRS_M0098' || item.productCode == 'GFRS_M0103'|| item.productCode == 'GFRS_M0112' || item.productCode == 'GFRS_M0085') {
productCode = item.productCode productCode = item.productCode
hasPredictTransferPrem = item.hasPredictTransferPrem hasPredictTransferPrem = item.hasPredictTransferPrem
} }
}) })
} }
if (this.isFrom != 'proposal') { if (this.isFrom != 'proposal') {
if (productCode == 'GFRS_M0083' || productCode == 'GFRS_M0098' || productCode == 'GFRS_M0103' || productCode == 'GFRS_M0085') { if (productCode == 'GFRS_M0083' || productCode == 'GFRS_M0098' || productCode == 'GFRS_M0103'|| productCode == 'GFRS_M0112' || productCode == 'GFRS_M0085') {
if (!that.policyNo) { if (!that.policyNo) {
this.disabledShow = true this.disabledShow = true
that.chooseProducts.forEach((item) => { that.chooseProducts.forEach((item) => {
@@ -3018,7 +3019,7 @@ export default {
} }
} }
} }
} else if (productCode == 'GFRS_M0083' || productCode == 'GFRS_M0098' || productCode == 'GFRS_M0103' || productCode == 'GFRS_M0085') { } else if (productCode == 'GFRS_M0083' || productCode == 'GFRS_M0098' || productCode == 'GFRS_M0103'|| productCode == 'GFRS_M0112' || productCode == 'GFRS_M0085') {
if (this.isFrom != 'proposal') { if (this.isFrom != 'proposal') {
if (!this.policyNo && defalutValue < 5) { if (!this.policyNo && defalutValue < 5) {
this.$toast('单独投保保费为大于等于50000元') this.$toast('单独投保保费为大于等于50000元')

View File

@@ -805,6 +805,7 @@ export default {
item01.mainRiskCode == 'GFRS_M0085' || item01.mainRiskCode == 'GFRS_M0085' ||
item01.mainRiskCode == 'GFRS_M0098' || item01.mainRiskCode == 'GFRS_M0098' ||
item01.mainRiskCode == 'GFRS_M0103' || item01.mainRiskCode == 'GFRS_M0103' ||
item01.mainRiskCode == 'GFRS_M0112' ||
item01.mainRiskCode == 'GFRS_M0100' item01.mainRiskCode == 'GFRS_M0100'
) { ) {
that.ispremshow = false that.ispremshow = false