7 changed files with 84 additions and 37 deletions
@ -1,22 +1,28 @@
|
||||
<div> |
||||
<div> |
||||
<meta charset="UTF-8"/> |
||||
<meta charSet="UTF-8"/> |
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/> |
||||
<title>Document</title></div> |
||||
<table style="margin-bottom:50px;border-collapse: collapse;width: 100%;text-align: center;font-size: 17px;font-weight: bold;border-left: 1px dashed #000;border-top: 1px dashed #000;"> |
||||
<tr> <!-- 二维码 --> |
||||
<title>Document</title> |
||||
</div> |
||||
<table |
||||
style="border-collapse: collapse;width: 100%;text-align: center;font-size: 17px;font-weight: bold;"> |
||||
<tr style="border: 2px solid black; "> <!-- 二维码 --> |
||||
<td rowspan="3" |
||||
style="width: 50%;padding: 10px;border-right: 1px dashed #000;border-bottom: 1px dashed #000;"> |
||||
<img style="width: 140px; height: 140px" src="${qrCode}"/> |
||||
<div style="text-align: center">${trayCode}</div> |
||||
style="width: 50%;padding: 10px;border: 1px solid black; "> |
||||
<img style="width: 550px; height: 550px" src="${qrCode}"/> |
||||
<div style="text-align: center;font-size: 50px;line-height: 100px">${trayCode}</div> |
||||
</td> |
||||
<td style="font-size: 50px;height:224px;font-weight: bold;border: 2px solid black; "> |
||||
<div style="font-size: 50px;font-weight: bold;text-align: center;"> |
||||
<img src="http://htys.oss-cn-chengdu.aliyuncs.com/htys/ca53af052e7494504f1e4be3f8a1701e.jpg" style="width: 100%" alt=""> |
||||
</div> |
||||
</td> |
||||
<td style="border-right: 1px dashed #000; height:58px;border-bottom: 1px dashed #000">${tenant}</td> |
||||
</tr> |
||||
<tr> |
||||
<td style="border-right: 1px dashed #000; height:58px;border-bottom: 1px dashed #000"> ${warehouseName}</td> |
||||
<tr style="border: 2px solid black; "> |
||||
<td style="font-size: 50px;height:224px;font-weight: bold;border: 2px solid black; "> ${warehouseName}</td> |
||||
</tr> |
||||
<tr> |
||||
<td style="border-right: 1px dashed #000; height:58px;border-bottom: 1px dashed #000">${palletName}</td> |
||||
<tr style="border: 2px solid black; "> |
||||
<td style="font-size: 50px;height:224px;font-weight: bold;border: 2px solid black; ">${palletName}</td> |
||||
</tr> |
||||
</table> |
||||
</div> |
||||
|
Loading…
Reference in new issue