| | |
| | | userData.Dept__c = odsc.Category4__c;//本部 |
| | | } |
| | | userData.Category5__c = odsc.Category5__c;//部 |
| | | userData.Category6__c = odsc.Category6__c;//课 |
| | | //LLIU-CCS8ZB-当新创建的时候接收人事信息中的课信息,之后不进行更新 thh 20220324 start |
| | | // userData.Category6__c = odsc.Category6__c;//课 |
| | | //LLIU-CCS8ZB-当新创建的时候接收人事信息中的课信息,之后不进行更新 thh 20220324 end |
| | | //userData.Employee_No__c = odsc.Employee_No__c;//员工编码 |
| | | userData.Hire_Date__c = odsc.Hire_Date__c;//入职日期 |
| | | //userData.Email = odsc.Email__c;//电子邮件 |
| | |
| | | Discount_Amount_F__c, |
| | | Discount_Amount_Calculate_F__c, |
| | | BidAnnounce__c, |
| | | Quote_No_last2__c |
| | | Quote_No_last2__c, |
| | | // 2022-03-21 SWAG-CBX5NN start |
| | | multiYearWarranty__c, |
| | | MultiYearWarrantyTotalPrice__c |
| | | // 2022-03-21 SWAG-CBX5NN end |
| | | |
| | | FROM |
| | | Quote |
| | | WHERE |
| | |
| | | Qty_Unit__c,Cost__c,UnitPrice__c,ListPrice__c,Quantity,TotalPrice__c, |
| | | PricebookEntry.Product2.SFDA_Status__c, ProductCode__c, Product_Cost__c,PricebookEntry.Product2.VenderName__c, Product2.VenderName__c,Product_ListPrice__c, PricebookEntry.Product2.Sales_Possibility__c, PricebookEntry.Product2.Name, |
| | | PricebookEntryId, PricebookEntry.Product2Id,UnitPrice_Page__c,PricebookEntry.Product2.Packing_list_manual__c,PricebookEntry.Product2.StorageStatus__c |
| | | // 2022-03-21 SWAG-CBX5NN start |
| | | ,If_Cancel_Guarantee__c |
| | | ,multiYearWarranty__c |
| | | ,CanNotCancelFlag__c |
| | | ,ProductEntend_gurantee_period_all__c |
| | | ,warrantyType__c |
| | | ,GuaranteePeriod__c |
| | | ,GuranteeType__c |
| | | // 2022-03-21 SWAG-CBX5NN end |
| | | From QuoteLineItem where Quoteid = :QuoteidOldList]; |
| | | for(QuoteLineItem qli : oldQuoteitemList){ |
| | | QuidWithQLitem.put(qli.Quoteid,qli); |