2018-06-03 22:26:41 +08:00

27 lines
796 B
Plaintext

<%@ page contentType="text/html; charset=GBK"%>
<%@ include file="/IncludeBegin.jsp"%>
<%CurPage.setAttribute("HideMinButton", "true");%>
<%@include file="/Resources/CodeParts/Frame03.jsp"%>
<style>
.leftright #Border {
border-left-width: 0;
}
</style>
<script type="text/javascript">
myleft.width=250;
OpenProductTree();
function OpenProductTree(sDefaultNode){
var sPara = "";
if(sDefaultNode) sPara = "DefaultNode="+sDefaultNode;
AsControl.OpenView("/ProductManage/ProductConfig/ProductViewTree.jsp", sPara, "frameleft");
}
function OpenProductInfo(typeNo){
var sPara = "";
if(typeNo) sPara = "TypeNo="+typeNo;
alert(sPara);
return AsControl.OpenView("/ProductManage/ProductConfig/ProductInfo.jsp", sPara, "frameright");
}
</script>
<%@ include file="/IncludeEnd.jsp"%>