`
qieyi28
  • 浏览: 157623 次
  • 性别: Icon_minigender_1
  • 来自: 杭州
社区版块
存档分类
最新评论

js 连接打印机 分页打印案列

 
阅读更多
下面是我做的一个分页打印效果:,不过只适应在IE下使用。
<html><head><title>[打印时间:2013-3-14 17:20:58]</title>
 <link href="/css/print.css" rel="stylesheet" type="text/css"> 
<!--media=print 这个属性可以在打印时有效--> 
<style media="print"> 
.Noprint{display:none;} 
.PageNext{page-break-after:always;} 
</style>
<script language="javascript">
 var hkey_root,hkey_path,hkey_key; hkey_root='HKEY_CURRENT_USER'; hkey_path='\\Software\\Microsoft\\Internet Explorer\\PageSetup\\'; 
function pagesetup_null_head() {
try{ var RegWsh = new ActiveXObject('WScript.Shell');
     hkey_key = 'header'; RegWsh.RegWrite(hkey_root + hkey_path + hkey_key, '');} catch (e) {showErr('页面设置');}} 
function pagesetup_null_footer() {
     try{ 
         var RegWsh = new ActiveXObject('WScript.Shell');
         hkey_key = 'footer'; 
         RegWsh.RegWrite(hkey_root + hkey_path + hkey_key, '');
        } catch (e) {
         showErr('页面设置');}
        } 
function pagesetup_default() {
         try {
         var RegWsh = new ActiveXObject('WScript.Shell'); 
         hkey_key = 'header'; 
         RegWsh.RegWrite(hkey_root + hkey_path + hkey_key, '&w&b页码,&p/&P'); hkey_key = 'footer'; 
       RegWsh.RegWrite(hkey_root + hkey_path + hkey_key, '&u&b&d');
        } catch (e) {showErr('页面设置');}} 
function showErr(operation){alertMsg.info('对不起!您目前无法通过此按钮进行“'+operation+'”!\n\n请您直接使用浏览器自带的菜单进行“'+operation+'”;\n\n或者将IE浏览器开启ActiveX后再试试:\n\n开启ActiveX步骤:\nIE浏览器:工具->Internet选项->安全->“Internet”和“本地Intranet”->自定义级别:ActiveX控件和插件->对没有标记为安全的ActiveX控件进行初始化和脚本运行:设置为“启用”。(或者将ActiveX控件和插件->所有与ActiveX相关的参数都设置为“启用”。)\n\n以上设置确定后,再重新登录UTMS,即可进行“'+operation+'”。');} 
function printView(){try{document.all.WebBrowser.ExecWB(7,1)}catch(e){showErr('打印预览');};} 
function toPrint(){if (confirm('您确定打印了吗?')){window.print();	alertMsg.info('正在打印中,请您稍候……\n\n打印完成后请您按确定返回。');}}  function pageSetup(){try{document.all.WebBrowser.ExecWB(8,1)}catch(e){showErr('页面设置');};}</script>
</head>
<body oncontextmenu="alertMsg.info(&quot;欢迎使用UTMS打印页面~&quot;);return false;">
<object classid="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2" id="WebBrowser" width="87" height="21">
</object>
<div style="text-align:center">
<div id="batchPrintMatesReceipt">
    
	<div>
	    <div>
		    <table width="100%" style="border-collapse:collapse;">
			    <thead>
			       <tr height="20px">
				        <td colspan="6" align="center" style="font-size:15pt">
				         <!-- 	<b>广州中邮普泰移动通信设备有限责任公司</b> -->
					     <b style="line-height: 22px;">中国移动通信集团终端有限公司广东分公司</b>
				        </td>
			       </tr>
			    </thead>
			    <tbody>
			        <tr height="20px">
				        <td colspan="5" width="55%">
					        <table width="100%">
						        <tbody><tr>
							      <td align="right" style="font-size:12pt;"> <b style="line-height: 18px;">送&nbsp;&nbsp;&nbsp;&nbsp;货&nbsp;&nbsp;&nbsp;&nbsp;单</b> </td>
						        </tr>
					        </tbody></table>
					
				        </td>
				        <td align="center" style="font-size:10pt">
					     <font style="line-height: 15px;">送货单号:TH-ZDJM-1300026</font>
				        </td>
			        </tr>
			        <tr height="20px">
				        <td colspan="6" width="100%">
					        <table width="100%">
						        <tbody><tr>
							       <td width="50%" style="font-size:10pt"><font style="line-height: 15px;">客户名称:终端公司广州省仓</font></td>
							       <td style="font-size:10pt"><font style="line-height: 15px;">收货地址:</font></td>
							    </tr>
					        </tbody></table>
				        </td>
			        </tr>
			        <tr height="20px">
				        <td colspan="6" width="100%">
					        <table width="100%">
						        <tbody><tr>
							       <td width="50%" style="font-size:10pt"><font style="line-height: 15px;">收货人:</font></td>
							       <td style="font-size:10pt"><font style="line-height: 15px;">联系电话: </font></td>
							       <td align="right" style="font-size:10pt"><font style="line-height: 15px;">日期:2013-03-14</font></td>
						        </tr>
					        </tbody></table>
				        </td>
			        </tr>
                </tbody>
		    </table>
	    </div>


	    <div>
		    <table width="100%" border="1" bordercolor="#000000" style="border-collapse:collapse;">
			    <thead>
				    <tr align="center" style="height: 20;">
					    <td style="line-height: 15px;">商品代码</td>
					    <td style="line-height: 15px;">品牌</td>
					    <td style="line-height: 15px;">机型</td>
					    <td style="line-height: 15px;">颜色</td>
					    <td style="line-height: 15px;">应发货数量</td>
					    <td style="line-height: 15px;">实收数量</td>
					    <td style="line-height: 15px;">单位</td>
					    <td style="line-height: 15px;" width="130px">备注</td>
				    </tr>
			    </thead>
			    <tbody>
				    
					    <tr style="height: 20;" align="center">
						   <td style="line-height: 15px;">1000000988</td>
						   <td style="line-height: 15px;">联想</td>
						   <td style="line-height: 15px;">A288t</td>
						   <td style="line-height: 15px;">亚光黑</td>
						   <td style="line-height: 15px;">159</td>
						   <td style="line-height: 15px;">0</td>
						   <td style="line-height: 15px;">台</td>
						   <td style="line-height: 15px;"></td>
					    </tr>
				    
					    <tr style="height: 20;" align="center">
						   <td style="line-height: 15px;">1000000985</td>
						   <td style="line-height: 15px;">华为</td>
						   <td style="line-height: 15px;">T9200</td>
						   <td style="line-height: 15px;">黑色</td>
						   <td style="line-height: 15px;">15</td>
						   <td style="line-height: 15px;">0</td>
						   <td style="line-height: 15px;">台</td>
						   <td style="line-height: 15px;"></td>
					    </tr>
				    
				    
				               			
         			        <tr style="height: 20;" align="center">
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
					        </tr>
				               			
         			        <tr style="height: 20;" align="center">
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
					        </tr>
				               			
         			        <tr style="height: 20;" align="center">
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
					        </tr>
				               			
         			        <tr style="height: 20;" align="center">
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
					        </tr>
				               			
         			        <tr style="height: 20;" align="center">
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
					        </tr>
				         
				    
                    <tr style="height: 20;" align="center">
                        <td align="left" style="line-height: 15px;">合  计:</td>
				        <td colspan="3"></td>
				        <td style="line-height: 15px;">174</td>
				        <td style="line-height: 15px;">0</td>
				        <td style="line-height: 15px;">台</td>
				        <td width="60px"></td>
			        </tr>
			
			        <tr style="height: 20;" align="center">
			            <td colspan="8" align="left" style="line-height: 15px;">备  注:</td>
			        </tr> 
			    </tbody>
			</table>
			<table width="100%">
			    <tbody><tr height="20px" style="font-size:10pt">
				    <td colspan="8" align="left"><font style="line-height: 15px;">声明:收货时请核对实际数额,收货人一经签名,即作为销售合同立即生效,解决纠纷方式,由供货方向当地法院</font></td>
			    </tr>
			    <tr height="20px">
				    <td colspan="8" align="left">
					    <table width="100%">
						    <tbody><tr style="font-size:10pt">
							    <!-- <td width="50%">发货单位:广州中邮普泰移动通信设备有限责任公司</td> -->
							    <td width="50%">
							     <font style="line-height: 15px;">发货单位:						
							          
							               广邮江门
						              			
						        </font>
							    </td>
							    <td width="50%">
							     <font style="line-height: 15px;">物流商:</font>
							    </td>
						    </tr>
					    </tbody></table>
					</td>
			    </tr>
			    <tr height="20px" style="font-size:10pt">
				   <td><font style="line-height: 15px;">制单人:刘帆 </font></td>
				   <td><font style="line-height: 15px;">发货人:</font></td>
				   <td></td>
				   <td><font style="line-height: 15px;">送货员:</font></td>
				   <td></td>
				   <td><font style="line-height: 15px;">收货人签名、盖章:</font></td>
				   <td></td>
				   <td><font style="line-height: 15px;">收货时间:</font></td>
				   <td></td>
			    </tr>
		    </tbody></table>
	    </div>

	 </div>
	
	
	     <div class="PageNext"></div>
	
	<div>
	    <div>
		    <table width="100%" style="border-collapse:collapse;">
			    <thead>
			       <tr height="20px">
				        <td colspan="6" align="center" style="font-size:15pt">
				         <!-- 	<b>广州中邮普泰移动通信设备有限责任公司</b> -->
					     <b style="line-height: 22px;">中国移动通信集团终端有限公司广东分公司</b>
				        </td>
			       </tr>
			    </thead>
			    <tbody>
			        <tr height="20px">
				        <td colspan="5" width="55%">
					        <table width="100%">
						        <tbody><tr>
							      <td align="right" style="font-size:12pt;"> <b style="line-height: 18px;">送&nbsp;&nbsp;&nbsp;&nbsp;货&nbsp;&nbsp;&nbsp;&nbsp;单</b> </td>
						        </tr>
					        </tbody></table>
					
				        </td>
				        <td align="center" style="font-size:10pt">
					     <font style="line-height: 15px;">送货单号:TH-ZDJM-1300026</font>
				        </td>
			        </tr>
			        <tr height="20px">
				        <td colspan="6" width="100%">
					        <table width="100%">
						        <tbody><tr>
							       <td width="50%" style="font-size:10pt"><font style="line-height: 15px;">客户名称:终端公司广州省仓</font></td>
							       <td style="font-size:10pt"><font style="line-height: 15px;">收货地址:</font></td>
							    </tr>
					        </tbody></table>
				        </td>
			        </tr>
			        <tr height="20px">
				        <td colspan="6" width="100%">
					        <table width="100%">
						        <tbody><tr>
							       <td width="50%" style="font-size:10pt"><font style="line-height: 15px;">收货人:</font></td>
							       <td style="font-size:10pt"><font style="line-height: 15px;">联系电话: </font></td>
							       <td align="right" style="font-size:10pt"><font style="line-height: 15px;">日期:2013-03-14</font></td>
						        </tr>
					        </tbody></table>
				        </td>
			        </tr>
                </tbody>
		    </table>
	    </div>


	    <div>
		    <table width="100%" border="1" bordercolor="#000000" style="border-collapse:collapse;">
			    <thead>
				    <tr align="center" style="height: 20;">
					    <td style="line-height: 15px;">商品代码</td>
					    <td style="line-height: 15px;">品牌</td>
					    <td style="line-height: 15px;">机型</td>
					    <td style="line-height: 15px;">颜色</td>
					    <td style="line-height: 15px;">应发货数量</td>
					    <td style="line-height: 15px;">实收数量</td>
					    <td style="line-height: 15px;">单位</td>
					    <td style="line-height: 15px;" width="130px">备注</td>
				    </tr>
			    </thead>
			    <tbody>
				    
					    <tr style="height: 20;" align="center">
						   <td style="line-height: 15px;">1000000985</td>
						   <td style="line-height: 15px;">华为</td>
						   <td style="line-height: 15px;">T9200</td>
						   <td style="line-height: 15px;">白色</td>
						   <td style="line-height: 15px;">41</td>
						   <td style="line-height: 15px;">0</td>
						   <td style="line-height: 15px;">台</td>
						   <td style="line-height: 15px;"></td>
					    </tr>
				    
					    <tr style="height: 20;" align="center">
						   <td style="line-height: 15px;">1000001011</td>
						   <td style="line-height: 15px;">酷派</td>
						   <td style="line-height: 15px;">8020</td>
						   <td style="line-height: 15px;">星耀黑</td>
						   <td style="line-height: 15px;">541</td>
						   <td style="line-height: 15px;">0</td>
						   <td style="line-height: 15px;">台</td>
						   <td style="line-height: 15px;"></td>
					    </tr>
				    
				    
				               			
         			        <tr style="height: 20;" align="center">
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
					        </tr>
				               			
         			        <tr style="height: 20;" align="center">
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
					        </tr>
				               			
         			        <tr style="height: 20;" align="center">
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
					        </tr>
				               			
         			        <tr style="height: 20;" align="center">
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
					        </tr>
				               			
         			        <tr style="height: 20;" align="center">
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
					        </tr>
				         
				    
                    <tr style="height: 20;" align="center">
                        <td align="left" style="line-height: 15px;">合  计:</td>
				        <td colspan="3"></td>
				        <td style="line-height: 15px;">582</td>
				        <td style="line-height: 15px;">0</td>
				        <td style="line-height: 15px;">台</td>
				        <td width="60px"></td>
			        </tr>
			
			        <tr style="height: 20;" align="center">
			            <td colspan="8" align="left" style="line-height: 15px;">备  注:</td>
			        </tr> 
			    </tbody>
			</table>
			<table width="100%">
			    <tbody><tr height="20px" style="font-size:10pt">
				    <td colspan="8" align="left"><font style="line-height: 15px;">声明:收货时请核对实际数额,收货人一经签名,即作为销售合同立即生效,解决纠纷方式,由供货方向当地法院</font></td>
			    </tr>
			    <tr height="20px">
				    <td colspan="8" align="left">
					    <table width="100%">
						    <tbody><tr style="font-size:10pt">
							    <!-- <td width="50%">发货单位:广州中邮普泰移动通信设备有限责任公司</td> -->
							    <td width="50%">
							     <font style="line-height: 15px;">发货单位:						
							          
							               广邮江门
						              			
						        </font>
							    </td>
							    <td width="50%">
							     <font style="line-height: 15px;">物流商:</font>
							    </td>
						    </tr>
					    </tbody></table>
					</td>
			    </tr>
			    <tr height="20px" style="font-size:10pt">
				   <td><font style="line-height: 15px;">制单人:刘帆 </font></td>
				   <td><font style="line-height: 15px;">发货人:</font></td>
				   <td></td>
				   <td><font style="line-height: 15px;">送货员:</font></td>
				   <td></td>
				   <td><font style="line-height: 15px;">收货人签名、盖章:</font></td>
				   <td></td>
				   <td><font style="line-height: 15px;">收货时间:</font></td>
				   <td></td>
			    </tr>
		    </tbody></table>
	    </div>

	 </div>
	
	
	     <div class="PageNext"></div>
	
	<div>
	    <div>
		    <table width="100%" style="border-collapse:collapse;">
			    <thead>
			       <tr height="20px">
				        <td colspan="6" align="center" style="font-size:15pt">
				         <!-- 	<b>广州中邮普泰移动通信设备有限责任公司</b> -->
					     <b style="line-height: 22px;">中国移动通信集团终端有限公司广东分公司</b>
				        </td>
			       </tr>
			    </thead>
			    <tbody>
			        <tr height="20px">
				        <td colspan="5" width="55%">
					        <table width="100%">
						        <tbody><tr>
							      <td align="right" style="font-size:12pt;"> <b style="line-height: 18px;">送&nbsp;&nbsp;&nbsp;&nbsp;货&nbsp;&nbsp;&nbsp;&nbsp;单</b> </td>
						        </tr>
					        </tbody></table>
					
				        </td>
				        <td align="center" style="font-size:10pt">
					     <font style="line-height: 15px;">送货单号:TH-ZDJM-1300026</font>
				        </td>
			        </tr>
			        <tr height="20px">
				        <td colspan="6" width="100%">
					        <table width="100%">
						        <tbody><tr>
							       <td width="50%" style="font-size:10pt"><font style="line-height: 15px;">客户名称:终端公司广州省仓</font></td>
							       <td style="font-size:10pt"><font style="line-height: 15px;">收货地址:</font></td>
							    </tr>
					        </tbody></table>
				        </td>
			        </tr>
			        <tr height="20px">
				        <td colspan="6" width="100%">
					        <table width="100%">
						        <tbody><tr>
							       <td width="50%" style="font-size:10pt"><font style="line-height: 15px;">收货人:</font></td>
							       <td style="font-size:10pt"><font style="line-height: 15px;">联系电话: </font></td>
							       <td align="right" style="font-size:10pt"><font style="line-height: 15px;">日期:2013-03-14</font></td>
						        </tr>
					        </tbody></table>
				        </td>
			        </tr>
                </tbody>
		    </table>
	    </div>


	    <div>
		    <table width="100%" border="1" bordercolor="#000000" style="border-collapse:collapse;">
			    <thead>
				    <tr align="center" style="height: 20;">
					    <td style="line-height: 15px;">商品代码</td>
					    <td style="line-height: 15px;">品牌</td>
					    <td style="line-height: 15px;">机型</td>
					    <td style="line-height: 15px;">颜色</td>
					    <td style="line-height: 15px;">应发货数量</td>
					    <td style="line-height: 15px;">实收数量</td>
					    <td style="line-height: 15px;">单位</td>
					    <td style="line-height: 15px;" width="130px">备注</td>
				    </tr>
			    </thead>
			    <tbody>
				    
					    <tr style="height: 20;" align="center">
						   <td style="line-height: 15px;">1000001016</td>
						   <td style="line-height: 15px;">天迈</td>
						   <td style="line-height: 15px;">A18</td>
						   <td style="line-height: 15px;">睿智黑</td>
						   <td style="line-height: 15px;">165</td>
						   <td style="line-height: 15px;">0</td>
						   <td style="line-height: 15px;">台</td>
						   <td style="line-height: 15px;"></td>
					    </tr>
				    
					    <tr style="height: 20;" align="center">
						   <td style="line-height: 15px;">1000001024</td>
						   <td style="line-height: 15px;">新邮通</td>
						   <td style="line-height: 15px;">N336+</td>
						   <td style="line-height: 15px;">白色</td>
						   <td style="line-height: 15px;">59</td>
						   <td style="line-height: 15px;">0</td>
						   <td style="line-height: 15px;">台</td>
						   <td style="line-height: 15px;"></td>
					    </tr>
				    
				    
				               			
         			        <tr style="height: 20;" align="center">
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
					        </tr>
				               			
         			        <tr style="height: 20;" align="center">
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
					        </tr>
				               			
         			        <tr style="height: 20;" align="center">
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
					        </tr>
				               			
         			        <tr style="height: 20;" align="center">
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
					        </tr>
				               			
         			        <tr style="height: 20;" align="center">
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
						       <td style="line-height: 15px;">&nbsp;</td>
					        </tr>
				         
				    
                    <tr style="height: 20;" align="center">
                        <td align="left" style="line-height: 15px;">合  计:</td>
				        <td colspan="3"></td>
				        <td style="line-height: 15px;">224</td>
				        <td style="line-height: 15px;">0</td>
				        <td style="line-height: 15px;">台</td>
				        <td width="60px"></td>
			        </tr>
			
			        <tr style="height: 20;" align="center">
			            <td colspan="8" align="left" style="line-height: 15px;">备  注:</td>
			        </tr> 
			    </tbody>
			</table>
			<table width="100%">
			    <tbody><tr height="20px" style="font-size:10pt">
				    <td colspan="8" align="left"><font style="line-height: 15px;">声明:收货时请核对实际数额,收货人一经签名,即作为销售合同立即生效,解决纠纷方式,由供货方向当地法院</font></td>
			    </tr>
			    <tr height="20px">
				    <td colspan="8" align="left">
					    <table width="100%">
						    <tbody><tr style="font-size:10pt">
							    <!-- <td width="50%">发货单位:广州中邮普泰移动通信设备有限责任公司</td> -->
							    <td width="50%">
							     <font style="line-height: 15px;">发货单位:						
							          
							               广邮江门
						              			
						        </font>
							    </td>
							    <td width="50%">
							     <font style="line-height: 15px;">物流商:</font>
							    </td>
						    </tr>
					    </tbody></table>
					</td>
			    </tr>
			    <tr height="20px" style="font-size:10pt">
				   <td><font style="line-height: 15px;">制单人:刘帆 </font></td>
				   <td><font style="line-height: 15px;">发货人:</font></td>
				   <td></td>
				   <td><font style="line-height: 15px;">送货员:</font></td>
				   <td></td>
				   <td><font style="line-height: 15px;">收货人签名、盖章:</font></td>
				   <td></td>
				   <td><font style="line-height: 15px;">收货时间:</font></td>
				   <td></td>
			    </tr>
		    </tbody></table>
	    </div>

	 </div>
	
</div><br><span class="Noprint"><input onclick="printView()" type="button" value="打印预览" class="button" onmouseover="this.className='button_over'" onmouseout="this.className='button'"> <input onclick="toPrint()" type="button" value="直接打印" class="button" onmouseover="this.className='button_over'" onmouseout="this.className='button'"><input onclick="pageSetup()" type="button" value="页面设置" class="button" onmouseover="this.className='button_over'" onmouseout="this.className='button'"> <input onclick="javascript:window.close()" type="button" value="关闭窗口" class="button" onmouseover="this.className='button_over'" onmouseout="this.className='button'"><input name="pagesetup" onclick="pagesetup_null_head()" type="radio">清除页眉<input name="pagesetup" onclick="pagesetup_null_footer()" type="radio">清除页脚<input name="pagesetup" onclick="pagesetup_default()" type="radio">恢复页眉页脚</span></div></body></html>


分享到:
评论

相关推荐

    使用API和消息响应机制使用打印机分页打印文档

    具体到打印机分页打印的实现,以下是一些关键步骤: 1. **初始化打印环境**:通过API调用设置打印机设备上下文,选择合适的打印机,并设置打印参数,如纸张大小、方向等。 2. **页面布局**:计算文档内容在页面上...

    JS 实现web分页打印功能

    首先,`Window.print()`方法是JavaScript中用于调用浏览器内置的打印对话框的函数,用户可以在该对话框中选择打印机、页面设置等选项,然后开始打印操作。为了确保在各种浏览器中都能正常工作,我们需要关注以下几点...

    js javascript js控制分页打印,打印分页

    在JavaScript(JS)中,控制分页打印是一个常见的需求,特别是在网页开发中。这涉及到将大量数据分成可管理的小块,以便用户可以逐页查看和打印。本文将深入探讨JavaScript如何实现这一功能,并结合标签“源码”和...

    js控制分页打印、打印分页示例

    代码如下: &lt;&#37;... charset=UTF-8″ pageEncoding=”UTF-8″%&gt; &lt;!... &lt;HEAD&gt;...javascript打印-打印页面设置-打印预览代码&lt;/TITLE&gt; &lt;META http-equiv=Content-Type content=”text/html

    javaScript 连接打印机,打印小票的实例

    总结起来,使用JavaScript连接打印机并打印小票涉及到的技术点包括HTML页面内容的提取和转换、JavaScript打印函数的调用、以及利用第三方库如jsPDF和html2canvas生成PDF文件。整个实现过程需要细心处理细节,并且...

    jqprint可分页打印页面内容

    "jqPrint" 是一个基于jQuery的插件,它允许开发者方便地实现页面内容的分页打印功能,无需复杂的CSS调整或JavaScript编程。在本篇中,我们将深入探讨如何使用jqPrint实现这一目标,以及涉及到的相关技术。 首先,...

    Qt表格分页打印

    3. **创建QPrintPreviewDialog**:实例化QPrintPreviewDialog并连接其print信号到相应的打印槽函数,以在用户点击打印时触发实际的打印操作。 4. **实现打印槽函数**:在槽函数中,使用QPainter和QTableWidget(或...

    C++打印PDF文件分页打印等功能 具体请看博客

    3. **分页处理**:遍历PDF的每个页面,使用API将每个页面转换为适合打印的格式,并发送到打印机。 4. **打印控制**:根据需要选择全部打印还是指定页码打印,控制打印顺序和方式。 5. **错误处理**:编写适当的错误...

    分页打印gridview

    - 错误处理:考虑可能出现的问题,如打印机未连接、无纸张等,并提供相应的错误提示和处理。 以上就是关于“分页打印gridview”这个主题的主要知识点,通过这些技术,开发者可以在C#环境中有效地管理和打印大量数据...

    js实现打印,可以自动分页!

    js打印,将数据读取到打印页面,用js截取,从而...打印的时候如果页面数据过多,打印机可以自动分页打印!我的是hp的打印机,下载的朋友可以试试!注意,本人声明:这个并不是针对于打印分页而写,只是普通的js打印!

    js 调用打印机 ,web打印机,设计开发

    在JavaScript(JS)中调用打印机并实现Web打印功能是一项重要的技术,特别是在开发网页应用程序时。Web打印机的设计和开发涉及到多个层面,包括浏览器兼容性、用户交互以及打印样式控制等。下面将详细介绍这一领域的...

    使用js实现打印分页的功能(包括页码,表头,表尾)

    使用js实现打印分页的功能(包括页码,表头,表尾)

    C#打印操作实例--实现分页打印操作源码(十分经典)

    本文将深入讲解C#中的打印API,以及如何利用这些API来创建一个能够进行分页打印的源码实例。 C#提供了一个名为`System.Drawing.Printing`的命名空间,其中包含了许多用于控制打印机的类和方法。主要涉及的类有`...

    Android连接蓝牙打印机(cpcl指令)Demo完整版

    这个"Android连接蓝牙打印机(cpcl指令)Demo完整版"项目提供了一个完整的解决方案,它使用了特定的打印机指令集——CPCL(Control Program for ClearType Language),用于控制打印任务,特别是标签和面单的打印。...

    原生JS打印插件之jQuery.EasyPrint.js使用文档

    javascript打印大全;通用;js实现打印的方式;JS怎么实现页面打印呢?JavaScript 实现打印,打印预览,打印设置;JS打印和报表输出;原生js打印插件Print.js;js控制分页打印、打印分页示例;js 打印插件;js使用...

    VC++实现分页打印_liehsp_Vc_VC打印_

    在VC++编程环境中,分页打印是一项常见的任务,特别是在开发桌面应用程序时,用户可能需要将大量数据输出到纸质文档上。本资源“VC++实现分页打印”提供了一个简单的源代码示例,帮助开发者理解如何在VC++中利用MFC...

    C# Winform Datagridview 分页和打印功能.pdf

    综上所述,文档涉及了C# Winform中DataGridView控件的分页和打印功能的实现方法,包括了分页逻辑的编写、PrintDocument类的使用、以及打印机的配置和打印预览的展示。掌握了这些知识点,开发者可以为Winform应用程序...

    lodop 批量分页打印插件

    lodop批量分页打印实现,方便省事快速,解决bs系统难题。

    包括打印预览和分页打印

    在IT领域,打印功能是许多应用程序不可或缺的一部分,无论是办公软件还是其他类型的软件,都需要与打印机进行交互以输出数据。本文将深入探讨“包括打印预览和分页打印”这一主题,以及如何在C++编程中实现这样的...

Global site tag (gtag.js) - Google Analytics