自动化立体仓库 - WMS系统
pang.jiabao
2025-07-20 90e8096a24e55fa40fbd5dbf7b9d94a6d88940d7
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'],