<%@page import="com.tenwa.reckon.product.ProductCondition"%> <%@ page contentType="text/html; charset=GBK"%> <%@ page import="com.amarsoft.app.lc.workflow.action.GetFlowAction" %> <%@ include file="/Frame/resources/include/include_begin_info.jspf"%><% String ID = CurPage.getParameter("id"); if(ID == null)ID = ""; String sFlowUnid = CurPage.getParameter("flowunid");//流程编号 String planCName = CurPage.getParameter("planCName");//流程编号 String plannumber = CurPage.getParameter("plannumber");//流程编号 String productId=CurPage.getParameter("productId"); if(sFlowUnid == null)sFlowUnid = ""; String sInfoTempletNo = CurPage.getParameter("InfoTempletNo");//模板号 if(sInfoTempletNo == null) sInfoTempletNo = "LCFundPlanChangeInInfoTemp_calc"; String RightType= CurPage.getParameter("RightType"); if(RightType == null) RightType = ""; String ishistory=CurPage.getParameter("IsHistory"); ASObjectModel doTemp = new ASObjectModel(sInfoTempletNo); doTemp.setDefaultValue("PAYMENT_NUMBER",plannumber); doTemp.setDefaultValue("OPERATION_STATUS","opera_after"); doTemp.setDefaultValue("flowunid",sFlowUnid); ProductCondition pc=new ProductCondition(); String condition=pc.getProductFundList(productId); doTemp.setColumnAttribute("FEE_TYPE","coleditsource","jbo.sys.CODE_LIBRARY,itemno,itemname,codeno='FeeType' and itemno in ("+pc.getSqlWhere(condition)+") order by sortno"); doTemp.setHtmlEvent("FEE_TYPE","onchange","changPlanList"); ASObjectWindow dwTemp = new ASObjectWindow(CurPage, doTemp,request); dwTemp.Style = "2";// if((null!=RightType&&RightType.equals("ReadOnly"))||(null!=ishistory&&ishistory.equals("true"))){ dwTemp.ReadOnly = "1";//只读模式 } dwTemp.genHTMLObjectWindow(ID); CurPage.getCurComp().setAttribute("RightType", RightType); String sButtons[][] =null; sButtons =new String[][] { {"true","All","Button","保存","保存所有修改","saveRecord()","","","","btn_icon_save"}, {"true","","Button","返回","返回","goBack()","","","","btn_icon_return"} }; sButtonPosition = "south"; %><%@ include file="/Frame/resources/include/ui/include_info.jspf"%> <%@ include file="/Frame/resources/include/include_end.jspf"%>