2018-06-03 22:26:41 +08:00

13 lines
425 B
Plaintext

<%@ 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"%>