From 75a6bc306d469b4e262e7a600e3fa52df289ceca Mon Sep 17 00:00:00 2001
From: zzr99 <1940172413@qq.com>
Date: 星期一, 08 八月 2022 11:03:29 +0800
Subject: [PATCH] 威龙测试修复
---
WebTM/views/设备管理/设备档案/Gy_EquipFileMainList.html | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
diff --git "a/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/\350\256\276\345\244\207\346\241\243\346\241\210/Gy_EquipFileMainList.html" "b/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/\350\256\276\345\244\207\346\241\243\346\241\210/Gy_EquipFileMainList.html"
index 128a16d..8c4f4c2 100644
--- "a/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/\350\256\276\345\244\207\346\241\243\346\241\210/Gy_EquipFileMainList.html"
+++ "b/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/\350\256\276\345\244\207\346\241\243\346\241\210/Gy_EquipFileMainList.html"
@@ -133,7 +133,10 @@
get_FastQuery();
});
-
+ //閲嶇疆鎸夐挳
+ form.on('submit(btnReSearch)', function (data) {
+ get_Refresh();
+ });
//#endregion
@@ -154,11 +157,9 @@
, toolbar: '#toolbarDemo'
, height: 'full-50'
, page: true
- , limits: [50,200,500,1000,5000,10000]
+ , limits: [50, 500, 5000, 20000]
, limit: 50 //姣忛〉榛樿鏄剧ず鐨勬暟閲�
, cellMinWidth: 200
- , limit: 50
- , limits: [50, 200, 500, 1000, 5000, 10000]
, cols: [[
{ type: 'checkbox', fixed: 'left' }
, { field: 'hmainid', title: 'hmainid', sort: true, hide: true }
@@ -241,7 +242,7 @@
var HNumber = $("#HNumber").val();
var HName = $("#HName").val();
if (HNumber) {
- sWhere += " and 璁惧缂栧彿 like '%" + HNumber + "%'";
+ sWhere += " and 璁惧浠g爜 like '%" + HNumber + "%'";
}
if (HName) {
sWhere += " and 璁惧鍚嶇О like '%" + HName + "%'";
--
Gitblit v1.9.1