no message
parent
59643af649
commit
7d7ef14d42
|
|
@ -143,7 +143,7 @@
|
|||
<div class="col-sm-4">
|
||||
<select class="form-select form-select-sm" id="seriesCd" name="seriesCd">
|
||||
<option value="">--선택--</option>
|
||||
<th:block th:each="code:${seriesList}">
|
||||
<th:block th:each="code:${session.commonCode.get(userInfo.outturnCd)}">
|
||||
<option th:value="${code.itemCd}" th:text="${code.itemValue}" th:selected="${code.itemCd eq userInfo.seriesCd}"></option>
|
||||
</th:block>
|
||||
</select>
|
||||
|
|
|
|||
Loading…
Reference in New Issue