| | |
| | | public String endfen {get;set;} |
| | | //add by rentx 20210707 end |
| | | |
| | | // 20220222 PI改造 by Bright---start |
| | | public string staticResource { get; private set; } |
| | | // 20220222 PI改造 by Bright---end |
| | | |
| | | public Integer getItemCount() { |
| | | return itemList.size(); |
| | | } |
| | |
| | | |
| | | private static Integer commentMax = 15; |
| | | |
| | | public InsReportPDFController(){ |
| | | // 20220222 PI改造 by Bright---start |
| | | staticResource = JSON.serialize(PIHelper.getPIIntegrationInfo('Inspection_Report__c')); |
| | | // 20220222 PI改造 by Bright---end |
| | | } |
| | | |
| | | public void init() { |
| | | //add by rentx 20210707 start |
| | | startfen = ''; |