| | |
| | | <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"> |
| | |
| | | <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> |
| | |
| | | </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(); |