<%@ page contentType="text/html; charset=GBK"%> <%@ include file="/IncludeBeginMD.jsp"%><% /* Describe: --增加模板对应业务类型 Input Param: sEDocNo:--当前电子模板编号 */ String PG_TITLE = "业务类型选择"; // 浏览器窗口标题 PG_TITLE //定义变量 String sEDocType = "";//--电子合同类型 //获得页面参数,电子合同模板编号 String sEDocNo = CurPage.getParameter("EDocNo"); sEDocType = CurPage.getParameter("EDocType"); String sSql = "select EDocType from O where EDocNo=:EDocNo"; BizObject boDef = JBOFactory.createBizObjectQuery("jbo.edoc.EDOC_DEFINE", sSql).setParameter("EDocNo", sEDocNo).getSingleResult(false); //获得业务类型编号、业务类型名称 if(boDef != null){ sEDocType = DataConvert.toString(boDef.getAttribute("EDocType").getString()); } %> 选取业务类型
选取要增加的业务类型
可选取的业务类型列表 已选取的业务类型列表
Add selected items

Remove selected items
Shift selected items down

Shift selected items up
 
<%=new Button(" 恢 复 ","恢复","javascript:doDefault();","","").getHtmlText()%> <%=new Button(" 确 定 ","确定","javascript:doQuery();","","").getHtmlText()%> <%=new Button(" 取 消 ","取消","parent.AsDialog.ClosePage('_none_');","","").getHtmlText()%>
<%@ include file="/IncludeEnd.jsp"%>