| | |
| | | //20200810 ljh add end |
| | | //阿西赛多 wql 20210331 |
| | | public Boolean IsAcecide; |
| | | |
| | | // CHAN-C9P5WM 20211216 ssm 增加科室名 start |
| | | public String DepartmentName; |
| | | // CHAN-C9P5WM 20211216 ssm 增加科室名 end |
| | | |
| | | |
| | | public String winBiddingDate;//SWAG-CCL6R7 2022-3-22 yjk 增加中标日 |
| | | |
| | | public String CelonOpportunity;// 20220415 ljh SWAG-CCK8V4 add |
| | | } |
| | | |
| | | public class Detail_element { |
| | |
| | | Closing_Bid_Date_Bid__c, |
| | | Closing_Bid_Date__c, |
| | | //SWAG-CCL6R7 2022-3-22 yjk 增加中标日 end |
| | | CelonOpportunity__c, // 20220415 ljh SWAG-CCK8V4 add |
| | | Account.RecordType.DeveloperName |
| | | |
| | | from Opportunity |
| | |
| | | //SWAG-CCL6R7 2022-3-22 yjk 增加中标日 start |
| | | quotation.winBiddingDate = opp.Closing_Bid_Date_Bid__c ==null? NFMUtil.formatDate2Str(opp.Closing_Bid_Date__c) : NFMUtil.formatDate2Str(opp.Closing_Bid_Date_Bid__c); |
| | | //SWAG-CCL6R7 2022-3-22 yjk 增加中标日 end |
| | | quotation.CelonOpportunity = opp.CelonOpportunity__c; // 20220415 ljh ljh SWAG-CCK8V4 add |
| | | // 产品 |
| | | List<OpportunityLineItem> oppLineList = oppIDMap.get(opp.id); |
| | | quotation.Items = new List<Detail_element>(); |