自动化立体仓库 - WMS系统
1
zhang
2025-07-15 13bdad370f0b35b68f79a75f8183a23135e45225
src/main/webapp/static/js/agvLocDetlStatis/locDetlStatis.js
@@ -114,6 +114,7 @@
        switch (obj.event) {
            case 'exportAll':
                layer.confirm('确定导出Excel吗', {shadeClose: true}, function () {
                    layer.load(2, {time: 600*1000});
                    var titles = [];
                    var fields = [];
                    obj.config.cols[0].map(function (col) {
@@ -154,6 +155,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) {