|
|
|
@ -2,6 +2,8 @@
|
|
|
|
|
<html lang="zh" xmlns:th="http://www.thymeleaf.org" >
|
|
|
|
|
<head>
|
|
|
|
|
<th:block th:include="include :: header('新增文件下发')" />
|
|
|
|
|
<th:block th:include="include :: select2-css" />
|
|
|
|
|
<th:block th:include="include :: bootstrap-select-css" />
|
|
|
|
|
</head>
|
|
|
|
|
<body class="white-bg">
|
|
|
|
|
<div class="wrapper wrapper-content animated fadeInRight ibox-content">
|
|
|
|
@ -39,7 +41,9 @@
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="col-sm-3 control-label">收文单位:</label>
|
|
|
|
|
<div class="col-sm-8">
|
|
|
|
|
<input name="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:value="${item.deptId}"></option>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group">
|
|
|
|
@ -103,6 +107,8 @@
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
<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">
|
|
|
|
|
var prefix = ctx + "system/fileprovide"
|
|
|
|
|
$("#form-fileprovide-add").validate({
|
|
|
|
|