#
luxiaotao1123
2024-03-21 1173e7f809980e10f1f0c30a0357ada8f9a416ac
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],