| | |
| | | var Intra_Trade_Service_USD = selectv.Product2.NoDiscount_Foreign__c; |
| | | var Maintenance_Price_Year_USD = selectv.Product2.Repair_Contract_USD__c; |
| | | // chenijngwu 20240319 SP主机 start |
| | | addobj.pageObject.PricebookEntry.Product2.ProductCategory__c = selectv.Product2.ProductCategory__c; |
| | | if(addobj.pageObject.PricebookEntry.Product2.ProductCategory__c == 'SP主机'){ |
| | | addobj.PricebookEntry.Product2.ProductCategory__c = selectv.Product2.ProductCategory__c; |
| | | if(addobj.PricebookEntry.Product2.ProductCategory__c == 'SP主机'){ |
| | | addobj.SPAssistantFlag = true; |
| | | } |
| | | // chenijngwu 20240319 SP主机 end |
| | |
| | | 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.PricebookEntry.Product2.ProductCategory__c = quotltiem.ProductCategory; |
| | | } |