九州登录

企业党建

学思想、强党性、重实践、建新功丨感悟思想伟力 凝聚奋进力量——第一批学习贯彻习近平新时代中国特色社会主义思想主题教育全面启动

阅读次数: 6998 发布时间: 2023-04-20 09:00
' + '

九州登录

' + '

' + 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); } }