mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 06:56:44 +08:00
【国富人寿少儿安康保险产品组合】被保人是户口本,证件截止日期默认带出长期
This commit is contained in:
@@ -886,7 +886,7 @@ export default {
|
|||||||
this.$jump({
|
this.$jump({
|
||||||
flag: 'navigation',
|
flag: 'navigation',
|
||||||
extra: {
|
extra: {
|
||||||
title: '职业类别',
|
title: '填写投被保人信息',
|
||||||
hiddenRight: '1'
|
hiddenRight: '1'
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
@@ -2185,8 +2185,8 @@ export default {
|
|||||||
// GFRS-2641--少儿安康,默认户口本,且户口本证件截止日期默认长期
|
// GFRS-2641--少儿安康,默认户口本,且户口本证件截止日期默认长期
|
||||||
if (this.itemProductDTOS.productCode == 'GFRS_M0052') {
|
if (this.itemProductDTOS.productCode == 'GFRS_M0052') {
|
||||||
this.insuredInfo.idType = '2'
|
this.insuredInfo.idType = '2'
|
||||||
this.insuredInfo.certiexpiredate = '9999-01-01'
|
// this.insuredInfo.certiexpiredate = '9999-01-01'
|
||||||
this.insuredInfo.effectiveDateType = true
|
// this.insuredInfo.effectiveDateType = true
|
||||||
this.insuredInfo.occupationCode = '2099907'
|
this.insuredInfo.occupationCode = '2099907'
|
||||||
this.insuredInfo.occupationName = '一般学生'
|
this.insuredInfo.occupationName = '一般学生'
|
||||||
this.insuredInfo.marriage = '2'
|
this.insuredInfo.marriage = '2'
|
||||||
|
|||||||
Reference in New Issue
Block a user