| | |
| | | <div class="select-list"> |
| | | <ul> |
| | | <li> |
| | | 所属库区:<input type="text" name="deptId"/> |
| | | 收储公司:<select name="companyId"> |
| | | <option value="all">所有</option> |
| | | </select> |
| | | </li> |
| | | <li> |
| | | 所属仓库:<input type="text" name="depotId"/> |
| | | 所选库区:<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 |
| | |
| | | </div> |
| | | </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"> |
| | | <!-- 事件为空时显示 --> |