|
@ -133,7 +133,7 @@ |
|
|
</li> |
|
|
</li> |
|
|
<li> |
|
|
<li> |
|
|
<label>生产状态:</label> |
|
|
<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 value="">所有</option> |
|
|
<option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"></option> |
|
|
<option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"></option> |
|
|
</select> |
|
|
</select> |
|
|