|
|
@ -39,6 +39,16 @@ |
|
|
|
</optgroup> |
|
|
|
</select> |
|
|
|
</li> |
|
|
|
|
|
|
|
|
|
|
|
<li> |
|
|
|
<label>加工类型:</label> |
|
|
|
<select name="processMethod" th:with="type=${@dict.getType('processMethod')}"> |
|
|
|
<option value="">所有</option> |
|
|
|
<option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"></option> |
|
|
|
</select> |
|
|
|
</li> |
|
|
|
|
|
|
|
<li> |
|
|
|
<label>审核状态:</label> |
|
|
|
<select name="auditStatus" th:with="type=${@dict.getType('auditStatus')}"> |
|
|
@ -158,7 +168,7 @@ |
|
|
|
{title: '描述',field: 'describe',width:80, |
|
|
|
}, |
|
|
|
{ title: '品牌',field: 'brand', sortable: true,width: 70,}, |
|
|
|
{title: '半成品类型',field: 'processMethod',width: 120, |
|
|
|
{title: '加工方式',field: 'processMethod',width: 120, |
|
|
|
formatter: function(value, row, index) {return $.table.selectDictLabel(processMethodDatas, value);; |
|
|
|
} |
|
|
|
}, |
|
|
|