自动化立体仓库 - WMS系统
pang.jiabao
2025-06-09 e46ea3878b409c8a999bf653c3584d122738efb7
src/main/webapp/static/js/pakStore/emptyOut.js
@@ -37,11 +37,11 @@
    tableIns = table.render({
        elem: '#locMast',
        headers: {token: localStorage.getItem('token')},
        url: baseUrl+'/locMast/list/auth',
        url: baseUrl+'/locMast/emptyList/auth',
        page: true,
        limit: 16,
        limits: [16, 30, 50, 100, 200, 500],
        where: {loc_sts: "D"},
        where: {},
        even: true,
        toolbar: '#toolbar',
        defaultToolbar: ['filter'],