c8a1d9503a7df6a09303dc6141fb43f331eafb39.svn-base 3.46 KB
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en">
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
	<title>使用登记明细打印(普通A4)</title>
</head>
<body>
	<div>
		<div>
			<table width="100%" border="0" cellspacing="0" cellpadding="0">
				<tr>
					<td height="30" colspan="3"><h3 style=" font-weight:bold;text-align:center;letter-spacing: 5px;font-size:24px;">${jgName}</h3></td>
					<td width="12%" height="30" rowspan="4">${qrImage}</td>
				</tr>
				   <tr>
				   	<td width="25%" height="30">使用清单号:${useNo}</td>
				   	<td width="25%" height="30">送货单号:${sendNo}</td>
					<td width="25%" height="30">供应商:${fOrgName}</td>	
					<td></td>	
				</tr>
				<tr>				
					<td width="25%" height="30">登记科室:${deptName}</td>
					<td width="25%" height="30">登记人:${createUserName}</td>
					<td width="25%" height="30">登记时间:${createTime}</td>
					<td></td>
				</tr>
				<tr>
				    <td width="25%" height="30">就诊号:${treatmentNo}</td>
				    <td width="25%" height="30">患者姓名:${hzName}</td>
				    <td width="25%" height="30">手术名称:${operName}</td>
				    <td></td>
				</tr>
				<tr>	
							
				</tr>
			</table>			
		</div>
		<div>
			<table style="border-collapse:collapse;border-spacing:0;font-size: 14px;">
				<tr style="height: 25px;">
					<td style="background: #eaeaea;text-align: center;border-left:1px solid #000000;border-top:1px solid #000000;">序号</td>
					<td style="background: #eaeaea;text-align: center;border-left:1px solid #000000;border-top:1px solid #000000;" width="190">产品名称</td>
					<td style="background: #eaeaea;text-align: center;border-left:1px solid #000000;border-top:1px solid #000000;" width="100">规格</td>
					<td style="background: #eaeaea;text-align: center;border-left:1px solid #000000;border-top:1px solid #000000;" width="100">型号</td>
					<td style="background: #eaeaea;text-align: center;border-left:1px solid #000000;border-top:1px solid #000000;" width="50">单位</td>
					<td style="background: #eaeaea;text-align: center;border-left:1px solid #000000;border-top:1px solid #000000;" width="80">包装规格</td>
					<td style="background: #eaeaea;text-align: center;border-left:1px solid #000000;border-top:1px solid #000000;" width="50">价格</td>
					<td style="background: #eaeaea;text-align: center;border-left:1px solid #000000;border-top:1px solid #000000;" width="50">数量</td>
					<td style="background: #eaeaea;text-align: center;border-left:1px solid #000000;border-top:1px solid #000000;" width="80">金额</td>
					<td style="background: #eaeaea;text-align: center;border-left:1px solid #000000;border-top:1px solid #000000;" width="80">生产批号</td>
					<td style="background: #eaeaea;text-align: center;border-left:1px solid #000000;border-top:1px solid #000000;" width="80">生产日期</td>
					<td style="background: #eaeaea;text-align: center;border-left:1px solid #000000;border-top:1px solid #000000;border-right:1px solid #000000;" width="80;">有效期至</td>
				</tr>
				 ${tableContent}			 
			   	</table>
		</div>
		<div>
		${afterTable
			<table width="80%" border="0" cellspacing="0" cellpadding="0">
				<tr height="35px;">
					<td  width="30%" align="left">医生签字:</td>
					<td   width="20%" align="right">总金额:${zje}</td>
				</tr>
			</table>
		}
		</div>		
	</div>
</body>
</html>