GGican hace 8 años
padre
commit
c157dfb0b2
Se han modificado 1 ficheros con 4 adiciones y 6 borrados
  1. 4 6
      resources/views/admin/print/print_all.blade.php

+ 4 - 6
resources/views/admin/print/print_all.blade.php

xqd xqd xqd
@@ -199,7 +199,7 @@
 
 			</tbody>
 		</table> 
-</div>
+
 
   {{--===================================================================================================================================================================--}}
 
@@ -488,10 +488,10 @@
 				@endforeach
 			</tbody>
 		</table> 
-	<div align="center" class="btn">
-     <input class="print_button" type="button" id="datasubmit" value="确认打印" name="submit" onclick="printed('print')">
   </div>
-
+  <div align="center" class="btn">
+	  <input class="print_button" type="button" id="datasubmit" value="确认打印" name="submit" onclick="printed('print')">
+  </div>
   <style>
   .btn{
   	margin-top:15px;
@@ -500,11 +500,9 @@
   </style>
   <script type="text/javascript">
        var rootel=document.documentElement; //XHTMlvar bto=document.getElementById('divTest');
-       
 
         function printed(printpage)
             {
-
                 var headstr = "<html><head><title></title></head><body>";
                 var footstr = "</body>";
                 var newstr = document.all.item(printpage).innerHTML;