<%@ Page Language="C#" %> <%@ Import Namespace ="eMIS" %> <%@ Import Namespace ="System.Data.Common" %> <% flowId = Request.QueryString["fid"].ToString(); nodeId = Request.QueryString["nid"].ToString(); userId = Session["userid"].ToString(); html = ""; desc = GetFlowName(flowId) + "-" + GetNodeName(flowId, nodeId); DbDataReader reader = dm.ExecuteReader("select a.jlid,b.xingming as fsr,a.jssj from XT_LCRW a,com_yhb b where a.fsrid=b.id and a.lcid='" + flowId +"' and a.jdid='" + nodeId +"' and a.jsrid = '" + userId + "' and a.lx='加签'"); int i = 0; while (reader.Read()) { html += "" + desc + "(" + reader[0].ToString() + ")"; html += ""+reader[1].ToString()+""+reader[2].ToString()+""; html += "加签"; i++; } reader.Close(); //Response.Write(""); //color = "#F37800"; //color = "#1BB974"; %> 流程加签
工具栏
关闭
|
<%=html %>
描述发送人时间意见操作