mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-22 11:46:44 +08:00
提交更新告知问题
This commit is contained in:
@@ -91,7 +91,9 @@ export default {
|
|||||||
saleInsuredPersonInfo: {},
|
saleInsuredPersonInfo: {},
|
||||||
// 投被保人是否同人 1为同一个人
|
// 投被保人是否同人 1为同一个人
|
||||||
relationToAppnt: '',
|
relationToAppnt: '',
|
||||||
// 是否可以点击
|
// 产品编码
|
||||||
|
productCodes: '',
|
||||||
|
// 是否可以点击,
|
||||||
isDisabled: false,
|
isDisabled: false,
|
||||||
saleInsuredAge: '',
|
saleInsuredAge: '',
|
||||||
saleInsuredSex: '',
|
saleInsuredSex: '',
|
||||||
@@ -127,7 +129,7 @@ export default {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
// this.relationToAppnt = `1`
|
// this.relationToAppnt = `1`
|
||||||
|
this.productCodes = JSON.parse(localStorage.chooseProductCodes)
|
||||||
this.information()
|
this.information()
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
@@ -255,17 +257,41 @@ export default {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
// 如果是国富民心展示被保人
|
||||||
|
if (this.productCodes == 'GFRS_M0002' || this.productCodes == 'GFRS_M0003' || this.productCodes == 'GFRS_M0004') {
|
||||||
|
res.productImpartLstDTO.impartDTOS.map((item, index, array) => {
|
||||||
|
if (item.impartType == '0') {
|
||||||
|
array.splice(index, 1)
|
||||||
|
}
|
||||||
|
if (item.impartType == '2') {
|
||||||
|
array.splice(index, 1)
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
if (this.relationToAppnt == '1') {
|
if (this.relationToAppnt == '1') {
|
||||||
res.productImpartLstDTO.impartDTOS.map((item, index, array) => {
|
// 如果是国富民心展示被保人
|
||||||
if (item.impartType == '1') {
|
if (this.productCodes == 'GFRS_M0002' || this.productCodes == 'GFRS_M0003' || this.productCodes == 'GFRS_M0004') {
|
||||||
array.splice(index, 1)
|
res.productImpartLstDTO.impartDTOS.map((item, index, array) => {
|
||||||
}
|
if (item.impartType == '0') {
|
||||||
})
|
array.splice(index, 1)
|
||||||
res.productImpartLstDTO.impartDTOS.map((item, index, array) => {
|
}
|
||||||
if (item.impartType == '3') {
|
if (item.impartType == '2') {
|
||||||
array.splice(index, 1)
|
array.splice(index, 1)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
} else {
|
||||||
|
res.productImpartLstDTO.impartDTOS.map((item, index, array) => {
|
||||||
|
if (item.impartType == '1') {
|
||||||
|
array.splice(index, 1)
|
||||||
|
}
|
||||||
|
})
|
||||||
|
res.productImpartLstDTO.impartDTOS.map((item, index, array) => {
|
||||||
|
if (item.impartType == '3') {
|
||||||
|
array.splice(index, 1)
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
that.impartDTOS = res.productImpartLstDTO.impartDTOS
|
that.impartDTOS = res.productImpartLstDTO.impartDTOS
|
||||||
that.isShowList()
|
that.isShowList()
|
||||||
//投被同人时候判断
|
//投被同人时候判断
|
||||||
|
|||||||
Reference in New Issue
Block a user