feat: bug-200 整张打印添加行:批次号

This commit is contained in:
曹鹏飞 2025-09-25 10:48:28 +08:00
parent 7fc87580d7
commit d989bbc299
1 changed files with 3 additions and 0 deletions

View File

@ -65,6 +65,9 @@
<tr>
<td><span>数量: <span style="display: inline;" th:text="${item.printNum}"></span></span></td>
</tr>
<tr>
<td><span>批次号: <span style="display: inline;" th:text="${item.batchNo}"></span></span></td>
</tr>
</table>
</div>
</div>