双重预防项目-国泰新华二开定制版
heheng
2025-06-24 e98eeaaa5766511fdb8e6d5e412eb1c59d1f07ce
src/main/resources/templates/tr/hiddenDangerCheck/dangerReport/detailNotDanger.html
@@ -60,7 +60,19 @@
                    </div>
                </div>
            </div>
            <div class="col-sm-6">
                <div class="form-group">
                    <label class="col-sm-4 control-label">隐患来源:</label>
                    <div class="col-sm-8">
                        <select th:field="*{dangerSrc}" class="form-control m-b" th:with="type=${@dict.getType('danger_source')}" readonly="readonly">
                            <option value="" disabled>--请选择隐患来源--</option>
                            <option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}" disabled></option>
                        </select>
                    </div>
                </div>
            </div>
        </div>
        <div class="row">
            <div class="col-sm-6">
@@ -142,7 +154,9 @@
                <div class="form-group">
                    <label class="col-sm-4 control-label  ">隐患发现时间:</label>
                    <div class="col-sm-8">
                        <input th:value="*{findTime}" class="form-control" type="text" readonly="readonly">
<!--                        <input th:value="*{findTime}" class="form-control" type="text" readonly="readonly">-->
                        <input th:value="${#dates.format(hiddenDangerCheckPoint.findTime,'yyyy-MM-dd')}"
                               class="form-control" type="text" readonly="readonly">
                    </div>
                </div>
            </div>