自动化立体仓库 - WMS系统
#
luxiaotao1123
2020-09-09 14d3e374dafbc6d2f25de46178abe28a2d4fbc29
src/main/webapp/static/js/wrkMast/wrkMast.js
@@ -20,7 +20,7 @@
        cellMinWidth: 50,
        cols: [[
            {type: 'checkbox'}
            ,{field: 'wrkNo', align: 'center',title: '工作号',sort: true}
            ,{field: 'wrkNo', align: 'center',title: '工作号',sort: true, width: 85}
            ,{field: 'ioTime$', align: 'center',title: '工作时间',sort: true, width: 160}
            ,{field: 'wrkSts$', align: 'center',title: '工作状态'}
            ,{field: 'ioType$', align: 'center',title: '入出库类型'}
@@ -64,7 +64,7 @@
            //         return html;
            //     }}
            ,{fixed: 'right', title:'操作', align: 'center', toolbar: '#operate', width:200}
            ,{fixed: 'right', title:'操作', align: 'center', toolbar: '#operate', width:230}
        ]],
        request: {
            pageName: 'curr',