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,