feat: bug-765 整单打印的二维码没有号码后的流水码
This commit is contained in:
parent
13889b2703
commit
508576debb
|
|
@ -54,7 +54,10 @@
|
|||
<div class="item" th:each="item : ${list}">
|
||||
<table>
|
||||
<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>
|
||||
<td><span>SAP编码: <span style="display: inline;" th:text="${item.materialNo}"></span></span></td>
|
||||
|
|
|
|||
Loading…
Reference in New Issue