0d7f49d0d8f9e6f26812f7c9ff012d2980318286.svn-base
3.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!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;">${rOrgName}${printDeliveryName}设备送货单</h3></td>
<td width="12%" height="30" rowspan="4" valign="top">${qrCode}</td>
</tr>
<tr>
<td width="25%" height="30">供应商:${fOrgName}</td>
<td width="25%" height="30">送货单号:${sendNo}</td>
<!--<td width="25%" height="30">医疗机构:${rOrgName}</td> -->
</tr>
<tr>
<td height="30">制单人:${sendUserName}</td>
<td height="30" colspan="2">制单时间:${sendDate}</td>
</tr>
<tr>
<td height="30" >收货科室:${tDeptName}</td>
<td height="30" colspan="2">收货地址:${tfAddress}</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="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;border-right:1px solid #000000;" width="80">金额</td>
</tr>
${tableContent}
</table>
</div>
<div>
${afterTable
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr height="35px;">
<td width="30%" align="left">验收人:</td>
<td width="30%" align="left">收货人:</td>
<td width="20%" align="left">总金额:${totalPrice}</td>
</tr>
</table>
}
</div>
</div>
</body>
</html>