自动化立体仓库 - WMS系统
zhangc
2025-01-07 ce43df438a4bbef5b9ffaed0a33a97db6e88fbf1
src/main/webapp/static/js/wrkMastDetlLog/wrkMastDetlLog.js
@@ -121,7 +121,7 @@
            limit();
            var d ="当页总数量:";
            Object.keys(res.countData).forEach(key => {
                d = d + key + "--" + res.countData[key]+"; ";
                d = d + key + ":" + res.countData[key]+"; ";
            });
            $("#countData").text(d);
        }