Browse Source

[fix] 销售管理

修复销售订单按照生产状态不能筛选搜索的问题
dev
liuxiaoxu 2 weeks ago
parent
commit
9627cedc83
  1. 2
      ruoyi-admin/src/main/resources/templates/system/salesOrder/salesOrder.html

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

@ -133,7 +133,7 @@
</li>
<li>
<label>生产状态:</label>
<select name="makeStatus" th:with="type=${@dict.getType('sys_make_status')}">
<select name="makeStatus" th:with="type=${@dict.getType('sys_erp_makeStatus')}">
<option value="">所有</option>
<option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"></option>
</select>

Loading…
Cancel
Save