<%@ page contentType="text/html; charset=GBK"%> <%@ include file="/Frame/resources/include/include_begin_info.jspf"%> <%/*~BEGIN~可编辑区~[Editable=true;CodeAreaID=Info00;Describe=注释区;]~*/%> <% /* Author:jyshen 2017-05-09 Tester: Content: 新增申请页面---业务品种和1 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 sApplyType = CurPage.getParameter("ApplyType"); String sInputUserID = CurUser.getUserID(); if(StringX.isSpace(sApplyType)) sApplyType = ""; if(StringX.isSpace(sInputUserID)) sInputUserID = ""; %> <%/*~END~*/%> <%/*~BEGIN~可编辑区~[Editable=true;CodeAreaID=Info03;Describe=定义数据对象;]~*/%> <% String sTempletNo = "BusnessApprovalApplyCreationInfo";//--模板号-- ASObjectModel doTemp = new ASObjectModel(sTempletNo); doTemp.setHtmlEvent("Customer_type", "onchange", "setCertType"); doTemp.setHtmlEvent("carAttributes", "onchange", "changeProductName"); doTemp.setHtmlEvent("leasehold", "onchange", "changeProductName"); //doTemp.setHtmlEvent("CustomerName", "onchange", "checkNameAndCertId"); ASObjectWindow dwTemp = new ASObjectWindow(CurPage, doTemp,request); dwTemp.Style = "2";//freeform dwTemp.genHTMLObjectWindow(""); %> <%/*~END~*/%> <%/*~BEGIN~可编辑区~[Editable=true;CodeAreaID=Info04;Describe=定义按钮;]~*/%> <% String sButtons[][] = { //0、是否展示 1、 权限控制 2、 展示类型 3、按钮显示名称 4、按钮解释文字 5、按钮触发事件代码 6、 7、 8、 9、图标,CSS层叠样式 10、风格 {"true","","Button","确认","确认新增申请","doCreation()",""}, {"true","","Button","取消","取消新增申请","doCancel()",""} }; sButtonPosition = "south"; %> <%/*~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"%>