<%@ page contentType="text/html; charset=GBK"%> <%@ include file="/IncludeBeginMDAJAX.jsp"%><% /* 获取电子文档流水号 * Input Param: *  业务类型: ObjectType * Output param: * 结果: EDocNo */ String sObjectType = CurPage.getParameter("ObjectType"); String sEDocNo = Sqlca.getString("Select EDocNo from EDOC_RELATIVE where TypeNo='"+sObjectType+"'"); out.println(sEDocNo); %><%@ include file="/IncludeEndAJAX.jsp"%>