From 72d52421e533932fdb962cd5b7442a4dcbb06d59 Mon Sep 17 00:00:00 2001
From: chenjingwu <chenjingwu@prec-tech.com>
Date: 星期五, 12 四月 2024 09:50:25 +0800
Subject: [PATCH] 123
---
force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js b/force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js
index 979162d..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,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()
--
Gitblit v1.9.1