自动化立体仓库 - WMS系统
zyx
2023-07-17 344a6d6c8c0f27f883615eb01d99ecc019aa7b25
src/main/webapp/views/report/locDetl.html
@@ -35,6 +35,11 @@
        var cols = [
            {field: 'locNo$', align: 'center',title: '库位号'}
        ];
        if(parent.url != null){
            cols = [
                {field: 'locNo', align: 'center',title: '库位号'}
            ];
        }
        cols.push.apply(cols, detlCols);
        return cols;
    }
@@ -50,11 +55,16 @@
            $('#locNo').val(tmp);
        }
        var url = '/locDetl/list/auth';
        if(parent.url != null){
            var url = '/agv/locDetl/list/auth';
        }
        // 数据渲染
        tableIns = table.render({
            elem: '#locDetlByMap',
            headers: {token: localStorage.getItem('token')},
            url: baseUrl+'/locDetl/list/auth',
            url: baseUrl+url,
            page: true,
            limit: 20,
            skin: 'line',