feat: bug-200 整张打印添加行:批次号
This commit is contained in:
parent
7fc87580d7
commit
d989bbc299
|
|
@ -65,6 +65,9 @@
|
||||||
<tr>
|
<tr>
|
||||||
<td><span>数量: <span style="display: inline;" th:text="${item.printNum}"></span></span></td>
|
<td><span>数量: <span style="display: inline;" th:text="${item.printNum}"></span></span></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><span>批次号: <span style="display: inline;" th:text="${item.batchNo}"></span></span></td>
|
||||||
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue