自动化立体仓库 - WMS系统
Junjie
2023-05-25 eb9e30160e01dbf905d5514c3b6a07f5d12023ff
src/main/webapp/static/js/order/order.js
@@ -335,7 +335,7 @@
                                    let item = selectList[i];
                                    // 查询物料详情
                                    $.ajax({
                                        url: baseUrl+"/mat/covert/"+item.value+"/auth",
                                        url: baseUrl+"/mat/covert/"+btoa(item.value)+"/auth",
                                        headers: {'token': localStorage.getItem('token')},
                                        method: 'GET',
                                        async: false,