自动化立体仓库 - WMS系统
#
luxiaotao1123
2020-08-31 ea7e9e6b45dba0b287d3a71b4fa6d5a13af300d6
src/main/webapp/static/js/pakStore/locCheckOut.js
@@ -119,7 +119,7 @@
    // 获取出库口
    function getOutBound(){
        $.ajax({
            url: baseUrl+"/available/take/site",
            url: baseUrl+"/available/take/check/site",
            headers: {'token': localStorage.getItem('token')},
            method: 'POST',
            async: false,