<%@ page contentType="text/html; charset=GBK"%> <%@ include file="/Frame/resources/include/include_begin_info.jspf"%> <%/*~BEGIN~可编辑区~[Editable=true;CodeAreaID=Info00;Describe=注释区;]~*/%> <% /* Author:zhgu 2017-05-12 Tester: Content: 付款前提列表详情页面 Input Param: Output param: History Log: */ %> <%/*~END~*/%> <%/*~BEGIN~可编辑区~[Editable=true;CodeAreaID=Info01;Describe=定义页面属性;]~*/%> <% String PG_TITLE = "付款前提列表详情"; // 浏览器窗口标题 PG_TITLE %> <%/*~END~*/%> <%/*~BEGIN~可编辑区~[Editable=true;CodeAreaID=Info02;Describe=定义变量,获取参数;]~*/%> <% String sFlowUnid = CurPage.getParameter("FlowUnid");//流程编号 if(sFlowUnid == null) sFlowUnid = ""; String isimport = CurPage.getParameter("isimport");//是否导入 if(isimport == null) isimport = ""; String sPlanNumber = CurPage.getParameter("Plan_Number");//方案编号 if(sPlanNumber == null) sPlanNumber = ""; String sPaymentPlanNumber = CurPage.getParameter("Payment_Number");//投放方案编号 if(sPaymentPlanNumber == null) sPaymentPlanNumber = ""; String sFeeType = CurPage.getParameter("Fee_Type");//费用名称 if(sFeeType == null) sFeeType = ""; String sPlanList = CurPage.getParameter("Plan_List");//期次 if(sPlanList == null) sPlanList = ""; String sID = CurPage.getParameter("ID");//标志 if(sID == null) sID = ""; String ishistory=CurPage.getParameter("IsHistory"); String nodeNo=CurPage.getParameter("NodeNo"); String RightType = CurPage.getParameter("RightType");//读写模式 String taskno = CurPage.getParameter("TaskNo"); %> <%/*~END~*/%> <%/*~BEGIN~可编辑区~[Editable=true;CodeAreaID=Info03;Describe=定义数据对象;]~*/%> <% String sTempletNo = "LCPayCondtionInfoTemp";//--模板号-- ASObjectModel doTemp = new ASObjectModel(sTempletNo); if(null!=ishistory&&ishistory.equals("true")){ doTemp.setDataQueryClass("com.tenwa.flow.flowHistory.FlowDataInfoHistory");//如果是历史则新显示历史数据 } if("yes".equals(isimport)){ doTemp.setReadOnly("PAY_CONDITION", true); doTemp.setReadOnly("PAY_MEMO", true); } CurPage.getCurComp().setAttribute("RightType", null); ASObjectWindow dwTemp = new ASObjectWindow(CurPage, doTemp,request); dwTemp.Style = "2";//freeform if((null!=RightType&&RightType.equals("ReadOnly"))||(null!=ishistory&&ishistory.equals("true"))){ dwTemp.ReadOnly = "-2";//只读模式 } dwTemp.genHTMLObjectWindow(sID+','+sFlowUnid);//得到的参数 CurPage.getCurComp().setAttribute("RightType",RightType); %> <%/*~END~*/%> <%/*~BEGIN~可编辑区~[Editable=true;CodeAreaID=Info04;Describe=定义按钮;]~*/%> <% String sButtons[][] = { {"true","All","Button","保存","保存所有修改","saveRecord()","","","","btn_icon_save"}, {"true","","Button","返回","返回列表页面","goBack()","","","","btn_icon_return"}, }; sButtonPosition = "north"; %> <%/*~END~*/%> <%/*~BEGIN~不可编辑区~[Editable=false;CodeAreaID=Info05;Describe=主体页面;]~*/%> <%@ include file="/Frame/resources/include/ui/include_info.jspf"%> <%/*~END~*/%> <%/*~BEGIN~可编辑区~[Editable=false;CodeAreaID=Info06;Describe=定义按钮事件;]~*/%> <%/*~END~*/%> <%/*~BEGIN~可编辑区~[Editable=false;CodeAreaID=Info07;Describe=自定义函数;]~*/%> <%/*~END~*/%> <%/*~BEGIN~可编辑区~[Editable=false;CodeAreaID=Info08;Describe=页面装载时,进行初始化;]~*/%> <%/*~END~*/%> <%@ include file="/Frame/resources/include/include_end.jspf"%>