自动化立体仓库 - WMS系统
#
vincent
2020-05-25 e5d31b50665bb61328d73194eec68a8eaefbdb66
src/main/webapp/static/js/report/inOut.js
@@ -11,7 +11,7 @@
    tableIns = table.render({
        elem: '#inOut',
        headers: {token: localStorage.getItem('token')},
        url: '/report/viewInOutList.action',
        url: baseUrl+'/report/viewInOutList.action',
        page: true,
        limit: 10,
        toolbar: '#toolbar',
@@ -89,7 +89,7 @@
                        'fields': fields
                    };
                    $.ajax({
                        url: "/report/viewInOutList.action",
                        url: baseUrl+"/report/viewInOutList.action",
                        headers: {'token': localStorage.getItem('token')},
                        data: JSON.stringify(param),
                        dataType:'json',