| | |
| | | </select> |
| | | </li> |
| | | <li> |
| | | <label>排查类型:</label> |
| | | <select name="dangerSrc" th:with="type=${@dict.getType('danger_source')}"> |
| | | <option value="">--请选择排查类型--</option> |
| | | <option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"></option> |
| | | </select> |
| | | </li> |
| | | <li> |
| | | <label>日期区间:</label> |
| | | <select name="dateRangeLedger"> |
| | | <option value="">所有</option> |
| | |
| | | <option value="超期改">超期改</option> |
| | | </select> |
| | | </li> |
| | | |
| | | <li style="display: flex;align-items: center"> |
| | | <label>整改部门:</label> |
| | | <div class="input-group" style="width: 200px;position: relative"> |
| | |
| | | <span class="input-group-addon"><i class="fa fa-search"></i></span> |
| | | </div> |
| | | </li> |
| | | |
| | | <li> |
| | | <a class="btn btn-primary btn-rounded btn-sm" onclick="$.table.search()"><i |
| | | class="fa fa-search"></i> 搜索</a> |
| | |
| | | } |
| | | }, |
| | | { |
| | | field: 'dangerSrc', |
| | | title: '排查类型', |
| | | formatter: function (value, item, index) { |
| | | var label = ""; |
| | | if (value == "1") { |
| | | label = "日常排查"; |
| | | } else if (value == "2") { |
| | | label = "综合性排查"; |
| | | } else if (value == "3") { |
| | | label = "专业性排查"; |
| | | }else if (value == "4") { |
| | | label = "季节性排查"; |
| | | } else if (value == "5") { |
| | | label = "重点时段及节假日前排查"; |
| | | }else if (value == "6") { |
| | | label = "事故类比排查"; |
| | | }else if (value == "7") { |
| | | label = "复产复工前排查"; |
| | | } else if (value == "8") { |
| | | label = "外聘专家诊断式排查"; |
| | | }else if (value == "9") { |
| | | label = "管控措施实效"; |
| | | }else if (value == "10") { |
| | | label = "其他"; |
| | | } else if (value == "11") { |
| | | label = "政府执法检查"; |
| | | } |
| | | return label; |
| | | } |
| | | }, |
| | | { |
| | | field: 'dangerSources', |
| | | title: '隐患来源', |
| | | formatter: function (value, item, index) { |