link_task_see.asp

来自「适用于网络/信息企业」· ASP 代码 · 共 150 行

ASP
150
字号
<!--#include file="../INC/Conn.asp"-->
<!--#include file="inc/Check.asp"-->
<!--#include file="inc/public.asp"-->
<!--#include File="Procedure.asp"-->
<%
dim Makking
Makking = Trim(Request.QueryString("Makking"))    
'---------------------------------
select case Makking
case ""

Set Rs = Conn.Execute("Select * From Link_Task Where Link_Task_ID = '"& Request.QueryString("ID") &"'")

IF Not(Rs.Bof AND Rs.eof) Then

Link_Task_Name		= Rs("Link_Task_Name")
LinkMan_Name		= Rs("LinkMan_Name")
Link_Fashion		= Rs("Link_Fashion") 
Link_Info			= Rs("Link_Info")
Link_Task_Time		= Rs("Link_Task_Time")
Link_Task_Causation = Rs("Link_Task_Causation")
DateTime			= Rs("DateTime")
Link_Task_State     = Rs("Link_Task_State")
State_Time			= Rs("State_Time")
Buyer_ID      		= Rs("Buyer_ID")
Employee_ID	  		= Rs("Employee_ID")

End if

Rs.Close
Set Rs = Nothing

%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>亿博尔-客户关系管理系统</title>
</head>
<link href="Images/Admin.css" rel="stylesheet" type="text/css">
<body>
<table width="98%" height="40"  border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td><table width="100%"  border="0" align="center" cellpadding="2" cellspacing="1" bgcolor="#D8D8D8">
      <tr>
        <td height="30" align="left" bgcolor="ffffff"><table width="100%" height="100%"  border="0" cellpadding="3" cellspacing="0">
            <tr bgcolor="eeeeee">
              <td width="5%" align="center"><img src="Images/1.gif" width="13" height="12"></td>
                <td width="85%"><span class="style2">管理中心 &gt;&gt;&gt; 查看联系任务</span></td>
                <td width="10%" align="right">&nbsp;</td>
            </tr>
        </table></td>
      </tr>
    </table></td>
  </tr>
</table>
<table width="98%" height="85%"  border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#D8D8D8">
  <tr>
    <td valign="top" bgcolor="ffffff"><table width="95%"  border="0" align="center" cellpadding="5" cellspacing="0">
        <tr>
          <td align="center" valign="top" bgcolor="ffffff"> <table width=100% border=0 align='center' cellpadding=4 
      cellspacing=1 bordercolordark=#ffffff bgcolor="#EBEBEB" class='size09'>
              <tr> 
                <td height="22" align="right" bgcolor="ffffff">客户名称:</td>
                <td height="22" bgcolor="ffffff"> 
                  <%
				
				Set Rs = Conn.Execute("Select * From Buyer_Info Where Buyer_ID = '"& Buyer_ID &"'")
				
					IF Not(Rs.eof and Rs.bof) Then
					
					Response.Write(Rs("Buyer_Name"))
					
					End IF
					
					Rs.Close
					
					Set Rs = Nothing
					
				%>
                </td>
              </tr>
              <tr> 
                <td height="22" align="right" bgcolor="ffffff">任务名称:</td>
                <td height="22" bgcolor="ffffff"><%=Link_Task_Name%></td>
              </tr>
              <tr> 
                <td height="22" align="right" bgcolor="ffffff">时间安排:</td>
                <td height="22" bgcolor="ffffff"><%=Link_Task_Time%></td>
              </tr>
              <tr> 
                <td height="22" align="right" bgcolor="ffffff">联系人:</td>
                <td height="22" bgcolor="ffffff"><%=LinkMan_Name%></td>
              </tr>
              <tr> 
                <td width="25%" height="22" align="right" bgcolor="ffffff">联系方式:</td>
                <td height="22" bgcolor="ffffff"> <%=Link_Fashion%></td>
              </tr>
              <tr> 
                <td width="25%" height="22" align="right" bgcolor="ffffff">联系信息:</td>
                <td height="22" bgcolor="ffffff"><%=Link_Info%></td>
              </tr>
              <tr> 
                <td width="25%" height="22" align="right" bgcolor="ffffff">任务事由:</td>
                <td height="22" bgcolor="ffffff"><%=Link_Task_Causation%></td>
              </tr>
              <tr> 
                <td width="25%" height="22" align="right" bgcolor="ffffff">创建时间:</td>
                <td height="22" bgcolor="ffffff"><%=DateTime%></td>
              </tr>
              <tr> 
                <td width="25%" height="22" align="right" bgcolor="ffffff">任务状态:</td>
                <td height="22" bgcolor="ffffff"><%=Link_Task_State%></td>
              </tr>
              <tr> 
                <td width="25%" height="22" align="right" bgcolor="ffffff">状态更新:</td>
                <td height="22" bgcolor="ffffff"><%=State_Time%></td>
              </tr>
              <tr> 
                <td height="22" align="right" bgcolor="ffffff">创建用户ID:</td>
                <td height="22" bgcolor="ffffff"><%=Employee_ID%></td>
              </tr>
            </table>
            <p> <a href=""><img src="Images/back.gif" width="36" height="21" border="0" onClick="javascript:window.close()"></a></p>
            </td>
        </tr>
      </table>      
      
    </td>
  </tr>
</table>
<%end select
Conn.Close
Set Conn = Nothing

%>
<table width="98%"  border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td height="6"></td>
  </tr>
</table>
</body>
</html>
<script language="javascript">
<!--
    function LinkMan_Add(id){
        window.open("LinkMan_Add.asp?id="+id+"","","width=500,height=380");
    }
//-->
</script>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?