| | |
| | | console.warn(JSON.stringify(quoteLineItem)); |
| | | quoteLineItem.forEach(quotltiem=>{ |
| | | // chenjingwu 20240411 start |
| | | if(quotltiem.PricebookEntry === undefined){ |
| | | quotltiem.PricebookEntry = {Product2:{}}; |
| | | }else{ |
| | | if(quotltiem.PricebookEntry.Product2 === undefined){ |
| | | quotltiem.PricebookEntry.Product2 = {}; |
| | | } |
| | | } |
| | | if(quotltiem.ProductCategory !== undefined && quotltiem.ProductCategory !== null){ |
| | | quotltiem.pageObject.PricebookEntry.Product2.ProductCategory__c = quotltiem.ProductCategory; |
| | | quotltiem.PricebookEntry.Product2.ProductCategory__c = quotltiem.ProductCategory; |
| | | } |
| | | // chenjingwu 20240411 end |
| | | quotltiem.Quantity__c = quotltiem.pageObject.Quantity__c; |