Browse Source

修改:销售订单业务经理审查询是否开票信息选择

dev
zhangsiqi 1 month ago
parent
commit
d7692cf3ce
  1. 2
      ruoyi-admin/src/main/resources/templates/system/salesOrder/taskYwjlVerify.html

2
ruoyi-admin/src/main/resources/templates/system/salesOrder/taskYwjlVerify.html

@ -184,7 +184,7 @@
<div class="radio-box" th:each="dict : ${@dict.getType('sys_whether')}">
<input type="radio"
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>
</div>
</div>

Loading…
Cancel
Save