1
chenjingwu
2024-04-11 cd4b251d02308f857518938713e18778f1372814
force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js
@@ -1775,6 +1775,8 @@
                this.jzDataToBeproduct=quoteLineItem;
                // cjw
                var idList = [];
                console.log('123');
                console.log(this.jzDataToBeproduct);
                this.jzDataToBeproduct.forEach(item=>{
                    idList.push(item.pageObject.PricebookEntry.Product2Id);
                });