From eb37f03b228cac9e33c7b981fe4c82358c01c189 Mon Sep 17 00:00:00 2001 From: tangft <32189@DESKTOP-M6TAG3K> Date: Thu, 20 Dec 2018 16:51:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=B8=9A=E5=8A=A1=E7=94=B3?= =?UTF-8?q?=E8=AF=B7=E7=BB=8F=E9=94=80=E5=95=86=E7=9A=84=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ProjectDistriborInfo.jsp | 52 +++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/ProjectDistriborInfo.jsp diff --git a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/ProjectDistriborInfo.jsp b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/ProjectDistriborInfo.jsp new file mode 100644 index 000000000..834a5f096 --- /dev/null +++ b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/ProjectDistriborInfo.jsp @@ -0,0 +1,52 @@ +<%@ page contentType="text/html; charset=GBK"%> +<%@ include file="/Frame/resources/include/include_begin_info.jspf"%><% + /* + Author: undefined 2018-12-20 + Content: 示例详情页面 + History Log: + */ + String sPrevUrl = CurPage.getParameter("PrevUrl"); + String flowunid = CurPage.getParameter("FlowUnid"); + String phaseNo = CurPage.getParameter("PhaseNo"); + if(sPrevUrl == null) sPrevUrl = ""; + + String sTempletNo = "ProjectDistriborInfo";//--模板号-- + ASObjectModel doTemp = new ASObjectModel(sTempletNo); + String flag = "false"; + if("0010".equals(phaseNo)||"0020".equals(phaseNo)){ + doTemp.setColInnerBtEvent("DISTRIBUTOR_NAME", "selectDistributor()"); + flag = "true"; + } + ASObjectWindow dwTemp = new ASObjectWindow(CurPage, doTemp,request); + dwTemp.Style = "2";//freeform + //dwTemp.ReadOnly = "-2";//只读模式 + dwTemp.genHTMLObjectWindow(flowunid); + + String sButtons[][] = { + {flag,"All","Button","保存","保存所有修改","as_save(0)","","","",""}, +// {String.valueOf(!com.amarsoft.are.lang.StringX.isSpace(sPrevUrl)),"All","Button","返回","返回列表","returnList()","","","",""} + }; +// sButtonPosition = "south"; +%><%@ include file="/Frame/resources/include/ui/include_info.jspf"%> + +<%@ include file="/Frame/resources/include/include_end.jspf"%> \ No newline at end of file