feat: bug-765 整单打印的二维码没有号码后的流水码

This commit is contained in:
曹鹏飞 2025-09-28 13:51:52 +08:00
parent 13889b2703
commit 508576debb
1 changed files with 4 additions and 1 deletions

View File

@ -54,7 +54,10 @@
<div class="item" th:each="item : ${list}"> <div class="item" th:each="item : ${list}">
<table> <table>
<tr> <tr>
<td style="text-align: center"><img alt="" style="height: 100px;margin: 5px;" th:src="${item.qrCode}"/></td> <td style="text-align: center;padding: 5px;">
<img alt="" style="height: 100px;" th:src="${item.qrCode}"/>
<div th:text="${item.printNo}">20250227100950-0</div>
</td>
</tr> </tr>
<tr> <tr>
<td><span>SAP编码: <span style="display: inline;" th:text="${item.materialNo}"></span></span></td> <td><span>SAP编码: <span style="display: inline;" th:text="${item.materialNo}"></span></span></td>