|
|
|
|
@ -79,7 +79,7 @@
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
<img src="/images/yz.png" alt=""
|
|
|
|
|
style="filter: saturate(1);position: absolute;right: 20px; bottom: 20px; width: 154px;">
|
|
|
|
|
style="filter: saturate(2);position: absolute;right: 20px; bottom: 20px; width: 154px;">
|
|
|
|
|
<div
|
|
|
|
|
style="text-align: right;line-height: 2;margin-top: 20px;font-weight: 600;position: relative;z-index: 3;">
|
|
|
|
|
<div>
|
|
|
|
|
@ -113,8 +113,10 @@
|
|
|
|
|
prnhtml = prnhtml.substring(0, prnhtml.indexOf(eprnstr));
|
|
|
|
|
console.log(prnhtml)
|
|
|
|
|
window.document.body.innerHTML = prnhtml;
|
|
|
|
|
window.print();
|
|
|
|
|
window.document.body.innerHTML = bdhtml;
|
|
|
|
|
setTimeout(() => {
|
|
|
|
|
window.print();
|
|
|
|
|
window.document.body.innerHTML = bdhtml;
|
|
|
|
|
},500)
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
@endsection
|
|
|
|
|
|