From 2bec17b38916adb341aefd7e9aa3567c39315f6d Mon Sep 17 00:00:00 2001 From: zhangbb Date: Thu, 26 Dec 2019 17:58:27 +0800 Subject: [PATCH] =?UTF-8?q?1.=E7=BD=91=E9=93=B6=E6=94=B6=E6=AC=BE=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Fund/FundCollection/LCEbankTempInfo.jsp | 70 +++++++++++++------ 1 file changed, 49 insertions(+), 21 deletions(-) diff --git a/WebContent/Tenwa/Lease/Flow/Fund/FundCollection/LCEbankTempInfo.jsp b/WebContent/Tenwa/Lease/Flow/Fund/FundCollection/LCEbankTempInfo.jsp index 350c62438..60728310a 100644 --- a/WebContent/Tenwa/Lease/Flow/Fund/FundCollection/LCEbankTempInfo.jsp +++ b/WebContent/Tenwa/Lease/Flow/Fund/FundCollection/LCEbankTempInfo.jsp @@ -1,32 +1,60 @@ <%@ page contentType="text/html; charset=GBK"%> -<%@ include file="/Frame/resources/include/include_begin_info.jspf"%><% - /* - Author: undefined 2017-06-02 - Content: 示例详情页面 - History Log: - */ - String sPrevUrl = CurPage.getParameter("PrevUrl"); - String ishistory = CurPage.getParameter("IsHistory"); - if(sPrevUrl == null) sPrevUrl = ""; +<%@ include file="/Frame/resources/include/include_begin_info.jspf"%> +<% + String sID = CurPage.getParameter("id");//标识 + String sFlowUnid = CurPage.getParameter("FlowUnid");//流程编号 + String ishistory = CurPage.getParameter("IsHistory"); + String nodeNo=CurPage.getParameter("NodeNo"); + String RightType = CurPage.getParameter("RightType"); +// String sListTempletNo = CurPage.getParameter("ListTempletNo");//List页面模板号 + String taskno = CurPage.getParameter("TaskNo"); + + if(sID == null) sID = ""; + if(sFlowUnid == null) sFlowUnid = ""; + //if(sListTempletNo == null) sListTempletNo = "FlowAccountAccreditList"; String sTempletNo = "LCEbankTempInfo";//--模板号-- ASObjectModel doTemp = new ASObjectModel(sTempletNo); if(null!=ishistory&&ishistory.equals("true")){ doTemp.setDataQueryClass("com.tenwa.flow.flowHistory.FlowDataInfoHistory");//如果是历史则新显示历史数据 } + CurPage.getCurComp().setAttribute("RightType", null); +%> +<%@ include file="/Tenwa/Lease/Flow/Comm/baseShowInfoFormal.jspf"%> +<% ASObjectWindow dwTemp = new ASObjectWindow(CurPage, doTemp,request); dwTemp.Style = "2";//freeform - dwTemp.ReadOnly = "-2";//只读模式 - - dwTemp.genHTMLObjectWindow(CurPage.getParameter("FlowUnid")); - - String sButtons[][] = { - }; - sButtonPosition = "south"; -%><%@ include file="/Frame/resources/include/ui/include_info.jspf"%> - + dwTemp.genHTMLObjectWindow(sFlowUnid);//得到的参数 + CurPage.getCurComp().setAttribute("RightType", RightType); + + String sButtons[][] = { + //0、是否展示 1、 权限控制 2、 展示类型 3、按钮显示名称 4、按钮解释文字 5、按钮触发事件代码 6、 7、 8、 9、图标,CSS层叠样式 10、风格 + //{"true","All","Button","保存","保存所有修改","saveRecord()","","","",""}, + //{"true","","Button","返回","返回列表页面","goBack()","","","",""}, + }; + sButtonPosition = "north"; + %> +<%@include file="/Frame/resources/include/ui/include_info.jspf"%> +<%/*~BEGIN~可编辑区~[Editable=false;CodeAreaID=Info07;Describe=自定义函数;]~*/%> + + <%/*~END~*/%> <%@ include file="/Frame/resources/include/include_end.jspf"%> \ No newline at end of file