1522 钢构包管理-老鼠图和条码制作中的托盘老鼠图页面添加【ECO】字段

This commit is contained in:
10001392 2026-06-03 16:05:51 +08:00
parent d9c5bc7412
commit 732e87dd2c
2 changed files with 3 additions and 2 deletions

View File

@ -563,6 +563,7 @@ public class StructuralPackageOrderController extends BaseController {
.setSupplierName(trayVO.getSupplierName())
.setModelNos(trayVO.getModelNo())
.setVersion(trayVO.getPackageVersion())
.setEco(trayVO.getEco())
.setWorkbenchCode(trayVO.getWorkbenchCode())
.setCate(trayVO.getPackageCate())
.setWeight(trayVO.getWeight())
@ -2108,6 +2109,7 @@ public class StructuralPackageOrderController extends BaseController {
.setSupplierName(trayVO.getSupplierName())
.setModelNos(trayVO.getModelNo())
.setVersion(trayVO.getPackageVersion())
.setEco(trayVO.getEco())
.setWorkbenchCode(trayVO.getWorkbenchCode())
.setCate(trayVO.getPackageCate())
.setWeight(trayVO.getWeight())

View File

@ -109,8 +109,7 @@
<tr>
<td>订单号:<span th:text="${info.externalOrderNo}">12255665451615</span></td>
<td>行号:<span th:text="${info.rowNo}">1111</span></td>
<!-- 托盘号已移除,保留空单元格 -->
<td></td>
<td>ECO<span th:text="${info.eco}"></span></td>
<td colspan="2">供应商:<span th:text="${info.supplierName}">1111</span></td>
<td rowspan="3" class="cell-img" style="width: 130px;">
<img alt="" style="width: 100px;" th:src="${info.qrCode}" src="../img/logo1.png"/>