From 032b9eb2ee198505c7cd2ec546b0a001ba52ab4e Mon Sep 17 00:00:00 2001
From: chenjingwu <chenjingwu@prec-tech.com>
Date: 星期五, 12 四月 2024 14:23:48 +0800
Subject: [PATCH] 123
---
force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js | 46 +++++++++++++++++++++++-----------------------
1 files changed, 23 insertions(+), 23 deletions(-)
diff --git a/force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js b/force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js
index 28f7315..15ec828 100644
--- a/force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js
+++ b/force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js
@@ -580,7 +580,7 @@
this.jzDataToBeproduct =[].concat(this.jzDataToBeproduct);
this.hidden_MultiYearWarrantyTotalPrice = MultiYearWarrantyTotalPriceExport;
this.quo.MultiYearWarrantyTotalPrice__c = toNumComma(MultiYearWarrantyTotalPriceExport);
- this.quo.ExtendedWarrantyAmountTotalPrice__c = toNumComma(ExtendedWarrantyAmountTotalPriceExport);
+ // this.quo.ExtendedWarrantyAmountTotalPrice__c = toNumComma(ExtendedWarrantyAmountTotalPriceExport);
}
EstimationListPrice() {
this.jzDataToBeproduct = EstimationL(this.jzDataToBeproduct,this.quo);
@@ -1803,17 +1803,17 @@
});
addOptions({idList: idList}).then(result=>{
this.addOptionsLogic(result);
+ if(quoteLineItem.length!=num){
+ this.quo.IsQuoteTrial__c=false;
+ }
+ this.calPriceAll();
+ if(errormessage.indexOf('鎴愬姛') >= 0){
+ this.Alert(errormessage,'success');
+ }else{
+ this.Alert(errormessage,'error');
+ }
+ this.OnLoading(false);
});
- if(quoteLineItem.length!=num){
- this.quo.IsQuoteTrial__c=false;
- }
- this.calPriceAll();
- if(errormessage.indexOf('鎴愬姛') >= 0){
- this.Alert(errormessage,'success');
- }else{
- this.Alert(errormessage,'error');
- }
- this.OnLoading(false);
});
this.cancelsetProduct();
}
@@ -1861,20 +1861,20 @@
});
addOptions({idList: idList}).then(result=>{
this.addOptionsLogic(result);
+ if(quoteLineItem.length!=num){
+ this.quo.IsQuoteTrial__c = false;
+ }
+ this.calPriceAll();
+ if(errormessage.indexOf('鎴愬姛') >= 0){
+ this.Alert(errormessage,'success');
+ }else{
+ this.Alert(errormessage,'error');
+ }
+
+ this.OnLoading(false);
+ this.cancelQuoteExcelImport();
this.tobeflag=true;
});
- if(quoteLineItem.length!=num){
- this.quo.IsQuoteTrial__c = false;
- }
- this.calPriceAll();
- if(errormessage.indexOf('鎴愬姛') >= 0){
- this.Alert(errormessage,'success');
- }else{
- this.Alert(errormessage,'error');
- }
-
- this.OnLoading(false);
- this.cancelQuoteExcelImport();
});
}
@track
--
Gitblit v1.9.1