保单明细
  • 保单号 {{policyInfo?.policyNo}}
  • 生效日期 {{policyInfo?.startDate.substr(0,10)}}
  • 结束日期 {{policyInfo?.endDate}}
  • 状态 {{policyInfo?.status}}
  • 保障内容

    • 产品 {{productInfo?.productName}}
    • 保额 {{productInfo?.insuredAmount}} {{productInfo?.amountUnit}}
    • 缴费年限 {{productInfo?.period}}年
    • 缴费方式 {{productInfo?.payFrequency}}
    • 销售佣金 ¥{{productInfo?.commission | number:'1.2-2'}}
    • 保费 ¥{{productInfo?.premium | number:'1.2-2'}}
    投保人信息
  • 姓名 {{holderInfo?.name}}
  • 性别
  • 出生日期 {{holderInfo?.birthDay}}
  • 证件类型 身份证 护照 港澳身份证 台胞证 其他 统一社会信用代码 /
  • 证件号码 {{holderInfo?.idInfo.idNo}}

被保人信息{{i+1}}

  • 姓名 {{this.insured?.name}}
  • 性别
  • 出生日期 {{this.isReferral==='true' ? '****-'+this.insured?.birthDay.substr(5) : this.insured?.birthDay}}
  • 证件类型 身份证 护照 台胞证 其他 统一社会信用代码 /
  • 证件号码 {{this.isReferral==='true' ? this.insured?.idInfo?.idNo.substr(0,2) + '******' + this.insured?.idInfo?.idNo.substr(this.insured?.idInfo?.idNo.length-2,2) : this.insured?.idInfo?.idNo}}
  • 职业类别 {{this.insured?.occupationName}}
  • 详细地址 {{this.insured?.address}}
  • 去年年收入(万元) {{this.insured?.salary}}
  • 收入类型 {{this.insured?.salaryType}}
  • 总保费 ¥{{policyInfo?.price | number:'1.2-2'}}
  • 总销售佣金 ¥{{policyInfo?.referralInfo?.referralAmount | number:'1.2-2'}}