From aea90f62a9516efc520a1b665ebaaabe7b2c1a3f Mon Sep 17 00:00:00 2001
From: chenjingwu <chenjingwu@prec-tech.com>
Date: 星期五, 12 四月 2024 10:17:54 +0800
Subject: [PATCH] 123
---
force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js b/force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js
index 3cfeff0..28f7315 100644
--- a/force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js
+++ b/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;
--
Gitblit v1.9.1