⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 yewu_list.asp

📁 易方4.0程序+邮局接口+序列号+销售系统
💻 ASP
字号:
<!-- #include file="../inc_config.asp" -->
<!-- #include file="LoginCk.asp" -->
<%
Call PopCheck(5)
%>
<html>
<head>
<title>业务组合查询</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link id="style_sheet" href="css/save.css" type="text/css" rel="stylesheet">
	<script language="JavaScript">style_sheet.href = parent.parent.style_sheet.href;</script>
<%=Efs_Cfg_PHeader%> 
<style type="text/css">
<!--
.unnamed1 {
	color: #FF0000;
	font-weight: bold;
}
-->
</style>
<script language="JavaScript" src="../inc_DateSelect.js" type="text/JavaScript"></script>
</head>
<script language="JavaScript" src="js/common_Efang.js"></script>
	<body class="NormalPage">
	<form id="form_help" action="help_content.asp" method="get" target="working_area">
		<input name="help_topic" type="hidden" value="业务组合查询">
	</form>

<form action="YeWu_ListShow.asp" method="get" name="EForm" id="EForm">
  <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
	<tr>
		<td id="headerToolBar" valign="middle" nowrap style="width:100%; height:22px;"><table cellpadding="0" cellspacing="0" class="HeaderPageControl">
				<tr>
					<td align="left" valign="middle" nowrap height="20">管理工具&gt;&gt; 业务管理 &gt;&gt; <b></b><b></b><b>业务组合查询</b></td>
					<td align="center" valign="middle" nowrap width="10" height="20"></td>
					<td align="right" valign="middle" width="100%" nowrap height="20"></td>
					<td align="center" valign="middle" nowrap width="10" height="20"></td>
					<td align="right" valign="middle" width="60" nowrap height="20"><img id="id_back" alt="返回上一页" onclick="JavaScript:history.back()" onmouseover="JavaScript:this.src=imgBackUp.src" onmouseout="JavaScript:this.src=imgBackDown.src" src="images/toolbar_back.gif" border="0" style="cursor:hand;width:22px; height:20px;"><img id="id_refresh" alt="刷新" onclick="JavaScript:fn_Refresh()" onmouseover="JavaScript:this.src=imgRefreshUp.src" onmouseout="JavaScript:this.src=imgRefreshDown.src" src="images/toolbar_refresh.gif" border="0" style="cursor:hand;width:22px; height:20px;"></td>
					<td align="right" valign="middle" width="25" nowrap height="20"><img id="id_locate" alt="帮助" onclick="JavaScript:fn_ShowHelp()" onmouseover="JavaScript:this.src=imgHelpUp.src" onmouseout="JavaScript:this.src=imgHelpDown.src" src="images/toolbar_help.gif" border="0" style="cursor:hand;width:22px; height:20px;"></td>
				</tr>
		</table></td>
  </tr>
  	<tr>
		<td valign="top">
			<div id="viewPanel" style="visibility:visible; position:absolute; overflow:auto;">
				
		<br>
		<table width="85%" height="300" border="0" align="center" cellpadding="0" cellspacing="0" class="datalist">
          <tr>
            <td class="DataGroup" valign="middle">
              <table width="96%" border="0" align="center" cellPadding="0" cellSpacing="0" class="datalist">
    <tr align="right">
      <td height="28" colspan="4"><a href="YeWu_ListShow.asp?YeWu_State=1&VDesc=1&VByKey=YeWu_ATime&VNum=20" class=commonface>申请中业务</a> <a href="YeWu_ListShow.asp?YeWu_State=2&VDesc=1&VByKey=YeWu_ATime&VNum=20" class=commonface><font color="#FF0000"><b>待处理业务</b></font></a> <font color="#000000">|</font> <a href="YeWu_ListShow.asp?YeWu_State=11&YeWu_ATimeS=<%=Efang.DateTime("Y-m-d")%>&YeWu_ATimeE=<%=Efang.DateTime("Y-m-d")%>&VDesc=1&VByKey=YeWu_ATime&VNum=20" class=commonface>今天业务</a> <font color="#000000">|</font> <a href="YeWu_ListShow.asp?YeWu_State=11&YeWu_ATimeS=<%=Efang.DateTime("Y-m-1")%>&YeWu_ATimeE=<%=DateAdd("d",-1,DateAdd("m",1,Efang.DateTime("Y-m-1")))%>&VDesc=1&VByKey=YeWu_ATime&VNum=20" class=commonface>本月业务</a> <font color="#000000">| </font><a href="YeWu_ListShow.asp?YeWu_State=11&YeWu_ATimeS=<%=Efang.DateTime("Y-m-1",DateAdd("m",-1,date))%>&YeWu_ATimeE=<%=DateAdd("d",-1,Efang.DateTime("Y-m-1"))%>&VDesc=1&VByKey=YeWu_ATime&VNum=20" class=commonface>上月业务</a></td>
    </tr>
    <tr align="center"> 
      <td height="28" colspan="4">业务组合查询</td>
    </tr>
    <tr> 
      <td height="28" colspan="4"><strong>检索条件</strong></td>
    </tr>
    <tr> 
      <td height="10" colspan="4"></td>
    </tr>
    <tr> 
      <td width="16%">会员帐号:</td>
      <td width="33%"><span class="10pt"> 
        <input name=YeWu_User type=text class=InputOne id="YeWu_User" size="10" maxlength="6">
      </span> </td>
      <td width="17%">服务专员:</td>
      <td width="34%">
        <input name="YeWu_WUSer" type="text" class="InputOne" id="User_WUSer4" size="10">
        <%
Set ALData = Conn.Query("EfangAdmin")
Do while not (ALData.EOF or ALData.BOF)
	WUserList = WUserList & "<option value=" & ALData("Admin_User") & ">" & ALData("Admin_User") & "</option>"
