From e98eeaaa5766511fdb8e6d5e412eb1c59d1f07ce Mon Sep 17 00:00:00 2001 From: heheng <475597332@qq.com> Date: 星期二, 24 六月 2025 10:24:43 +0800 Subject: [PATCH] 隐患来源功能外加仓吉基础数据定时上报 --- src/main/resources/templates/tr/hiddenDangerCheck/dangerReport/addDangerReportWholeProcess.html | 28 ++++++++++++++++++---------- 1 files changed, 18 insertions(+), 10 deletions(-) diff --git a/src/main/resources/templates/tr/hiddenDangerCheck/dangerReport/addDangerReportWholeProcess.html b/src/main/resources/templates/tr/hiddenDangerCheck/dangerReport/addDangerReportWholeProcess.html index 47522e9..5ee5df8 100644 --- a/src/main/resources/templates/tr/hiddenDangerCheck/dangerReport/addDangerReportWholeProcess.html +++ b/src/main/resources/templates/tr/hiddenDangerCheck/dangerReport/addDangerReportWholeProcess.html @@ -97,7 +97,15 @@ </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> @@ -320,15 +328,15 @@ </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> -- Gitblit v1.9.2