免赔额和免赔比例显示逻辑调整

This commit is contained in:
liu.xiaofeng@ebiz-digits.com
2024-02-21 11:18:11 +08:00
parent 2be815d1bd
commit 01300a2caa

View File

@@ -918,7 +918,7 @@
let detailPromise = this.isFrom === 'proposal' ? localStorage.proposalMedical : await getOrderDetail({ orderNo }) let detailPromise = this.isFrom === 'proposal' ? localStorage.proposalMedical : await getOrderDetail({ orderNo })
this.chooseProducts.map((item) => { this.chooseProducts.map((item) => {
if ( if (
!(item.mainRiskCode === 'GFRS_M0016' ||item.mainRiskCode === 'GFRS_M0070' || item.productCode === 'GFRS_A0004' || item.productCode === 'GFRS_A0008' || item.productCode === 'GFRS_A0005') !(item.mainRiskCode === 'GFRS_M0016' ||item.mainRiskCode === 'GFRS_M0070' || item.productCode === 'GFRS_A0004' || item.productCode === 'GFRS_A0008' || item.productCode === 'GFRS_A0005' || item.productCode === 'GFRS_M0088')
) { ) {
//其他产品删掉两个字段 //其他产品删掉两个字段
let calFactorLst = item.calFactorLst let calFactorLst = item.calFactorLst