自动化立体仓库 - WMS系统
pang.jiabao
2025-11-07 90f1bff060e0ddca05e9a8e4f2f841d1c6c0a574
src/main/webapp/static/js/basProcessProcedures/basProcessProcedures.js
@@ -21,10 +21,10 @@
        cellMinWidth: 50,
        height: 'full-120',
        cols: [[
            {type: 'checkbox'}
            ,{field: 'id', align: 'center',title: 'ID'}
            ,{field: 'boxSpecs', align: 'center',title: '任务号'}
            ,{field: 'boxType', align: 'center',title: '堆垛机'}
            // {type: 'checkbox'},
            // {field: 'id', align: 'center',title: 'ID'},
            {field: 'boxSpecs', align: 'center',title: '工序名'}
            ,{field: 'boxType', align: 'center',title: '工序号'}
            ,{fixed: 'right', title:'操作', align: 'center', toolbar: '#operate', width:120}
        ]],