<%@ page contentType="text/html; charset=GBK"%> <%@ include file="/Frame/resources/include/include_begin_info.jspf"%> <% String sFlowUnid = CurPage.getParameter("FlowUnid");//流程编号 String ProductId=CurPage.getParameter("ProductId"); if(sFlowUnid == null)sFlowUnid = ""; String ID = CurPage.getParameter("id");//担保单位ID if(ID == null)ID = ""; String ishistory=CurPage.getParameter("IsHistory"); String nodeNo=CurPage.getParameter("NodeNo"); String taskno=CurPage.getParameter("TaskNo"); // CurPage.getCurComp().setAttribute("RightType",""); String RightType= CurPage.getAttribute("RightType"); String sTempletNo = "LBClaimsApplyTempInfo";//--模板号 ASObjectModel doTemp = new ASObjectModel(sTempletNo); doTemp.setHtmlEvent("CAUTION_MONEY", "onchange", "checkCautionMoney"); doTemp.setHtmlEvent("CHANNEL_CAUTION_MONEY", "onchange", "checkChannelCautionMoney"); if(null!=ishistory&&ishistory.equals("true")){ //数据归档,显示历史数据 // doTemp.setDataQueryClass("com.tenwa.flow.flowHistory.FlowDataInfoHistory");//如果是历史则新显示历史数据 } %> <%@ include file="/Tenwa/Lease/Flow/Comm/baseShowInfoFormal.jspf"%> <% ASObjectWindow dwTemp = new ASObjectWindow(CurPage, doTemp,request); dwTemp.Style = "2";//freeform if((null!=RightType&&RightType.equals("ReadOnly"))||(null!=ishistory&&ishistory.equals("true"))){ dwTemp.ReadOnly = "1";//只读模式 } //dwTemp.genHTMLObjectWindow(ID); dwTemp.genHTMLObjectWindow(sFlowUnid); CurPage.getCurComp().setAttribute("RightType", RightType); String sButtons[][] = { {"true","All","Button","保存","保存所有修改","saveRecord()","","","","btn_icon_save"}, {"false","","Button","返回","返回列表页面","goBack()","","","","btn_icon_return"} }; //sButtonPosition = "south"; %> <%@ include file="/Frame/resources/include/ui/include_info.jspf"%> <%@ include file="/Frame/resources/include/include_end.jspf"%>