<%@page import="com.amarsoft.are.lang.StringX"%> <%@ page contentType="text/html; charset=GBK"%> <%@ include file="/Frame/resources/include/include_begin_info.jspf"%> <%/*~BEGIN~可编辑区~[Editable=true;CodeAreaID=Info00;Describe=注释区;]~*/%> <% /* Author: Tester: Content: 创建业务申请 Input Param: Output param: History Log: */ %> <%/*~END~*/%> <%/*~BEGIN~可编辑区~[Editable=true;CodeAreaID=Info02;Describe=定义变量,获取参数;]~*/%> <% String sObjectType = CurPage.getParameter("ObjectType"); if(StringX.isSpace(sObjectType)) sObjectType = ""; String sApplyType = CurPage.getParameter("ApplyType"); if(StringX.isSpace(sApplyType)) sApplyType = ""; String sFlowNo = CurPage.getParameter("FlowNo"); if(StringX.isSpace(sFlowNo)) sFlowNo = ""; String sPhaseType = CurPage.getParameter("PhaseType"); if(StringX.isSpace(sPhaseType)) sPhaseType = ""; String sPhaseNo = CurPage.getParameter("PhaseNo"); if(StringX.isSpace(sPhaseNo)) sPhaseNo = ""; String sInputOrgID = CurUser.getOrgID(); if(StringX.isSpace(sInputOrgID)) sInputOrgID = ""; String sInputUserID = CurUser.getUserID(); if(StringX.isSpace(sInputUserID)) sInputUserID = ""; %> <%/*~END~*/%> <% String templetNo = "NewApplyInfo";//模板号 ASObjectModel doTemp = new ASObjectModel(templetNo); ASObjectWindow dwTemp = new ASObjectWindow(CurPage, doTemp,request); dwTemp.Style = "2";//freeform //dwTemp.ReadOnly = "-2";//只读模式 dwTemp.genHTMLObjectWindow(""); String sButtons[][] = { {"true","","Button","确认","确认新增授信申请","doCreation()",""}, {"true","","Button","取消","取消新增授信申请","doCancel()",""} }; sButtonPosition = "south"; %> <%@ include file="/Frame/resources/include/ui/include_info.jspf"%> <%@ include file="/Frame/resources/include/include_end.jspf"%>