src/main/resources/templates/tr/specialCheckTaskLog/add.html | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/main/resources/templates/tr/specialCheckTaskLog/detail.html | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/main/resources/templates/tr/specialCheckTaskLog/edit.html | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/resources/templates/tr/specialCheckTaskLog/add.html
@@ -8,6 +8,14 @@ <div class="wrapper wrapper-content animated fadeInRight ibox-content"> <form class="form-horizontal m" id="form-job-add"> <div class="form-group"> <label class="col-sm-3 control-label is-required">专项检查任务:</label> <div class="col-sm-8"> <select id="taskId" name="taskId" class="form-control" required> <option th:each="task : ${tbBaseCheckTask}" th:text="${task.taskName}" th:value="${task.id}"></option> </select> </div> </div> <div class="form-group"> <label class="col-sm-3 control-label is-required">风险分析对象:</label> <div class="col-sm-8"> <select id="hazardCode" name="hazardCode" class="form-control" required> src/main/resources/templates/tr/specialCheckTaskLog/detail.html
@@ -8,7 +8,14 @@ <div class="wrapper wrapper-content animated fadeInRight ibox-content"> <form class="form-horizontal m" id="form-job-edit" th:object="${specialCheckTaskLog}"> <input id="indexId" name="indexId" type="hidden" th:field="*{indexId}"/> <div class="form-group"> <label class="col-sm-3 control-label is-required">专项检查任务:</label> <div class="col-sm-8"> <select id="taskId" name="taskId" th:field="*{taskId}" class="form-control" required> <option th:each="task : ${tbBaseCheckTask}" th:text="${task.taskName}" th:value="${task.id}"></option> </select> </div> </div> <!-- <input id="createUserId" name="createUserId" type="hidden" th:field="*{createUserId}"/>--> <!-- <input id="createBy" name="createBy" type="hidden" th:field="*{createBy}"/>--> src/main/resources/templates/tr/specialCheckTaskLog/edit.html
@@ -9,7 +9,14 @@ <form class="form-horizontal m" id="form-job-edit" th:object="${specialCheckTaskLog}"> <input id="indexId" name="indexId" type="hidden" th:field="*{indexId}"/> <div class="form-group"> <label class="col-sm-3 control-label is-required">专项检查任务:</label> <div class="col-sm-8"> <select id="taskId" name="taskId" th:field="*{taskId}" class="form-control" required> <option th:each="task : ${tbBaseCheckTask}" th:text="${task.taskName}" th:value="${task.id}"></option> </select> </div> </div> <!-- <input id="createUserId" name="createUserId" type="hidden" th:field="*{createUserId}"/>--> <!-- <input id="createBy" name="createBy" type="hidden" th:field="*{createBy}"/>--> <div class="form-group">