diff --git a/WebContent/WebContent/ProductManage/ParameterConfig/ParameterInfo.jsp b/WebContent/WebContent/ProductManage/ParameterConfig/ParameterInfo.jsp
deleted file mode 100644
index 9d2571af7..000000000
--- a/WebContent/WebContent/ProductManage/ParameterConfig/ParameterInfo.jsp
+++ /dev/null
@@ -1,129 +0,0 @@
-<%@page import="com.amarsoft.app.base.util.SystemHelper"%>
-<%@page import="com.amarsoft.app.base.util.ObjectWindowHelper"%>
-<%@page import="com.amarsoft.app.base.businessobject.*"%>
-<%@ page contentType="text/html; charset=GBK"%><%@
- include file="/Frame/resources/include/include_begin_info.jspf"%>
-
- <%
- /*
- 页面说明: 示例列表页面
- */
- String PG_TITLE = "产品参数详情";
- String parameterID = CurPage.getParameter("ParameterID"); //参数编号
- if(parameterID==null) parameterID="";
- String rightType = CurPage.getParameter("RightType");
- BusinessObject inputParameter=SystemHelper.getPageComponentParameters(CurPage);
- ASObjectWindow dwTemp =ObjectWindowHelper.createObjectWindow_Info("PRD_ParameterInfo", inputParameter, CurPage, request);
- ASDataObject doTemp=dwTemp.getDataObject();
- doTemp.setBusinessProcess("com.amarsoft.app.als.businessobject.web.XMLBusinessObjectProcessor");
- //将ParaID作为参数传给显示模板
- dwTemp.genHTMLObjectWindow("");
-
-
- String sButtons[][] = {
- {"true","All","Button","保存","保存所有修改","save()","","","",""}
- };
-
-%><%@
-include file="/Frame/resources/include/ui/include_info.jspf"%>
-
-
-
-<%@ include file="/Frame/resources/include/include_end.jspf"%>
\ No newline at end of file