| | |
| | | iframe.setAttribute('style', 'position:absolute;right:0; top:0; bottom:0; height:100%; width:100%'); |
| | | document.body.appendChild(iframe); |
| | | iframe.src = pdf.output('datauristring'); |
| | | for(let e of document.body.childNodes){ |
| | | for(let ei in document.body.childNodes){let e=document.body.childNodes[ei]; |
| | | if( e != iframe && e.style){ |
| | | e.style.display = 'none'; |
| | | } |
| | |
| | | unblockUI(); |
| | | document.getElementById("Responsible_Person__c").innerHTML = data.object.responsiblePerson; |
| | | |
| | | setTimeout(() => { |
| | | setTimeout(function(){ |
| | | jsPdfDownload(); |
| | | }, 1500); |
| | | }, staticResources.token); |