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