|
@ -196,7 +196,7 @@ |
|
|
var type = document.getElementById("ORDER_TYPE").value; |
|
|
var type = document.getElementById("ORDER_TYPE").value; |
|
|
//获取物料下拉数据源 |
|
|
//获取物料下拉数据源 |
|
|
$('#MATERIAL_CODE').combotree({ |
|
|
$('#MATERIAL_CODE').combotree({ |
|
|
url: "/Dict/GetFisMaterialTree?ordertype=DOORPLANK" , |
|
|
url: "/Dict/GetFisMaterialTree?ordertype="+type , |
|
|
panelHeight: '250', |
|
|
panelHeight: '250', |
|
|
panelWidth: '500', |
|
|
panelWidth: '500', |
|
|
}); |
|
|
}); |
|
|