From 135dca7e2e8efa50d50a03c99bdf8316f99813a4 Mon Sep 17 00:00:00 2001 From: gityjf <2211675158@qq.com> Date: Tue, 24 Dec 2019 14:34:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99jsp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ParameterConfig/ParameterInfo.jsp | 129 ------------------ 1 file changed, 129 deletions(-) delete mode 100644 WebContent/WebContent/ProductManage/ParameterConfig/ParameterInfo.jsp 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