diff --git a/resources/views/admin/statistics/income.blade.php b/resources/views/admin/statistics/income.blade.php index 49df707..6e12503 100755 --- a/resources/views/admin/statistics/income.blade.php +++ b/resources/views/admin/statistics/income.blade.php @@ -27,7 +27,7 @@ -
+
@@ -79,7 +79,7 @@
+ style="filter: saturate(1);position: absolute;right: 20px; bottom: 20px; width: 154px;">
@@ -111,6 +111,7 @@ var eprnstr = ""; //设置打印结束区域 var prnhtml = bdhtml.substring(bdhtml.indexOf(sprnstr) + 18); prnhtml = prnhtml.substring(0, prnhtml.indexOf(eprnstr)); + console.log(prnhtml) window.document.body.innerHTML = prnhtml; window.print(); window.document.body.innerHTML = bdhtml;