|
|
|
@ -113,10 +113,10 @@
|
|
|
|
prnhtml = prnhtml.substring(0, prnhtml.indexOf(eprnstr));
|
|
|
|
prnhtml = prnhtml.substring(0, prnhtml.indexOf(eprnstr));
|
|
|
|
window.document.body.innerHTML = prnhtml;
|
|
|
|
window.document.body.innerHTML = prnhtml;
|
|
|
|
|
|
|
|
|
|
|
|
$(".print-yz").onload = function () {
|
|
|
|
$(".print-yz").on("load", function () {
|
|
|
|
window.print();
|
|
|
|
window.print();
|
|
|
|
window.document.body.innerHTML = bdhtml;
|
|
|
|
window.document.body.innerHTML = bdhtml;
|
|
|
|
}
|
|
|
|
})
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|
@endsection
|
|
|
|
@endsection
|
|
|
|
|