九州登录

企业党建

驻市国资委纪检监察组第一巡回监督检查组到公司开展专项督导检查

阅读次数: 76698 发布时间: 2021-07-15 16:25
' + '

九州登录

' + '

' + title + '

' + '' + '' + attachHtml + ' '; // 创建隐藏 iframe,写入内容后打印,打印完成移除 var printFrame = document.createElement('iframe'); printFrame.style.position = 'fixed'; printFrame.style.right = '0'; printFrame.style.bottom = '0'; printFrame.style.width = '0'; printFrame.style.height = '0'; printFrame.style.border = '0'; document.body.appendChild(printFrame); var doPrint = function(){ try { printFrame.contentWindow.focus(); printFrame.contentWindow.print(); } catch (e) {} // 打印对话框关闭后移除 iframe setTimeout(function(){ if (printFrame && printFrame.parentNode) { printFrame.parentNode.removeChild(printFrame); } }, 1000); }; var fdoc = printFrame.contentWindow.document; fdoc.open(); fdoc.write(printHtml); fdoc.close(); // 等待 iframe 内资源(图片等)加载后再打印 if (printFrame.contentWindow.document.readyState === 'complete') { setTimeout(doPrint, 300); } else { printFrame.onload = function(){ setTimeout(doPrint, 300); }; } }); }); function parentFunction(e){ if(e){ $('#articleIframe').height(e); } }