涉密文件下发

master
dshclm 11 months ago
parent 860e74672b
commit ace7295ce3

@ -42,7 +42,7 @@
<label class="col-sm-3 control-label">收文单位:</label> <label class="col-sm-3 control-label">收文单位:</label>
<div class="col-sm-8"> <div class="col-sm-8">
<select name="targetDepart" class="form-control select2-multiple m-b" multiple> <select name="targetDepart" class="form-control select2-multiple m-b" multiple>
<option th:each="item : ${dept}" th:if="${item.deptId != 100}" th:text="${item.deptName}" th:value="${item.deptId}"></option> <option th:each="item : ${dept}" th:if="${item.deptId != 100}" th:text="${item.deptName}" th:value="${item.deptName}"></option>
</select> </select>
</div> </div>
</div> </div>

@ -2,6 +2,8 @@
<html lang="zh" xmlns:th="http://www.thymeleaf.org" > <html lang="zh" xmlns:th="http://www.thymeleaf.org" >
<head> <head>
<th:block th:include="include :: header('修改文件下发')" /> <th:block th:include="include :: header('修改文件下发')" />
<th:block th:include="include :: select2-css" />
<th:block th:include="include :: bootstrap-select-css" />
</head> </head>
<body class="white-bg"> <body class="white-bg">
<div class="wrapper wrapper-content animated fadeInRight ibox-content"> <div class="wrapper wrapper-content animated fadeInRight ibox-content">
@ -40,7 +42,9 @@
<div class="form-group"> <div class="form-group">
<label class="col-sm-3 control-label">收文单位:</label> <label class="col-sm-3 control-label">收文单位:</label>
<div class="col-sm-8"> <div class="col-sm-8">
<input name="targetDepart" th:field="*{targetDepart}" class="form-control" type="text"> <select name="targetDepart" class="form-control select2-multiple m-b" multiple>
<option th:each="item : ${dept}" th:if="${item.deptId != 100}" th:text="${item.deptName}" th:selected="${item.delFlag}" th:value="${item.deptName}"></option>
</select>
</div> </div>
</div> </div>
<div class="form-group"> <div class="form-group">
@ -116,6 +120,8 @@
</form> </form>
</div> </div>
<th:block th:include="include :: footer" /> <th:block th:include="include :: footer" />
<th:block th:include="include :: select2-js" />
<th:block th:include="include :: bootstrap-select-js" />
<script th:inline="javascript"> <script th:inline="javascript">
var prefix = ctx + "system/fileprovide"; var prefix = ctx + "system/fileprovide";
$("#form-fileprovide-edit").validate({ $("#form-fileprovide-edit").validate({

Loading…
Cancel
Save