自动化立体仓库 - WCS系统
#
whycq
2024-12-27 dffb5d9f57b6c4782e80ba7b7186ff9d43cfde40
#
1个文件已修改
30 ■■■■ 已修改文件
src/main/webapp/views/index.html 30 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/index.html
@@ -529,21 +529,21 @@
                },
                getTableDataRgv() {
                    let that = this;
                    that.tableDataRgv = busPsto
                    return
                    // $.ajax({
                    //     url: baseUrl + "/rgv/ring/through/rgv/position/data",
                    //     headers: {
                    //         'token': localStorage.getItem('token')
                    //     },
                    //     data: {},
                    //     dataType: 'json',
                    //     contentType: 'application/json;charset=UTF-8',
                    //     method: 'post',
                    //     success: function (res) {
                    //         that.tableDataRgv = res.data
                    //     }
                    // });
                    // that.tableDataRgv = busPsto
                    // return
                    $.ajax({
                        url: baseUrl + "/rgv/ring/through/rgv/position/data",
                        headers: {
                            'token': localStorage.getItem('token')
                        },
                        data: {},
                        dataType: 'json',
                        contentType: 'application/json;charset=UTF-8',
                        method: 'post',
                        success: function (res) {
                            that.tableDataRgv = res.data
                        }
                    });
                },
                getTableDataDev() {
                    let that = this;