自动化立体仓库 - WMS系统
1
zhang
2025-07-03 b51eadaa66a5c0ee6da0e418a3ba193dfc878fca
src/main/webapp/static/js/report/workCountOut.js
@@ -34,11 +34,12 @@
            limitName: 'pageSize'
        },
        parseData: function (res) {
            $('#countNum').text(res.data.sum + '个');
            return {
                'code': res.code,
                'msg': res.msg,
                'count': res.data.total,
                'data': res.data.records
                'count': res.data.page.total,
                'data': res.data.page.records
            }
        },
        response: {