自动化立体仓库 - WMS系统
#
luxiaotao1123
2020-11-03 d6e6f2b259a08498b0674ee29cf2af314b45dbc5
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,