From dc9dd4718143b694cad029dac5cfa33616e23262 Mon Sep 17 00:00:00 2001
From: chenjingwu <chenjingwu@prec-tech.com>
Date: 星期五, 12 四月 2024 10:09:28 +0800
Subject: [PATCH] 123

---
 force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js b/force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js
index c6d0787..3cfeff0 100644
--- a/force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js
+++ b/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,6 +1664,7 @@
         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();

--
Gitblit v1.9.1