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,