| force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js | ●●●●● 补丁 | 查看 | 原始文档 | 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; } } } }); }