自动化立体仓库 - WMS系统
1
zhangc
2025-03-24 002f10f7d38dc6791d26a69d061e6b17f9980fd0
src/main/webapp/static/js/report/workIn.js
@@ -3,6 +3,9 @@
    var cols = [
        {field: 'ioTime$', align: 'center', title: '入库日期', width: 200}
        ,{field: 'loc_no', align: 'center',title: '库位号'}
        ,{field: 'floor', align: 'center',title: '楼层'}
        ,{field: 'loc_type1$', align: 'center',title: '库位类型'}
    ];
    cols.push.apply(cols, detlCols);
    return cols;
@@ -80,6 +83,7 @@
        switch(obj.event) {
            case 'exportData':
                layer.confirm('确定导出Excel吗', {shadeClose: true}, function(){
                    layer.load(2, {time: 600*1000});
                    var titles=[];
                    var fields=[];
                    obj.config.cols[0].map(function (col) {
@@ -92,6 +96,7 @@
                    $.each($('#search-box [name]').serializeArray(), function() {
                        param += this.name + '=' + this.value + '&';
                    });
                    console.log(param);
                    window.location.href = baseUrl + "/report/download/in" + param;
                    layer.closeAll();
                    // var exportData = {};