#
xjj
2024-02-27 8281fb6cd63fd0a82fa856c3017817fbb33b5924
zy-asrs-wms/src/main/webapp/views/report/locDetl.html
@@ -58,7 +58,7 @@
            page: true,
            limit: 20,
            skin: 'line',
            where: {loc_no: $('#locNo').val()},
            where: {locNo: $('#locNo').val()},
            even: true,
            cellMinWidth: 50,
            cols: [getCol()],
@@ -67,7 +67,6 @@
                pageSize: 'limit'
            },
            parseData: function (res) {
                console.log(res)
                return {
                    'code': res.code,
                    'msg': res.msg,