ALData.movenext
Loop
Set ALData=Nothing
%>
        <select name="YeWu_WUSer_Pick" size="1" id="select4" style="width: 79px" onClick="PickWUser(this.options[this.options.selectedIndex].value);">
          <option value="">未选择</option>
          <%=WUserList%> 
        </select>
      <script language="JavaScript">
<!--
function PickWUser(ppid){
EForm.YeWu_WUSer.value = ppid;
}
-->
</script></td>
    </tr>
    <tr> 
      <td width="16%">业务状态:</td>
      <td width="33%"><select name="YeWu_State" size="1" id="YeWu_State">
          <option value="11" selected>全部</option>
          <option value="1">申请中[1]</option>
          <option value="2">处理中[2]</option>
          <option value="3">正 常[3]</option>
		  <% If Mid(session("SessAdminPOP"),51,1)=1 Then %>
          <option value="4">删 除[4]</option>
		  <%End If%>
      </select></td>
      <td width="17%">商品:</td>
      <td width="34%"><span class="10pt"> 
        <%
Set LData=Conn.Query("EfangPdt","Pdt_Sign <> '" & Sign & "' Order By Pdt_Sort,Pdt_Desc")
Do while not (LData.EOF or LData.BOF)
	PdtList = PdtList & "<option value=" & LData("Pdt_Sign") & ">" & LData("Pdt_Name") & "</option>"
LData.movenext
Loop
Set LData=Nothing
%>
        <select name="YeWu_PSign" size="1" id="YeWu_PSign">
          <option value="">全部</option>
          <%=PdtList%> 
        </select>
      </span></td>
    </tr>
    <tr> 
      <td>申请时间:</td>
      <td><span class="10pt"> 
        <input onfocus="setday(this)" name="YeWu_ATimeS" type="text" class="InputOne" id="CTimeS4" size="10" maxlength="15">
        <input onfocus="setday(this)" name="YeWu_ATimeE" type="text" class="InputOne" id="CTimeE4" size="10" maxlength="15">
      </span></td>
      <td>域名:</td>
      <td><span class="10pt">
        <input name="YeWu_DName" type="text" class="InputOne" id="YeWu_DName"></span>  <select name="YeWu_DSuff">
          <option value="">全部</option>
          <option value=".com">.com</option>
          <option value=".net">.net</option>
          <option value=".org">.org</option>
          <option value=".cn">.cn</option>
          <option value=".com.cn">.com.cn</option>
          <option value=".net.cn">.net.cn</option>
          <option value=".org.cn">.org.cn</option>
          <option value=".gov.cn">.gov.cn</option>
          <option value=".cc">.cc</option>
          <option value=".tv">.tv</option>
        </select></td>
    </tr>
    <tr> 
      <td>开始时间:</td>
      <td><input onfocus="setday(this)" name="YeWu_STimeS" type="text" class="InputOne" id="CTimeS2" size="10" maxlength="15">
      <input onfocus="setday(this)" name="YeWu_STimeE" type="text" class="InputOne" id="CTimeE2" size="10" maxlength="15"></td>
      <td>FTP帐号:</td>
      <td><input name="YeWu_FtpUser" type="text" class="InputOne" id="YeWu_FtpUser"></td>
    </tr>
    <tr> 
      <td width="16%">结束时间:</td>
      <td width="33%"><span class="10pt">
        <input onfocus="setday(this)" name="YeWu_ETimeS" type="text" class="InputOne" id="YeWu_ETimeS" size="10" maxlength="15">
        <input onfocus="setday(this)" name="YeWu_ETimeE" type="text" class="InputOne" id="YeWu_ETimeE" size="10" maxlength="15">
      </span></td>
      <td width="17%">IP地址:</td>
      <td width="34%"><input name="YeWu_IP" type="text" class="InputOne" id="YeWu_IP"></td>
    </tr>
    <tr> 
      <td height="10" colspan="4"></td>
    </tr>
    <tr> 
      <td height="28" colspan="4"><strong>排序</strong></td>
    </tr>
    <tr> 
      <td align="right">排序:</td>
      <td><input name="VDesc" type="radio" value="1" checked>
        降序 
        <input name="VDesc" type="radio" value="2">
      升序 </td>
      <td>排序字段:</td>
      <td><select name=VByKey class="css03" id="VByKey" style="WIDTH:90px">
          <option value="YeWu_ATime" selected>申请日期</option>
          <option value="YeWu_STime">开通日期</option>
          <option value="YeWu_ETime">结束日期</option>
      </select></td>
    </tr>
    <tr> 
      <td align="right">&nbsp;</td>
      <td>&nbsp; </td>
      <td align="right">每页显示:</td>
      <td> <select name=VNum class="css03" id="VNum" style="WIDTH:90px">
          <option value="20" selected>20</option>
          <option value="30">30</option>
          <option value="50">50</option>
          <option value="100">100</option>
          <option value="200">200</option>
          <option value="500">500</option>
		  <option value="9000000">不限</option>
      </select> </td>
    </tr>
    <tr align="center"> 
      <td height="40" colspan="4"><br>
        <input name="Submit2" type="submit" class="ButtonOne" value="  搜  索  "> 
      </td>
    </tr>
  </table>
  </td>
  </tr>
</table></div>
		</td>
	</tr>
</table>
</form>
<% Call ExitEnd(False) %>
</body>
<script language="JavaScript">
<!--
	document.parentWindow.onresize = fn_RejustViewPanel ;
	fn_RejustViewPanel ( ) ;
	//alert ( document.body.clientWidth + ":" + viewPanel.clientWidth ) ;
//-->
</script>
</html>

⌨️ 快捷键说明

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