自动化立体仓库 - WMS系统
#
luxiaotao1123
2022-04-01 1b13c69e4e2bb00bea4e90232a78715d49f1e24f
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,