自动化立体仓库 - WMS系统
pang.jiabao
2025-02-07 642db6221070fcfecdf04d9315df8af735dbc367
出库提取界面,表头固定
1个文件已修改
12 ■■■■ 已修改文件
src/main/webapp/views/pla/locDetlQuery.html 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/pla/locDetlQuery.html
@@ -270,12 +270,12 @@
            url: baseUrl+'/pla/list/auth?step=2',
            page: true,
            totalRow: true, // 开启合计行
            height: function(){
                var otherHeight = $('.function-area').outerHeight() + $('#search-box').outerHeight(); // 自定义其他区域的高度
                console.log($(window).height() - otherHeight);
                return $(window).height() - otherHeight - 100; // 返回 number 类型
            },
            //height: 'full',
            // height: function(){
            //     var otherHeight = $('.function-area').outerHeight() + $('#search-box').outerHeight(); // 自定义其他区域的高度
            //     console.log($(window).height() - otherHeight);
            //     return $(window).height() - otherHeight - 100; // 返回 number 类型
            // },
            height: '500',
            limit: 500,
            limits: [500,1000],
            even: true,