自动化立体仓库 - WMS系统
zyx
2023-08-04 3f30983db5b3cd2b25cb215579501a2ef134883c
src/main/webapp/views/agvBasDevp/basDevpWaitPakinDetail.html
@@ -52,16 +52,16 @@
        }else {
            $('#zpallet').val(tmp);
        }
        // 数据渲染
        tableIns = table.render({
            elem: '#locDetlByMap',
            headers: {token: localStorage.getItem('token')},
            url: baseUrl+'/agv/waitPakin/list/auth',
            url: baseUrl+'/agv/basDevp/detail/list/auth',
            page: true,
            limit: 20,
            skin: 'line',
            where: {zpallet: $('#zpallet').val()},
            //where: {zpallet: $('#zpallet').val()},
            where: {devNo: parent.devNo},
            even: true,
            cellMinWidth: 50,
            cols: [getCol()],