#
Junjie
2023-12-29 558333b7a634d346c0ec990ae9b1993fdae77344
zy-asrs-wms/src/main/webapp/views/wrkMastLog/wrkDetlLog.html
@@ -54,8 +54,8 @@
        tableIns1 = table.render({
            elem: '#wrkDetlLogByMast',
            headers: {token: localStorage.getItem('token')},
            url: baseUrl+'/wrkDetlLogByMast/list/auth',
            where: {wrk_no: parent.wrkNo,ioTime: top.dateToStr(parent.ioTime, true)},
            url: baseUrl+'/wrkDetlLog/page/auth',
            where: {wrk_mast_id: parent.wrkMastId},
            page: true,
            limit: 16,
            limits: [16, 30, 50, 100, 200, 500],