123
chenjingwu
2024-04-12 aea90f62a9516efc520a1b665ebaaabe7b2c1a3f
force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js
@@ -1457,6 +1457,7 @@
        var noDiscountPriceTotal = this.hidden_MultiYearWarrantyTotalPrice;
        var exPriceTotal = this.quo.ExtendedWarrantyAmountTotalPrice__c;
        noDiscountPriceTotal=localParseFloat(noDiscountPriceTotal);
        exPriceTotal = localParseFloat(exPriceTotal);
        this.quo.QuoteTotal_Page__c=toNumComma(y + x + noDiscountPriceTotal + exPriceTotal);
        var z=this.quo.Estimation_List_Price__c;
        var id=this.quoId;