双重预防项目-国泰新华二开定制版
16639036659
2024-07-17 5bc66d568ea4b12d23dd181fd74a17e2845f3d7d
Merge remote-tracking branch 'origin/master'
已修改2个文件
6 ■■■■ 文件已修改
src/main/resources/templates/tr/TBSpecialCheckScoreAndDangerLog/add.html 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/templates/tr/TBSpecialCheckScoreAndDangerLog/edit.html 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/templates/tr/TBSpecialCheckScoreAndDangerLog/add.html
@@ -3,6 +3,7 @@
<head>
    <th:block th:include="include :: header('新增评分')"/>
    <th:block th:include="include :: datetimepicker-css"/>
    <th:block th:include="include :: select2-css" />
</head>
<body class="white-bg">
<div class="wrapper wrapper-content animated fadeInRight ibox-content">
@@ -12,7 +13,7 @@
        <div class="form-group">
            <label class="col-sm-3 control-label is-required">关联隐患:</label>
            <div class="col-sm-8">
                <select id="dangerId" name="dangerId" class="form-control" required>
                <select id="dangerId" name="dangerId" class="form-control m-b" required>
                    <option th:each="danger : ${dangerList}" th:text="${danger.dangerName}" th:value="${danger.id}"></option>
                </select>
            </div>
@@ -58,6 +59,7 @@
</div>
<th:block th:include="include :: footer"/>
<th:block th:include="include :: datetimepicker-js"/>
<th:block th:include="include :: select2-js" />
<script type="text/javascript">
    var prefix = ctx + "tr/TBSpecialCheckScoreAndDangerLog";
    var now = new Date();
src/main/resources/templates/tr/TBSpecialCheckScoreAndDangerLog/edit.html
@@ -3,6 +3,7 @@
<head>
    <th:block th:include="include :: header('检查项评分')"/>
    <th:block th:include="include :: datetimepicker-css"/>
    <th:block th:include="include :: select2-css" />
</head>
<body class="white-bg">
<div class="wrapper wrapper-content animated fadeInRight ibox-content">
@@ -65,6 +66,7 @@
</div>
<th:block th:include="include :: footer"/>
<th:block th:include="include :: datetimepicker-js"/>
<th:block th:include="include :: select2-js" />
<script th:inline="javascript">
    var prefix = ctx + "tr/TBSpecialCheckScoreAndDangerLog";