123
chenjingwu
2024-04-11 479014e115a970d9fcc738e7973bedb1a7b259a6
123
1个文件已修改
10 ■■■■■ 已修改文件
force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js 10 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js
@@ -1931,6 +1931,16 @@
            if(result){
                item.Learning_CommunityOptions = optionMap.get(item.pageObject.Id__c);
                item.multiYearWarrantyList = priceMap.get(item.pageObject.Id__c);
                if(item.Learning_Community){
                    item.multiYearWarrantyList.forEach(it=>{
                        if('' + (it.AgeLimit__c) == item.Learning_Community){
                            item.exPrice = it.MultiOneYearWarrantyPrice__c;
                        }
                    });
                    if(item.exPrice == null || item.exPrice == '' || item.exPrice == undefined){
                        item.exPrice = 0;
                    }
                }
            }
        });
    }