1
Administrator
2026-04-14 c003a346617235b50463fad3e9f9f95298a167c5
zy-asc-conveyor/src/main/webapp/views/pipeline.html
@@ -786,7 +786,8 @@
                            <th>重量信号</th>
                            <th>空满信号</th>
                            <th>目标站</th>
                            <th>可放/可取</th>
                            <th>条码</th>
                            <th>安全信号</th>
<!--                            <th>高低信号</th>-->
                        </tr>
                        </thead>
@@ -992,6 +993,7 @@
                    <td>${site.weight || '--'}</td>
                    <td>${site.emptyMk || '--'}</td>
                    <td>${site.staNo || '--'}</td>
                    <td>${site.barcode || '--'}</td>
                    <td>${site.allow || '--'}</td>
                </tr>
            `;