自动化立体仓库 - WMS系统
#
luxiaotao1123
2022-04-01 e64a8134fa282704744dff90fb64ab5f666c823d
src/main/webapp/static/js/order/order.js
@@ -306,7 +306,7 @@
                                    if (existMats.indexOf(item.value) === -1) {
                                        // 查询物料详情
                                        $.ajax({
                                            url: baseUrl+"/matCode/covert/"+item.value+"/auth",
                                            url: baseUrl+"/mat/covert/"+item.value+"/auth",
                                            headers: {'token': localStorage.getItem('token')},
                                            method: 'GET',
                                            async: false,