#
whycq
2023-03-20 d1db7fc8d9726687f554b58cc48bbe063bcc28b4
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) {