FCRS-896关于金掌桂配置两款银保产品的请示-银保节节高E&祥利C---祥利C处理

This commit is contained in:
zhang.lei3
2025-02-26 13:57:06 +08:00
parent c363e600be
commit b8d4083dec
3 changed files with 4 additions and 3 deletions

View File

@@ -348,7 +348,7 @@
</div> </div>
<div <div
class="flex justify-content-s pv10 border-bottom prem" class="flex justify-content-s pv10 border-bottom prem"
v-if="item.productCode != 'GFRS_M0080' && item.productCode != 'GFRS_M0083' && item.productCode != 'GFRS_M0098' && item.productCode != 'GFRS_M0085'" v-if="item.productCode != 'GFRS_M0100' &&item.productCode != 'GFRS_M0080' && item.productCode != 'GFRS_M0083' && item.productCode != 'GFRS_M0098' && item.productCode != 'GFRS_M0085'"
> >
<!-- trialType 0-保额算保费1-保费算保额 --> <!-- trialType 0-保额算保费1-保费算保额 -->
<!-- isTrial是否需存在特殊配置(规则) 0-是 1-否--> <!-- isTrial是否需存在特殊配置(规则) 0-是 1-否-->

View File

@@ -803,7 +803,8 @@ export default {
item01.mainRiskCode == 'GFRS_M0080' || item01.mainRiskCode == 'GFRS_M0080' ||
item01.mainRiskCode == 'GFRS_M0083' || item01.mainRiskCode == 'GFRS_M0083' ||
item01.mainRiskCode == 'GFRS_M0085' || item01.mainRiskCode == 'GFRS_M0085' ||
item01.mainRiskCode == 'GFRS_M0098' item01.mainRiskCode == 'GFRS_M0098' ||
item01.mainRiskCode == 'GFRS_M0100'
) { ) {
that.ispremshow = false that.ispremshow = false
} }

View File

@@ -1087,7 +1087,7 @@
that.signVal = window.localStorage.getItem('sign-val') that.signVal = window.localStorage.getItem('sign-val')
// 判断是不是万能险 // 判断是不是万能险
let comment = window.localStorage.getItem('productCode') let comment = window.localStorage.getItem('productCode')
if (comment == 'GFRS_M0003' || comment == 'GFRS_M0015' || comment == 'GFRS_M0017' || comment == 'GFRS_M0075' || comment == 'GFRS_M0080') { if (comment == 'GFRS_M0003' || comment == 'GFRS_M0015' || comment == 'GFRS_M0017' || comment == 'GFRS_M0075' || comment == 'GFRS_M0080'|| comment == 'GFRS_M0100') {
this.isComment = true this.isComment = true
} }
// 获取投保人信息 // 获取投保人信息