| | |
| | | <th:block th:include="include :: select2-css"/> |
| | | <style> |
| | | .select-list .select2-container--bootstrap { |
| | | width: 280px!important; |
| | | width: 280px !important; |
| | | display: inline-block; |
| | | } |
| | | </style> |
| | |
| | | </li> |
| | | <li> |
| | | 所选库区:<select class="form-control" name="deptId"> |
| | | <option value="">所有</option> |
| | | <option th:each="dept : ${deptList}" th:value="${dept.id}" th:text="${dept.kqmc}"> |
| | | <option th:each="dept : ${deptList}" th:value="${dept.id}" th:text="${dept.kqmc}" |
| | | th:selected="${dept.id == defaultDeptId}"> |
| | | </option> |
| | | </select> |
| | | </li> |