|
|
|
@ -73,9 +73,7 @@
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="col-sm-3 control-label">收文单位:</label>
|
|
|
|
|
<div class="col-sm-8">
|
|
|
|
|
<select name="targetDepart" disabled 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>
|
|
|
|
|
<input name="provideCount" readonly th:field="*{targetDepart}" class="form-control" type="text">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group">
|
|
|
|
|