| | |
| | | <!-- <input id="createUserId" name="createUserId" type="hidden" th:field="*{createUserId}"/>--> |
| | | <!-- <input id="createBy" name="createBy" type="hidden" th:field="*{createBy}"/>--> |
| | | <div class="form-group"> |
| | | <label class="col-sm-3 control-label">风险分析对象:</label> |
| | | <label class="col-sm-3 control-label is-required">风险分析对象:</label> |
| | | <div class="col-sm-8"> |
| | | <select id="hazardCode" name="hazardCode" th:field="*{hazardCode}" class="form-control"> |
| | | <select id="hazardCode" name="hazardCode" th:field="*{hazardCode}" class="form-control" required> |
| | | <option th:each="hazard : ${hazardList}" th:text="${hazard.riskListName}" th:value="${hazard.riskListNum}"></option> |
| | | </select> |
| | | </div> |
| | |
| | | var prefix = ctx + "tr/specialCheckTaskLog"; |
| | | |
| | | $("input[name='checkDate']").datetimepicker({ |
| | | format: "yyyy-MM-dd", |
| | | format: "yyyy-mm-dd", |
| | | minView: "month", |
| | | autoclose: true |
| | | }); |