自动化立体仓库 - WCS系统
#
whycq
2023-02-19 25bf31e883fc8b02d14ad342ed1e5a955661ffd7
#
2个文件已修改
2 ■■■ 已修改文件
src/main/webapp/views/console.html 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/pipeline.html 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/console.html
@@ -348,7 +348,6 @@
            url: baseUrl + '/console/barcode/output/site',
            method: 'GET',
            success: function (res) {
                console.log(res)
                if (res.code === 200) {
                    tData = eval(res.data);
                    if (tData.length <= 5) {
src/main/webapp/views/pipeline.html
@@ -229,6 +229,7 @@
            headers: {'token': localStorage.getItem('token')},
            method: 'GET',
            success: function (res) {
                console.log(res)
                if (res.code === 200){
                    ioModeData = res.data;
                    ioModeData.forEach(function (e) {