| | |
| | | <li> |
| | | 收储公司:<select class="form-control" name="key"> |
| | | <option value="">所有</option> |
| | | <option th:each="company : ${companyList}" th:value="${company.id}" th:text="${company.dwmc}"> |
| | | <option th:each="company : ${companyList}" th:value="${company.id}" |
| | | th:text="${company.dwmc}"> |
| | | </option> |
| | | </select> |
| | | </li> |
| | |
| | | </option> |
| | | </select> |
| | | </li> |
| | | <li th:if="${viewType == '1'}"> |
| | | 标签:<input type="text" name="name" placeholder="请输入标签"> |
| | | </li> |
| | | <li class="select-time"> |
| | | <label style="width: 100px">抓拍时间:</label> |
| | | <input type="text" class="time-input" style="width: 120px;" id="start" placeholder="开始时间" name="start"/> |
| | | <input type="text" class="time-input" style="width: 120px;" id="start" |
| | | placeholder="开始时间" name="start"/> |
| | | <span>-</span> |
| | | <input type="text" class="time-input" style="width: 120px;" id="end" placeholder="结束时间" name="end"/> |
| | | <input type="text" class="time-input" style="width: 120px;" id="end" placeholder="结束时间" |
| | | name="end"/> |
| | | </li> |
| | | <li> |
| | | <a class="btn btn-primary btn-rounded btn-sm" onclick="searchRecord()"><i |
| | |
| | | |
| | | <div class="meta-item" style="width: 50%"> |
| | | <i class="layui-icon layui-icon-date"></i> |
| | | <span th:text="${snapRecord.snapTime != null ? #dates.format(snapRecord.snapTime, 'yyyy-MM-dd HH:mm') : '无时间'}"></span> </div> |
| | | <span th:text="${snapRecord.snapTime != null ? #dates.format(snapRecord.snapTime, 'yyyy-MM-dd HH:mm') : '无时间'}"></span> |
| | | </div> |
| | | </div> |
| | | <div class="meta-item"> |
| | | <i class="layui-icon layui-icon-home"></i> |
| | |
| | | <th:block th:include="include :: select2-js" /> |
| | | <script th:src="@{/security/snap/snapRecord.js}"></script> |
| | | <script th:inline="javascript"> |
| | | var viewType = [[${viewType}]]; |
| | | var cameraList = [[${cameraList}]]; |
| | | var deptList = [[${deptList}]]; |
| | | var companyList = [[${companyList}]]; |