| | |
| | | public Decimal exPrice; |
| | | public Decimal exPriceCopy; |
| | | // public List<Map<String, String>> Learning_CommunityOptions = new List<Map<String, String>>(); |
| | | public List<OptionTemplete> Learning_CommunityOptions; |
| | | public List<OptionTemplete> Learning_CommunityOptions = new ; |
| | | public List<MultiYearWarranty__c> multiYearWarrantyList; |
| | | // chenjingwu 3+2多年保 20240401 end |
| | | //fy DB202312538864 2024.02.02 start |
| | |
| | | this.Learning_Community = 0 + ''; |
| | | this.exPrice = 0; |
| | | } |
| | | if(period > 0){ |
| | | List<OptionTemplete> optionTempleteList = new List<OptionTemplete>(); |
| | | List<OptionTemplete> optionTempleteList = new List<OptionTemplete>(); |
| | | optionTempleteList.add(new OptionTemplete('0年','0')); |
| | | if(period > 0){ |
| | | for(MultiYearWarranty__c mu: this.multiYearWarrantyList){ |
| | | optionTempleteList.add(new OptionTemplete(mu.AgeLimit__c + '年',mu.AgeLimit__c + '')); |
| | | } |