自动化立体仓库 - WMS系统
zhangc
2024-12-05 55129aa7f1f5910e88f7c615502c27a18e427815
src/main/webapp/static/js/wrkMastDetlLog/wrkMastDetlLog.js
@@ -1,5 +1,6 @@
var pageCurr;
var pageLimit;
function getCol() {
    var cols = [
        {field: 'wrkNo', align: 'center',title: '工作号'}
@@ -105,6 +106,7 @@
                'count': res.data.total,
                'data': res.data.records,
                'limit': res.data.size,
                'countData': res.count
            }
        },
        response: {
@@ -117,6 +119,11 @@
            pageCurr=curr;
            pageLimit=res.limit;
            limit();
            var d ="当页总数量:";
            Object.keys(res.countData).forEach(key => {
                d = d + key + "--" + res.countData[key]+"; ";
            });
            $("#countData").text(d);
        }
    });
@@ -316,6 +323,7 @@
        }, 300);
    }
    layDateRender();
});