From 5418a5c0bc29235f4ea2bc0e7ee23b424366aa0b Mon Sep 17 00:00:00 2001
From: yuyou_x <2336760928@qq.com>
Date: 星期二, 27 二月 2024 10:27:55 +0800
Subject: [PATCH] 1

---
 HTML/views/HouseWithinSetting/StockCheckSelectPallet.html |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/HTML/views/HouseWithinSetting/StockCheckSelectPallet.html b/HTML/views/HouseWithinSetting/StockCheckSelectPallet.html
index 5f53cbc..978d36d 100644
--- a/HTML/views/HouseWithinSetting/StockCheckSelectPallet.html
+++ b/HTML/views/HouseWithinSetting/StockCheckSelectPallet.html
@@ -9,6 +9,14 @@
 	<meta name="viewport"
 		content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=0">
 	<link rel="stylesheet" href="../../layuiadmin/layui/css/layui.css" media="all">
+	<script>
+		// 杩欓噷鏄渶瑕佸湪椤甸潰娓叉煋涔嬪墠鎵ц鐨勪唬鐮�
+		document.addEventListener("DOMContentLoaded", function() {
+			
+			//鑾峰彇table榛樿鏄剧ず鏁�
+			pageCntFirst();
+		});
+	  </script>
 </head>
 
 <body>
@@ -142,8 +150,9 @@
 					where: param,
                     id: 'goods-list',
                     page: true,
-                    limit: pageCnt,
-                    limits: pageLimits,
+					even: true,
+					limit: pageCnt,
+					limits: pageLimits,
                     cellMinWidth: 80, //鍏ㄥ眬瀹氫箟甯歌鍗曞厓鏍肩殑鏈�灏忓搴︼紝layui 2.2.1 鏂板
                     cols: [
                     [

--
Gitblit v1.8.0