【1390】【 告警中心】通知压缩查询搜索条件栏样式调整,增加搜索按钮 #3
Showing
2 changed files
with
12 additions
and
2 deletions
@@ -32,7 +32,11 @@ layui.define(['table', 'form', 'admin', 'layer', 'common', 'sessions', 'xmSelect | @@ -32,7 +32,11 @@ layui.define(['table', 'form', 'admin', 'layer', 'common', 'sessions', 'xmSelect | ||
32 | return false; | 32 | return false; |
33 | } | 33 | } |
34 | }); | 34 | }); |
35 | - | 35 | + //lsq 通知压缩查询增加搜索按钮 2022-06-21 |
36 | + $('#seachNoticemerge').unbind('click').on('click',function (){ | ||
37 | + reloadTable(); | ||
38 | + return false; | ||
39 | + }) | ||
36 | /** | 40 | /** |
37 | * 加载服务信息表格 | 41 | * 加载服务信息表格 |
38 | */ | 42 | */ |
@@ -7851,7 +7851,13 @@ form[lay-filter="activewarning-form"] .layui-inline { | @@ -7851,7 +7851,13 @@ form[lay-filter="activewarning-form"] .layui-inline { | ||
7851 | form[lay-filter="notice_search_form"] .layui-inline { | 7851 | form[lay-filter="notice_search_form"] .layui-inline { |
7852 | margin-top:5px; | 7852 | margin-top:5px; |
7853 | } | 7853 | } |
7854 | -#noticeSearchQueryBtn{ | 7854 | + |
7855 | +/*lsq 通知压缩查询搜索条件栏样式 2022-06-21*/ | ||
7856 | +form[lay-filter="noticemerge-form"] .layui-inline { | ||
7857 | + margin-top:5px; | ||
7858 | +} | ||
7859 | + | ||
7860 | +#noticeSearchQueryBtn,#seachNoticemerge{ | ||
7855 | margin-top:-3px; | 7861 | margin-top:-3px; |
7856 | } | 7862 | } |
7857 | #queryMore{ | 7863 | #queryMore{ |
-
Please register or login to post a comment