%@ page contentType="text/html; charset=GBK"%><%@
include file="/Frame/resources/include/include_begin_info.jspf"%><%
/*
Content: 信用等级评估新增信息
*/
//获得组件参数 :对象类型、申请类型、阶段类型、流程编号、阶段编号、对象编号、客户编号、模型编号
String sObjectType = CurPage.getParameter("ObjectType");
String sApplyType = CurPage.getParameter("ApplyType");
String sPhaseType = CurPage.getParameter("PhaseType");
String sFlowNo = CurPage.getParameter("FlowNo");
String sPhaseNo = CurPage.getParameter("PhaseNo");
String sObjectNo = CurPage.getParameter("CustomerID");
String sCustomerID = CurPage.getParameter("CustomerID");
String sModelType = CurPage.getParameter("ModelType");
if(sObjectType == null) sObjectType = "";
if(sApplyType == null) sApplyType = "";
if(sPhaseType == null) sPhaseType = "";
if(sFlowNo == null) sFlowNo = "";
if(sPhaseNo == null) sPhaseNo = "";
if(sCustomerID == null ) sCustomerID="";
if(sObjectNo == null ) sObjectNo="";
if (sModelType==null) sModelType = "010"; //缺省模型类型为"信用等级评估"
ASObjectModel doTemp = new ASObjectModel("EvaluateApplyCreateInfo");
ASObjectWindow dwTemp = new ASObjectWindow(CurPage,doTemp,request);
dwTemp.Style="2"; //设置DW风格 1:Grid 2:Freeform
dwTemp.ReadOnly = "0"; //设置是否只读 1:只读 0:可写
dwTemp.genHTMLObjectWindow("");
String sButtons[][] = {
{"true","","Button","下一步","新增申请的下一步","nextStep()","","","",""},
{"true","","Button","取消","取消申请","doCancel()","","","",""}
};
%><%@include file="/Frame/resources/include/ui/include_info.jspf"%>
<%@ include file="/Frame/resources/include/include_end.jspf"%>