自动化立体仓库 - WMS系统
pjb
2025-07-28 f9129a94e2b579cbfc70086458f4b05096e26677
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: {