|
@@ -17,12 +17,12 @@
|
|
|
<div class="select-list">
|
|
|
<ul>
|
|
|
<li>
|
|
|
- 查询名称:<input type="text" name="loginName"/>
|
|
|
+ 服务编号:<input type="text" name="serviceTypeNumber"/>
|
|
|
</li>
|
|
|
<li>
|
|
|
- 手机号码:<input type="text" name="phonenumber"/>
|
|
|
+ 服务名称:<input type="text" name="serviceTypeName"/>
|
|
|
</li>
|
|
|
- <li>
|
|
|
+
|
|
|
用户状态:<select name="status" th:with="type=${@dict.getType('sys_normal_disable')}">
|
|
|
<option value="">所有</option>
|
|
|
<option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"></option>
|
|
@@ -33,7 +33,7 @@
|
|
|
<input type="text" class="time-input" id="startTime" placeholder="开始时间" name="params[beginTime]"/>
|
|
|
<span>-</span>
|
|
|
<input type="text" class="time-input" id="endTime" placeholder="结束时间" name="params[endTime]"/>
|
|
|
- </li>
|
|
|
+ </li>-->
|
|
|
<li>
|
|
|
<a class="btn btn-primary btn-rounded btn-sm" onclick="$.table.search()"><i class="fa fa-search"></i> 搜索</a>
|
|
|
<a class="btn btn-warning btn-rounded btn-sm" onclick="resetPre()"><i class="fa fa-refresh"></i> 重置</a>
|
|
@@ -79,7 +79,7 @@
|
|
|
|
|
|
$(function() {
|
|
|
var panehHidden = false;
|
|
|
- if ($(this).width() < 769) {
|
|
|
+ if ($(this).width() < 1590) {
|
|
|
panehHidden = true;
|
|
|
}
|
|
|
$('body').layout({ initClosed: panehHidden, west__size: 185, resizeWithWindow: false });
|
|
@@ -190,7 +190,6 @@
|
|
|
$('#btnRefresh').click(function() {
|
|
|
queryDeptTree();
|
|
|
});
|
|
|
-
|
|
|
/* 自定义重置-表单重置/隐藏框/树节点选择色/搜索 */
|
|
|
function resetPre() {
|
|
|
resetDate();
|