双重预防项目-国泰新华二开定制版
马宇豪
2024-06-17 326c87fed063066712ebb9e408a30d669f8681d3
src/main/resources/templates/tr/specialCheckTaskLog/edit.html
@@ -13,9 +13,9 @@
<!--        <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>
@@ -62,7 +62,7 @@
    var prefix = ctx + "tr/specialCheckTaskLog";
    $("input[name='checkDate']").datetimepicker({
        format: "yyyy-MM-dd",
        format: "yyyy-mm-dd",
        minView: "month",
        autoclose: true
    });