Commit ea35b37d by anxiaohe

品名代码表单

parent 30bb06a2
......@@ -58,6 +58,7 @@
jp.openViewDialog("查看品名代码",'${ctx}/warehouse/materialtype/materialType/form/view?id='+id, '800','600');
}
function addChild(id, parentIds){//添加下级机构
parentIds += id;
jp.openSaveDialog("添加下级品名代码",'${ctx}/warehouse/materialtype/materialType/form/add?parent.id='+id + "&parentIds=" + parentIds, '800','600');
}
function refresh(){//刷新
......
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