|
@ -184,7 +184,7 @@ |
|
|
<div class="radio-box" th:each="dict : ${@dict.getType('sys_whether')}"> |
|
|
<div class="radio-box" th:each="dict : ${@dict.getType('sys_whether')}"> |
|
|
<input type="radio" |
|
|
<input type="radio" |
|
|
name="invoice" th:value="${dict.dictValue}" th:checked="${dict.default}" |
|
|
name="invoice" th:value="${dict.dictValue}" th:checked="${dict.default}" |
|
|
th:field="${invoice}" disabled required> |
|
|
th:field="*{invoice}" disabled required /> |
|
|
<label th:for="${'invoice_' + dict.dictCode}" th:text="${dict.dictLabel}"></label> |
|
|
<label th:for="${'invoice_' + dict.dictCode}" th:text="${dict.dictLabel}"></label> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|