czt
18 小时以前 e879b827a46e9e702f6cd80be9afdf4d35799947
抓拍页面布局调整
已修改1个文件
23 ■■■■■ 文件已修改
fzzy-igdss-web/src/main/resources/templates/security/snap/snapRecord/snapRecord.html 23 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
fzzy-igdss-web/src/main/resources/templates/security/snap/snapRecord/snapRecord.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="zh" xmlns:th="http://www.thymeleaf.org">
<html lang="zh" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
@@ -17,14 +17,21 @@
            <form id="snapRecord-form">
                <div class="select-list">
                    <ul>
                        <li class="select-time">
                            <label style="width: 100px">抓拍时间: </label>
                            <input type="text" class="time-input" id="start" placeholder="开始时间" name="start"/>
                            <span>-</span>
                            <input type="text" class="time-input" id="end" placeholder="结束时间" name="end"/>
                        <li>
                            收储公司:<select name="companyId">
                            <option value="all">所有</option>
                        </select>
                        </li>
                        <li>
                            标签:<input type="text" name="key"/>
                            所选库区:<select name="deptId">
                            <option value="">所有</option>
                        </select>
                        </li>
                        <li class="select-time">
                            <label>抓拍时间: </label>
                            <input type="text" class="time-input" style="width: 120px;" id="start" placeholder="开始时间" name="params[begin]"/>
                            <span>-</span>
                            <input type="text" class="time-input" style="width: 120px;" id="end" placeholder="结束时间" name="params[end]"/>
                        </li>
                        <li>
                            <a class="btn btn-primary btn-rounded btn-sm" onclick="searchRecord()"><i
@@ -43,7 +50,7 @@
        </div>
        <div class="col-sm-12 " style="padding-top: 10px;">
        <div class="col-sm-12 " style="padding-top: 10px;background: #FFFFFF;margin-top: 10px;">
            <!-- 图片网格 -->
            <div class="gallery-grid" id="gallery-container">
                <!-- 图片为空时显示 -->