| | |
| | | </div> |
| | | </div> |
| | | </div> |
| | | |
| | | <div class="form-group"> |
| | | <label class="col-sm-3 control-label is-required">隐患来源:</label> |
| | | <div class="col-sm-8"> |
| | | <select name="dangerSrc" class="form-control m-b" th:with="type=${@dict.getType('danger_source')}" required> |
| | | <option value="">--请选择隐患来源--</option> |
| | | <option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"></option> |
| | | </select> |
| | | </div> |
| | | </div> |
| | | |
| | | <div class="form-group"> |
| | | <label class="col-sm-3 control-label is-required">隐患名称:</label> |
| | |
| | | </div> |
| | | </div> |
| | | |
| | | <div class="form-group showByDangerLevelChange"> |
| | | <label class="col-sm-3 control-label is-required">隐患来源:</label> |
| | | <div class="col-sm-8"> |
| | | <select name="dangerSrc" class="form-control m-b" th:with="type=${@dict.getType('danger_source')}" required> |
| | | <option value="">--请选择隐患来源--</option> |
| | | <option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"></option> |
| | | </select> |
| | | </div> |
| | | </div> |
| | | <!-- <div class="form-group showByDangerLevelChange">--> |
| | | <!-- <label class="col-sm-3 control-label is-required">隐患来源:</label>--> |
| | | <!-- <div class="col-sm-8">--> |
| | | <!-- <select name="dangerSrc" class="form-control m-b" th:with="type=${@dict.getType('danger_source')}" required>--> |
| | | <!-- <option value="">--请选择隐患来源--</option>--> |
| | | <!-- <option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"></option>--> |
| | | <!-- </select>--> |
| | | <!-- </div>--> |
| | | <!-- </div>--> |
| | | |
| | | <div class="form-group showByDangerLevelChange"> |
| | | <label class="col-sm-3 control-label is-required">隐患类型:</label> |
| | |
| | | }); |
| | | } |
| | | |
| | | $("input[name='findTime']").datetimepicker({ |
| | | format: "yyyy-mm-dd", |
| | | minView: "month", |
| | | autoclose: true |
| | | }); |
| | | |
| | | /*核查人 选择 start*/ |
| | | function selectExamineUser() { |
| | | var url = ctx + "system/user/selectUserListByParentSonCompany"; |
| | |
| | | format: "yyyy-mm-dd hh:ii", |
| | | autoclose: true |
| | | }); |
| | | $("input[name='findTime']").datetimepicker({ |
| | | format: "yyyy-mm-dd", |
| | | minView: "month", |
| | | autoclose: true |
| | | }); |
| | | }); |
| | | |
| | | |
| | |
| | | // } |
| | | // }); |
| | | // }); |
| | | |
| | | layui.use('upload', function() { |
| | | var $ = layui.jquery; |
| | | upload = layui.upload; |