From 642db6221070fcfecdf04d9315df8af735dbc367 Mon Sep 17 00:00:00 2001 From: pang.jiabao <pang_jiabao@163.com> Date: 星期五, 07 二月 2025 10:35:36 +0800 Subject: [PATCH] 出库提取界面,表头固定 --- src/main/webapp/views/pla/locDetlQuery.html | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/main/webapp/views/pla/locDetlQuery.html b/src/main/webapp/views/pla/locDetlQuery.html index 460df3f..58d9226 100644 --- a/src/main/webapp/views/pla/locDetlQuery.html +++ b/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, -- Gitblit v1.9.1