From 6b218973dcf03a3601373ebe13fddd7a8896d68f Mon Sep 17 00:00:00 2001
From: pang.jiabao <pang_jiabao@163.com>
Date: 星期二, 25 二月 2025 12:51:01 +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