zwl
2025-09-12 7e10622ead5bd8b3ce0c9fda39d22ae0e938e030
zy-asrs-wms/src/main/webapp/views/wrkMast/wrkDetl.html
@@ -33,7 +33,7 @@
            {field: 'wrkNo', align: 'center',title: '工作号'}
            ,{field: 'ioTime$', align: 'center',title: '工作时间'}
        ];
        cols.push.apply(cols, detlCols);
        cols.push.apply(cols, detlColsWrkDetl);
        return cols;
    }
    layui.use(['table','laydate', 'form'], function() {
@@ -46,8 +46,8 @@
        tableIns1 = table.render({
            elem: '#wrkDetlByMast',
            headers: {token: localStorage.getItem('token')},
            url: baseUrl+'/wrkDetl/list/auth',
            where: {wrk_no: parent.wrkNo},
            url: baseUrl+'/wrkDetl/page/auth',
            where: {wrk_mast_id: parent.wrkMastId},
            page: true,
            limit: 16,
            limits: [16, 30, 50, 100, 200, 500],