自动化立体仓库 - WMS系统
#
LSH
2023-12-15 43a90d017c9c54ca8683b30b61ae79934fe05a85
src/main/webapp/static/js/stkPlcm/stkPlcm.js
@@ -17,8 +17,8 @@
        toolbar: '#toolbar',
        cellMinWidth: 50,
        cols: [[
            {type: 'checkbox'}
            ,{field: 'ioTime$', align: 'center',title: '日期'}
            // {type: 'checkbox'}
            {field: 'ioTime$', align: 'center',title: '日期'}
            ,{field: 'wrkNo', align: 'center',title: '工作号'}
            ,{field: 'locNo$', align: 'center',title: '库位号',event: 'locNo', style: 'cursor:pointer'}
            ,{field: 'crnError$', align: 'center',title: '异常码'}
@@ -137,7 +137,7 @@
                }
                break;
            case 'exportData':
                layer.confirm('确定导出Excel吗', function(){
                layer.confirm('确定导出Excel吗', {shadeClose: true}, function(){
                    var titles=[];
                    var fields=[];
                    obj.config.cols[0].map(function (col) {