From ab5a982874f88556b72e02177fa88dedc2d56fe8 Mon Sep 17 00:00:00 2001
From: chenjingwu <chenjingwu@prec-tech.com>
Date: 星期五, 24 五月 2024 16:06:03 +0800
Subject: [PATCH] 1

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

diff --git a/force-app/main/default/lwc/lexNewQuoteEntry/lexNexQuoteEntryUtil.js b/force-app/main/default/lwc/lexNewQuoteEntry/lexNexQuoteEntryUtil.js
index 43cf822..e81cef7 100644
--- a/force-app/main/default/lwc/lexNewQuoteEntry/lexNexQuoteEntryUtil.js
+++ b/force-app/main/default/lwc/lexNewQuoteEntry/lexNexQuoteEntryUtil.js
@@ -738,13 +738,23 @@
     } 
 } 
 function SetProductId(lineno,selectv){
+   //fy DB202312538864 2024.02.02 start
+    // var Product2 = {};
+    // var PricebookEntry = {Product2:Product2};
+    // var pageObject = {};
+    // var addobj = {PricebookEntry:PricebookEntry,
+    //                 latestInfo:latestInfo,
+    //                 pageObject:pageObject};
+    // var attributes1 = {type: "PricebookEntry"};
+    // var attributes2 = {type: "Product2"};
+    // var attributes3 = {type: "QuoteLineItem"};
     var Product2 = {};
     var PricebookEntry = {Product2:Product2};
     var latestInfo = {};
-    var pageObject = {};
-    var addobj = {PricebookEntry:PricebookEntry,
-                    latestInfo:latestInfo,
+    var pageObject = {PricebookEntry:PricebookEntry,PricebookEntryId:''};
+    var addobj = {latestInfo:latestInfo,
                     pageObject:pageObject};
+    //fy DB202312538864 2024.02.02 end
     var Asset_Model_No__c = selectv.Product2.Asset_Model_No__c;
     var Product2Id = selectv.Product2Id;
     var SFDA_Status__c = selectv.Product2.SFDA_Status__c

--
Gitblit v1.9.1