#
tqs
2023-02-25 5148524e6ea34d19cd9539061799bd111c731e8e
src/main/webapp/views/pipeline.html
@@ -140,7 +140,7 @@
                        <th>入库标记</th>
                        <th>空板信号</th>
                        <th>目标站</th>
                        <th>长短库位</th>
                        <th>大小库位</th>
                    </tr>
                    </thead>
                    <!-- 表格内容 -->
@@ -229,7 +229,6 @@
            headers: {'token': localStorage.getItem('token')},
            method: 'GET',
            success: function (res) {
                console.log(res)
                if (res.code === 200){
                    ioModeData = res.data;
                    ioModeData.forEach(function (e) {