| | |
| | | public with sharing class ReturnDeliverySlipController { |
| | | public ReturnDeliverySlipController() { |
| | | |
| | | } |
| | | |
| | | @AuraEnabled |
| | | public static InitData init(String recordId){ |
| | |
| | | res.raeSet = raSet; |
| | | system.debug('raeSet===='+res.raeSet); |
| | | } |
| | | res.Name = ra.Name; |
| | | res.RentalApplyEquipmentSetCnt = Integer.valueOf(ra.Rental_Apply_Equipment_Set_Cnt__c); |
| | | res.LoanerReceivedNgNum = Integer.valueOf(ra.Loaner_received_ng_num__c); |
| | | res.name = ra.Name; |
| | | res.rentalApplyEquipmentSetCnt = Integer.valueOf(ra.Rental_Apply_Equipment_Set_Cnt__c); |
| | | res.loanerReceivedNgNum = Integer.valueOf(ra.Loaner_received_ng_num__c); |
| | | } |
| | | catch (Exception e) { |
| | | system.debug('INFO****' + e); |
| | |
| | | |
| | | public class InitData{ |
| | | @AuraEnabled |
| | | public Integer RentalApplyEquipmentSetCnt; |
| | | public Integer rentalApplyEquipmentSetCnt; |
| | | @AuraEnabled |
| | | public Integer LoanerReceivedNgNum; |
| | | public Integer loanerReceivedNgNum; |
| | | @AuraEnabled |
| | | public String Name; |
| | | public String name; |
| | | @AuraEnabled |
| | | public List<Rental_Apply_Equipment_Set_Detail__c> raeSet; |
| | | } |