diff --git a/WebContent/ProductManage/ProductConfig/ProductInfo.jsp b/WebContent/ProductManage/ProductConfig/ProductInfo.jsp index 662ff96a5..369f1bd3c 100644 --- a/WebContent/ProductManage/ProductConfig/ProductInfo.jsp +++ b/WebContent/ProductManage/ProductConfig/ProductInfo.jsp @@ -11,6 +11,8 @@ String type = CurPage.getAttribute("type"); BusinessObject inputParameter=SystemHelper.getPageComponentParameters(CurPage); Map map =inputParameter.convertToMap(); + String typeNo = map.get("TypeNo").toString(); + String serialNo = Sqlca.getString("select serialno from prd_specific_library where businesstype = '" + typeNo + "'"); String catalogNo = (String)map.get("SortNo"); ASObjectWindow dwTemp =ObjectWindowHelper.createObjectWindow_Info("PRD_ProductInfo", inputParameter, CurPage, request); ASDataObject doTemp=dwTemp.getDataObject(); @@ -35,6 +37,7 @@ include file="/Frame/resources/include/ui/include_info.jspf"%> } function specificInfo(){ + document.getElementById("sys_sub_page_frame_GGDY").parentNode.parentNode.style.display = "none"; var typeNo = getItemValue(0,getRow(),"TypeNo"); var productType1 = getItemValue(0,getRow(),"Attribute1");//产品类型 var productType2 = getItemValue(0,getRow(),"Attribute2");//产品类型 @@ -53,7 +56,9 @@ include file="/Frame/resources/include/ui/include_info.jspf"%> } } document.all("A_Group_0020").style.display = ""; - AsControl.OpenView("/ProductManage/ProductConfig/ProductSpecificList.jsp","ProductID="+typeNo+"&ProductType1="+productType1+"&ProductType2="+productType2,"sys_sub_page_frame_GGDY",""); + var serialNo = "<%=serialNo %>"; + /* AsControl.OpenView("/ProductManage/ProductConfig/ProductSpecificList.jsp","ProductID="+typeNo+"&ProductType1="+productType1+"&ProductType2="+productType2,"sys_sub_page_frame_GGDY",""); */ + AsControl.OpenView("/ProductManage/ProductConfig/ProductSpecificInfo.jsp","SerialNo=" + serialNo + "&ProductID="+typeNo+"&ProductType1="+productType1+"&ProductType2="+productType2,"sys_sub_page_frame_GGXX",""); } //打开规格页面 diff --git a/WebContent/ProductManage/ProductConfig/ProductSpecificInfo.jsp b/WebContent/ProductManage/ProductConfig/ProductSpecificInfo.jsp index 4c725b980..f899a9afe 100644 --- a/WebContent/ProductManage/ProductConfig/ProductSpecificInfo.jsp +++ b/WebContent/ProductManage/ProductConfig/ProductSpecificInfo.jsp @@ -24,7 +24,7 @@ include file="/Frame/resources/include/ui/include_info.jspf"%>