| | |
| | | </li> |
| | | <li> |
| | | 所选库区:<select class="form-control" name="deptId"> |
| | | <option value="">所有</option> |
| | | <option th:each="dept : ${deptList}" th:value="${dept.id}" th:text="${dept.kqmc}"> |
| | | <option th:each="dept : ${deptList}" th:value="${dept.id}" th:text="${dept.kqmc}" |
| | | th:selected="${dept.id == defaultDeptId}"> |
| | | </option> |
| | | </select> |
| | | </li> |
| | |
| | | </li> |
| | | <li class="select-time"> |
| | | <label style="width: 100px">事件时间: </label> |
| | | <input type="text" class="time-input" style="width: 140px;" id="start" placeholder="开始时间" name="start"/> |
| | | <input type="text" class="time-input" style="width: 140px;" id="start" |
| | | placeholder="开始时间" name="start"/> |
| | | <span>-</span> |
| | | <input type="text" class="time-input" style="width: 140px;" id="end" placeholder="结束时间" name="end"/> |
| | | <input type="text" class="time-input" style="width: 140px;" id="end" placeholder="结束时间" |
| | | name="end"/> |
| | | </li> |
| | | <li> |
| | | <a class="btn btn-primary btn-rounded btn-sm" onclick="searchRecord()"><i |