自动化立体仓库 - WMS系统
pang.jiabao
2025-04-09 9149e4b2327bad321c74183f1e80f9c7b3e1e1ee
src/main/webapp/static/js/locDetlStatis/locDetlStatis.js
@@ -1,12 +1,12 @@
var pageCurr;
function getCol() {
    var cols = [
        {field: 'anfme', align: 'center',title: '库存数量', style: 'font-weight: bold'}
        {field: 'anfme', align: 'center',title: 'Количество в наличии', style: 'font-weight: bold'}
    ];
    arrRemove(detlCols, "field", "anfme")
    arrRemove(detlCols, "field", "zpallet")
    cols.push.apply(cols, detlCols);
    // cols.push({field: 'anfme', align: 'center',title: '数量', style: 'font-weight: bold'}
    // cols.push({field: 'anfme', align: 'center',title: 'Количество', style: 'font-weight: bold'}
    // )
    return cols;
}
@@ -109,7 +109,7 @@
                layer.closeAll('loading');
                break;
            case 'exportData':
                layer.confirm('确定导出Excel吗', {shadeClose: true}, function(){
                layer.confirm('Подтвердить экспорт в Excel?', {shadeClose: true}, function(){
                    var titles=[];
                    var fields=[];
                    obj.config.cols[0].map(function (col) {