Commit 3ade397b by 江和松

物料清单类型不用过滤root

parent 9f422da6
...@@ -186,7 +186,7 @@ $(function () { ...@@ -186,7 +186,7 @@ $(function () {
inInfo.set("inqu_status-0-companyCode", options.model["companyCode"]); inInfo.set("inqu_status-0-companyCode", options.model["companyCode"]);
var nodeData = IPLATUI.EFTree.materialTree.selectTreeNode; var nodeData = IPLATUI.EFTree.materialTree.selectTreeNode;
if (nodeData.lv == 2) { if (nodeData.lv == 2) {
inInfo.set("inqu_status-0-parInventType", "root"); // inInfo.set("inqu_status-0-parInventType", "root");
//3级节点选择只能是构建 //3级节点选择只能是构建
inInfo.set("inqu_status-0-inventTypeDetail", "1"); inInfo.set("inqu_status-0-inventTypeDetail", "1");
} else if (nodeData.lv == 3) { } else if (nodeData.lv == 3) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment