自动化立体仓库 - WMS系统
#
zjj
2024-06-08 baad0e3b42362d153d1341cf350bb2627eae60e6
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: {