自动化立体仓库 - WMS系统
#
LSH
2023-05-23 a5a600575d1c827bcd125d2f4cea374d72f5236a
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,