自动化立体仓库 - WMS系统
zhangc
2025-02-14 7bfa9060b502cb47a02b0ed830bc333141f9f50d
src/main/webapp/static/js/agvWrkDetlLog/wrkDetlLog.js
@@ -2,10 +2,10 @@
function getCol() {
    var cols = [
        {field: 'wrkNo', align: 'center',title: '工作号'}
        ,{field: 'ioTime$', align: 'center',title: '工作时间'}
        ,{field: 'modiTime$', align: 'center',title: '工作时间'}
    ];
    cols.push(
        //{field: 'suppCode', align: 'center',title: '料箱码'},
        //{field: 'suppCode', align: 'center',title: '货架码'},
        {field: 'anfme', align: 'center',title: '数量'});
    arrRemove(detlCols,  'field', 'zpallet');
    cols.push.apply(cols, detlCols);
@@ -43,7 +43,8 @@
                'code': res.code,
                'msg': res.msg,
                'count': res.data.total,
                'data': res.data.records
                'data': res.data.records,
                'countData': res.data.count
            }
        },
        response: {
@@ -63,6 +64,7 @@
                    res.data[_index][data.value] = 'N';
                }
            });
        }
    });
@@ -135,6 +137,7 @@
                break;
            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) {