自动化立体仓库 - WMS系统
1
zhang
2025-06-12 eea34e49d048ed36d4afc3ffa08c08fb38c81e7d
src/main/webapp/static/js/docType/docType.js
@@ -16,8 +16,8 @@
        headers: {token: localStorage.getItem('token')},
        url: baseUrl+'/docType/list/auth',
        page: true,
        limit: 15,
        limits: [15, 30, 50, 100, 200, 500],
        limit: 100,
        limits: [ 100, 200, 500],
        toolbar: '#toolbar',
        cellMinWidth: 50,
        height: 'full-120',