123
chenjingwu
2024-04-12 72d52421e533932fdb962cd5b7442a4dcbb06d59
force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js
@@ -1455,8 +1455,9 @@
        this.quo.Quote_Adjust_Amount_Page__c = toNumComma(y);
        y=localParseFloat(y);
        var noDiscountPriceTotal = this.hidden_MultiYearWarrantyTotalPrice;
        var exPriceTotal = this.quo.ExtendedWarrantyAmountTotalPrice__c;
        noDiscountPriceTotal=localParseFloat(noDiscountPriceTotal);
        this.quo.QuoteTotal_Page__c=toNumComma(y + x + noDiscountPriceTotal);
        this.quo.QuoteTotal_Page__c=toNumComma(y + x + noDiscountPriceTotal + exPriceTotal);
        var z=this.quo.Estimation_List_Price__c;
        var id=this.quoId;
        // if(!id){
@@ -1663,12 +1664,12 @@
        var data=event.detail.rows;
        console.log('data==>> ' + JSON.stringify(data));
        this.jzDataToBeproduct=onsaveToBeproductLoc(data,this.jzDataToBeproduct);
        debugger
        if(fagExp){
            this.quo.IsQuoteTrial__c=false;
            this.quoteAgencyTotalPriceAction();
            this.AgencyDiscountCalculation1();
        }
        debugger
        this.updateNoDiscountPricetotal();
        // chenjingwu 
        this.updateExPricetotal()