自动化立体仓库 - WMS系统
#
lsh
2024-10-16 adcfd92279f68d2353e2caa5522f71282f6e0943
src/main/webapp/static/js/basCrnp/basCrnp.js
@@ -12,7 +12,8 @@
        headers: {token: localStorage.getItem('token')},
        url: baseUrl+'/basCrnp/list/auth',
        page: true,
        limit: 10,
        limit: 16,
        limits: [16, 30, 50, 100, 200, 500],
        toolbar: '#toolbar',
        cellMinWidth: 50,
        cols: [[
@@ -47,7 +48,7 @@
            // ,{field: 'ctlHp', align: 'center',title: ''}
            // ,{field: 'ctlRest', align: 'center',title: ''}
            // ,{field: 'empIn', align: 'center',title: ''}
            // ,{field: 'tankQty', align: 'center',title: ''}
            ,{field: 'tankQty', align: 'center',title: '移库开关',sort: true}
            // ,{field: 'tankQty1', align: 'center',title: ''}
            ,{fixed: 'right', title:'操作', align: 'center', toolbar: '#operate', width:150}