| xqd
@@ -199,7 +199,7 @@
|
|
|
|
|
|
</tbody>
|
|
|
</table>
|
|
|
-</div>
|
|
|
+
|
|
|
|
|
|
{{--===================================================================================================================================================================--}}
|
|
|
|
| xqd
@@ -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;
|
| xqd
@@ -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;
|