自动化立体仓库 - WMS系统
#
luxiaotao1123
2020-06-13 5cffd2d4226daaf981f0a341f9cd327e924f6619
src/main/webapp/static/js/pakStore/emptyOut.js
@@ -9,10 +9,10 @@
    // 获取出库口
    function getOutBound(){
        $.ajax({
            url: baseUrl+"/available/take/site",
            url: baseUrl+"/available/empty/take/site",
            headers: {'token': localStorage.getItem('token')},
            method: 'POST',
            asymc: false,
            async: false,
            success: function (res) {
                if (res.code === 200){
                    var tpl = $("#takeSiteSelectTemplate").html();
@@ -36,6 +36,7 @@
        url: baseUrl+'/locMast/list/auth',
        page: true,
        limit: 16,
        where: {loc_type: "D"},
        even: true,
        toolbar: '#toolbar',
        defaultToolbar: ['filter'],