<%@ Page Language="C#" %> <%@ Import Namespace ="eMIS" %> <%@ Import Namespace ="System.Data.Common" %> <% flowId = Request.QueryString["fid"].ToString(); nodeId = Request.QueryString["nid"].ToString(); recordId = Request.QueryString["rid"].ToString(); endorseId = Request.QueryString["eid"].ToString(); userId = Session["userid"].ToString(); endorseType = Request.QueryString["et"].ToString(); string wwwroot = Request.ApplicationPath; if (wwwroot == "/") wwwroot = ""; //background-image:url(../images/list_bg.gif);background-repeat:no-repeat;background-position-x:right;background-position-y:bottom; string title = (endorseType == "1" ? "加签人" : "处理人员"); %> 流程加签/转发
<%=title%>:
例如:查找张三,输入"zs"或"z"或"张"。
备注: