From 5d0510e87c501b7eaf0ec3d9cf128e243cc53d70 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期三, 20 十二月 2023 10:53:55 +0800
Subject: [PATCH] Gy_BankList.html、Gy_CustomerList.html、Gy_DepartmentList.html、Gy_EmployeeList.html、Gy_SellStyle.html、Gy_SettleStyle.html、Gy_UnitList.html、Gy_WarehouseList.html:增加回车键触发过滤

---
 WebTM/views/Baseset/基础资料/Gy_ClassTimePrjGroupList.html |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git "a/WebTM/views/Baseset/\345\237\272\347\241\200\350\265\204\346\226\231/Gy_ClassTimePrjGroupList.html" "b/WebTM/views/Baseset/\345\237\272\347\241\200\350\265\204\346\226\231/Gy_ClassTimePrjGroupList.html"
index 84cdcc6..a29eac7 100644
--- "a/WebTM/views/Baseset/\345\237\272\347\241\200\350\265\204\346\226\231/Gy_ClassTimePrjGroupList.html"
+++ "b/WebTM/views/Baseset/\345\237\272\347\241\200\350\265\204\346\226\231/Gy_ClassTimePrjGroupList.html"
@@ -77,7 +77,9 @@
                 , { field: 'HNumber', title: '鏍哥畻鏂瑰紡缁勪唬鐮�' }
                 , { field: 'HName', title: '鏍哥畻鏂瑰紡缁勫悕绉�', sort: true }
               ]]
-              , page: true
+                , page: true
+                , limits: [50, 500, 5000, 50000],
+                limit: 50
             });
             ///鍔犺浇鏄剧ず鏁版嵁
             function RoadQuery(Where) {

--
Gitblit v1.9.1