自动化立体仓库 - WMS系统
luxiaotao1123
2020-07-29 07d060bf1e55fb57b3ca60210c7abd484a6ee806
#当前本版十分完美、冻结
2个文件已修改
6 ■■■■■ 已修改文件
src/main/webapp/static/js/report/workIn.js 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/report/workOut.js 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/report/workIn.js
@@ -22,7 +22,8 @@
        headers: {token: localStorage.getItem('token')},
        url: baseUrl+'/report/viewWorkInList.action',
        page: true,
        limit: 10,
        limit: 16,
        limits: [16, 30, 50, 100, 200, 500],
        toolbar: '#toolbar',
        cellMinWidth: 50,
        cols: [getCol()],
src/main/webapp/static/js/report/workOut.js
@@ -24,7 +24,8 @@
        headers: {token: localStorage.getItem('token')},
        url: baseUrl+'/report/viewWorkOutList.action',
        page: true,
        limit: 10,
        limit: 16,
        limits: [16, 30, 50, 100, 200, 500],
        toolbar: '#toolbar',
        cellMinWidth: 50,
        cols: [getCol()],