银保-国富人寿年年丰C款两全保险(分红型)产品定义系统需求增加抄录

This commit is contained in:
liu.xiaofeng@ebiz-digits.com
2023-11-06 10:06:52 +08:00
parent 8d285e28fa
commit d8ac03e0b1

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_M0082') {
this.isComment = true this.isComment = true
} }
// 获取投保人信息 // 获取投保人信息