836eac4496954a61ed0a648eb38bf4d5913d6488.svn-base
2.78 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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport" />
<title>二维码模板页面</title>
</head>
<body>
<div style="width: 265px;height: 130px; margin: 0px auto;">
<div style="text-align:center;font-size: 12px;font-family:宋体,SimSun;font-weight:900;"><span>
${title}
</span></div>
<div style="font-size: 9px;">
<table border="0" cellspacing="0" cellpadding="0" style="margin-top:4px;">
<tr>
<td valign="top" style="text-align:right;font-size:10px;font-family:宋体,SimSun;font-weight:900;" width="45" height="15px">名称:</td>
<td valign="top" style="border-bottom:0.1px solid #000000;font-size:10px;font-family:宋体,SimSun;font-weight:900;" width="106" height="15px">${materialName}</td>
<td style="text-align: center;" width="106" rowspan="6" >
${qrImage}
<div style="width:106px;"><span style="width:100%;font-size:10px;font-family:宋体,SimSun;font-weight:900;">${qrcode}</span></div>
</td>
</tr>
<tr>
<td style="text-align:right;font-size:10px;font-family:宋体,SimSun;font-weight:900;" width="45" height="15px">型号:</td>
<td style="border-bottom:0.1px solid #000000;font-size:10px;font-family:宋体,SimSun;font-weight:900;" width="116" height="15px">${fmodel}</td>
</tr>
<tr>
<td style="text-align:right;font-size:10px;font-family:宋体,SimSun;font-weight:900;" width="45" height="15px">规格:</td>
<td style="border-bottom:0.1px solid #000000;font-size:10px;font-family:宋体,SimSun;font-weight:900;" width="116" height="15px">${spec}</td>
</tr>
<tr>
<td style="text-align:right;font-size:10px;font-family:宋体,SimSun;font-weight:900;" width="45" height="15px">批号:</td>
<td style="border-bottom:0.1px solid #000000;font-size:10px;font-family:宋体,SimSun;font-weight:900;" width="116" height="15px">${flot}</td>
</tr>
<tr>
<td style="text-align:right;font-size:10px;font-family:宋体,SimSun;font-weight:900;" width="45" height="15px">效期:</td>
<td style="border-bottom:0.1px solid #000000;font-size:10px;font-family:宋体,SimSun;font-weight:900;" width="116" height="15px">${prodDate}-${usefulDate}</td>
</tr>
<tr>
<td valign="top" style="text-align:right;font-size:10px;font-family:宋体,SimSun;font-weight:900;" width="45" height="15px">注册证:</td>
<td style="border-bottom:0.1px solid #000000;font-size:10px;font-family:宋体,SimSun;font-weight:900;" width="116" height="15px">${registerNo}</td>
</tr>
</table>
</div>
</div>
</body>
</html>