|
@ -24,7 +24,7 @@ |
|
|
</li> |
|
|
</li> |
|
|
<li> |
|
|
<li> |
|
|
<label>状态:</label> |
|
|
<label>状态:</label> |
|
|
<select name="status" th:with="type=${@dict.getType('purchase_plan_status')}"> |
|
|
<select name="status" th:with="type=${@dict.getType('outsource_plan_status')}"> |
|
|
<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> |
|
@ -64,7 +64,7 @@ |
|
|
var processMethodDatas = [[${@dict.getType('processMethod')}]]; |
|
|
var processMethodDatas = [[${@dict.getType('processMethod')}]]; |
|
|
var materialTypeDatas = [[${@category.getChildByCode('materialType')}]]; |
|
|
var materialTypeDatas = [[${@category.getChildByCode('materialType')}]]; |
|
|
var sourceTypeDatas = [[${@dict.getType('purchase_plan_source')}]]; |
|
|
var sourceTypeDatas = [[${@dict.getType('purchase_plan_source')}]]; |
|
|
var planStatusDatas = [[${@dict.getType('purchase_plan_status')}]]; |
|
|
var planStatusDatas = [[${@dict.getType('outsource_plan_status')}]]; |
|
|
|
|
|
|
|
|
var prefix = ctx + "system/outsource_plan"; |
|
|
var prefix = ctx + "system/outsource_plan"; |
|
|
|
|
|
|
|
|