亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來(lái)到蟲(chóng)蟲(chóng)下載站! | ?? 資源下載 ?? 資源專(zhuān)輯 ?? 關(guān)于我們
? 蟲(chóng)蟲(chóng)下載站

?? empmain_verify.asp

?? 好用的管理,代碼程序 好用的管理,代碼程序
?? ASP
字號(hào):
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="Connections/EmpMain.asp" -->
<!--#include file="EmpMain_CheckRight.asp"-->
<%
Dim username
Dim EmpList
Dim EmpList_numRows
username=session("name")
if fncheckupart(1)=true then
Set EmpList= Server.CreateObject ("ADODB.RecordSet")
EmpList.open "select * from T_Client  where F_IsVerify='0' order by F_Id desc",MM_EmpMain_STRING,1,3
else
Set EmpList= Server.CreateObject ("ADODB.RecordSet")
EmpList.open "select * from T_Client  where F_IsVerify='0' and F_EClerk='"&username&"' order by F_Id desc",MM_EmpMain_STRING,1,3
end if
if EmpList.eof then 
	response.Write"<script language=JavaScript>" & chr(13) & "alert('沒(méi)有待審核客戶(hù)!點(diǎn)擊關(guān)閉!');" &"window.close()" & "</script>"
 else 
end if
EmpList_numRows = 0
%>


<%
Dim Repeat1__numRows
Dim Repeat1__index

Repeat1__numRows = 40
Repeat1__index = 0
EmpList_numRows = EmpList_numRows + Repeat1__numRows
%>
<%

Dim EmpList_total
Dim EmpList_first
Dim EmpList_last

EmpList_total = EmpList.RecordCount

If (EmpList_numRows < 0) Then
  EmpList_numRows = EmpList_total
Elseif (EmpList_numRows = 0) Then
  EmpList_numRows = 1
End If

EmpList_first = 1
EmpList_last  = EmpList_first + EmpList_numRows - 1

If (EmpList_total <> -1) Then
  If (EmpList_first > EmpList_total) Then
    EmpList_first = EmpList_total
  End If
  If (EmpList_last > EmpList_total) Then
    EmpList_last = EmpList_total
  End If
  If (EmpList_numRows > EmpList_total) Then
    EmpList_numRows = EmpList_total
  End If
End If
%>
<%

If (EmpList_total = -1) Then

  EmpList_total=0
  While (Not EmpList.EOF)
    EmpList_total = EmpList_total + 1
    EmpList.MoveNext
  Wend

  If (EmpList.CursorType > 0) Then
    EmpList.MoveFirst
  Else
    EmpList.Requery
  End If

  If (EmpList_numRows < 0 Or EmpList_numRows > EmpList_total) Then
    EmpList_numRows = EmpList_total
  End If

  EmpList_first = 1
  EmpList_last = EmpList_first + EmpList_numRows - 1
  
  If (EmpList_first > EmpList_total) Then
    EmpList_first = EmpList_total
  End If
  If (EmpList_last > EmpList_total) Then
    EmpList_last = EmpList_total
  End If

End If
%>
<%
Dim MM_paramName 
%>
<%

Dim MM_rs
Dim MM_rsCount
Dim MM_size
Dim MM_uniqueCol
Dim MM_offset
Dim MM_atTotal
Dim MM_paramIsDefined

Dim MM_param
Dim MM_index

Set MM_rs    = EmpList
MM_rsCount   = EmpList_total
MM_size      = EmpList_numRows
MM_uniqueCol = ""
MM_paramName = ""
MM_offset = 0
MM_atTotal = false
MM_paramIsDefined = false
If (MM_paramName <> "") Then
  MM_paramIsDefined = (Request.QueryString(MM_paramName) <> "")
End If
%>
<%

if (Not MM_paramIsDefined And MM_rsCount <> 0) then

  MM_param = Request.QueryString("index")
  If (MM_param = "") Then
    MM_param = Request.QueryString("offset")
  End If
  If (MM_param <> "") Then
    MM_offset = Int(MM_param)
  End If

  If (MM_rsCount <> -1) Then
    If (MM_offset >= MM_rsCount Or MM_offset = -1) Then  
      If ((MM_rsCount Mod MM_size) > 0) Then        
        MM_offset = MM_rsCount - (MM_rsCount Mod MM_size)
      Else
        MM_offset = MM_rsCount - MM_size
      End If
    End If
  End If

  MM_index = 0
  While ((Not MM_rs.EOF) And (MM_index < MM_offset Or MM_offset = -1))
    MM_rs.MoveNext
    MM_index = MM_index + 1
  Wend
  If (MM_rs.EOF) Then 
    MM_offset = MM_index  
  End If

End If
%>
<%

If (MM_rsCount = -1) Then

  MM_index = MM_offset
  While (Not MM_rs.EOF And (MM_size < 0 Or MM_index < MM_offset + MM_size))
    MM_rs.MoveNext
    MM_index = MM_index + 1
  Wend

  If (MM_rs.EOF) Then
    MM_rsCount = MM_index
    If (MM_size < 0 Or MM_size > MM_rsCount) Then
      MM_size = MM_rsCount
    End If
  End If

  If (MM_rs.EOF And Not MM_paramIsDefined) Then
    If (MM_offset > MM_rsCount - MM_size Or MM_offset = -1) Then
      If ((MM_rsCount Mod MM_size) > 0) Then
        MM_offset = MM_rsCount - (MM_rsCount Mod MM_size)
      Else
        MM_offset = MM_rsCount - MM_size
      End If
    End If
  End If

  If (MM_rs.CursorType > 0) Then
    MM_rs.MoveFirst
  Else
    MM_rs.Requery
  End If

  MM_index = 0
  While (Not MM_rs.EOF And MM_index < MM_offset)
    MM_rs.MoveNext
    MM_index = MM_index + 1
  Wend
End If
%>
<%

EmpList_first = MM_offset + 1
EmpList_last  = MM_offset + MM_size

If (MM_rsCount <> -1) Then
  If (EmpList_first > MM_rsCount) Then
    EmpList_first = MM_rsCount
  End If
  If (EmpList_last > MM_rsCount) Then
    EmpList_last = MM_rsCount
  End If
End If

MM_atTotal = (MM_rsCount <> -1 And MM_offset + MM_size >= MM_rsCount)
%>
<%

Dim MM_keepNone
Dim MM_keepURL
Dim MM_keepForm
Dim MM_keepBoth

Dim MM_removeList
Dim MM_item
Dim MM_nextItem

MM_removeList = "&index="
If (MM_paramName <> "") Then
  MM_removeList = MM_removeList & "&" & MM_paramName & "="
End If

MM_keepURL=""
MM_keepForm=""
MM_keepBoth=""
MM_keepNone=""

For Each MM_item In Request.QueryString
  MM_nextItem = "&" & MM_item & "="
  If (InStr(1,MM_removeList,MM_nextItem,1) = 0) Then
    MM_keepURL = MM_keepURL & MM_nextItem & Server.URLencode(Request.QueryString(MM_item))
  End If
Next

For Each MM_item In Request.Form
  MM_nextItem = "&" & MM_item & "="
  If (InStr(1,MM_removeList,MM_nextItem,1) = 0) Then
    MM_keepForm = MM_keepForm & MM_nextItem & Server.URLencode(Request.Form(MM_item))
  End If
Next

MM_keepBoth = MM_keepURL & MM_keepForm
If (MM_keepBoth <> "") Then 
  MM_keepBoth = Right(MM_keepBoth, Len(MM_keepBoth) - 1)
End If
If (MM_keepURL <> "")  Then
  MM_keepURL  = Right(MM_keepURL, Len(MM_keepURL) - 1)
End If
If (MM_keepForm <> "") Then
  MM_keepForm = Right(MM_keepForm, Len(MM_keepForm) - 1)
End If

Function MM_joinChar(firstItem)
  If (firstItem <> "") Then
    MM_joinChar = "&"
  Else
    MM_joinChar = ""
  End If
End Function
%>
<%

Dim MM_keepMove
Dim MM_moveParam
Dim MM_moveFirst
Dim MM_moveLast
Dim MM_moveNext
Dim MM_movePrev

Dim MM_urlStr
Dim MM_paramList
Dim MM_paramIndex
Dim MM_nextParam

MM_keepMove = MM_keepBoth
MM_moveParam = "index"

If (MM_size > 1) Then
  MM_moveParam = "offset"
  If (MM_keepMove <> "") Then
    MM_paramList = Split(MM_keepMove, "&")
    MM_keepMove = ""
    For MM_paramIndex = 0 To UBound(MM_paramList)
      MM_nextParam = Left(MM_paramList(MM_paramIndex), InStr(MM_paramList(MM_paramIndex),"=") - 1)
      If (StrComp(MM_nextParam,MM_moveParam,1) <> 0) Then
        MM_keepMove = MM_keepMove & "&" & MM_paramList(MM_paramIndex)
      End If
    Next
    If (MM_keepMove <> "") Then
      MM_keepMove = Right(MM_keepMove, Len(MM_keepMove) - 1)
    End If
  End If
End If

If (MM_keepMove <> "") Then 
  MM_keepMove = MM_keepMove & "&"
End If

MM_urlStr = Request.ServerVariables("URL") & "?" & MM_keepMove & MM_moveParam & "="

MM_moveFirst = MM_urlStr & "0"
MM_moveLast  = MM_urlStr & "-1"
MM_moveNext  = MM_urlStr & CStr(MM_offset + MM_size)
If (MM_offset - MM_size < 0) Then
  MM_movePrev = MM_urlStr & "0"
Else
  MM_movePrev = MM_urlStr & CStr(MM_offset - MM_size)
End If
%>

<html>

<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>待審核客戶(hù)列表</title>
<link rel="stylesheet" href="CSS/SellWellWeb.css" type="text/css">
<script>setTimeout("location.href='EmpMain_verify.asp'",5000);</script>
<script>
var objClassName
var objorgImg=null
function showDetail(obj){
    URL = window.parent.frames("frmbottom").window.location.href
    if(URL.indexOf("EmpMain_Main.asp")==-1){
    window.parent.frames("frmbottom").window.location = "EmpMain_Main.asp?ID=" + obj.EmpID + "&PageType=Base"
 return
 }
    window.parent.frames("frmbottom").window.document.form1.ID.value = obj.EmpID
 strUrl=window.parent.frames("frmbottom").window.frames("main").location.href
 NewUrl = strUrl.substr(0,strUrl.indexOf("?")) + "?ID="+obj.EmpID + "&PageType=Base"
 window.parent.frames("frmbottom").window.frames("main").location.href = NewUrl
}

function showCursorLocation(objimg){
     if(objorgImg==null){
   objorgImg = eval("document.all."+objimg)
 }
 else{
   objorgImg.style.display = "none"
 }
 objorgImg = eval("document.all."+objimg)
 eval("document.all."+objimg+".style.display=''")
}

function HLItem(obj){
 obj.oldClassName=obj.className;
 obj.className="ListValuehighlight";
}

function fnDoDelete(id){
if(confirm("您確認(rèn)要?jiǎng)h除該用戶(hù)?")){
  window.location = "EmpMain_delete.asp?id="+id; 
  }
 }
function Re(obj){
 obj.className=obj.oldClassName
}

function dosearch(){
searchField = document.form1.searchField.options[document.form1.searchField.selectedIndex].value
searchWord = document.form1.SearchWord.value
  window.location = "EmpMain_List.asp?searchField="+searchField+"&searchWord="+searchWord
}


function fnRedirect(obj){
  window.location= obj.value
}
function onsearch(obj){
 window.location = "EmpMain_list.asp?searchField=客戶(hù)性質(zhì)&SearchWord="+obj.options[obj.selectedIndex].value

}
</script>
</head>

<body bgcolor="#EAF4FF" class="body">
<fieldset class="fiedset"><legend>待審核客戶(hù)列表</legend>
<div align="right">

  <table width="100%" border="0" align="center" class="table" cellspacing="0" bordercolor="#ffffff" cellpadding="0">
    <tr> 
      <td width="5%" align="center" class="listTitle" nowrap>&nbsp;</td>
      <td width="5%" align="center" class="listTitle" nowrap>公司編號(hào)</td>
      <td width="11%" align="center" class="listTitle" nowrap>公司名稱(chēng)</td>
      <td width="10%" align="center" class="listTitle" nowrap>最近聯(lián)系</td>
      <td width="8%" align="center" class="listTitle" nowrap>省市</td>
      <td width="20%" align="center" class="listTitle" nowrap>聯(lián)系人</td>
      <td width="19%" align="center" class="listTitle" nowrap>客戶(hù)等級(jí)</td>
      <td width="16%" align="center" class="listTitle" nowrap>操作</td>
    </tr>
    <%
i = 0 
%>
    <% 
While ((Repeat1__numRows <> 0) AND (NOT EmpList.EOF)) 
%>
    <%
i = i + 1 
if i mod 2 <> 0 then
classname="ListValueWhite"
else
classname="ListValuegray"
end if
%>
    <tr class="<%=classname%>" EmpID="<%=trim(EmpList.Fields.Item("F_Id").Value)%>" onClick="showDetail(this);showCursorLocation('cursorimg<%=i%>')" style="cursor:hand" onMouseOver="HLItem(this)" onMouseOut="Re(this)"> 
      <td width="5%"  nowrap><div align="center"><img src="images/location.gif" width="16" height="12" style="display:none" id="cursorimg<%=i%>"></div></td>
      <td width="5%"  nowrap><%=trim(EmpList.Fields.Item("F_Id").Value)%></td>
      <td width="11%"  nowrap><%=trim(EmpList.Fields.Item("F_CompanyName").Value)%></td>
      <td width="10%"  nowrap><%=trim(EmpList.Fields.Item("F_Redate").Value)%></td>
      <td width="8%"  nowrap><%=trim(EmpList.Fields.Item("F_City").Value)%></td>
      <td width="20%"  nowrap><%=trim(EmpList.Fields.Item("F_Contect").Value)%></td>
      <td width="19%"  nowrap><%=trim(EmpList.Fields.Item("F_Levels").Value)%></td>
      <td width="16%"  nowrap><%if fncheckupart(1)=true then%><button class="button" name=mody onClick="javascript:void window.open('EmpMain_verify_success.asp?id=<%=trim(EmpList.Fields.Item("F_Id").Value)%>','addnew')">審核</button><%end if%>&nbsp;&nbsp;<button class="button" name=dell  onclick="javascript:void window.open('EmpMain_modyNew.asp?id=<%=trim(EmpList.Fields.Item("F_Id").Value)%>','AddNew')" >修改/查看</button>&nbsp;&nbsp;<%if fncheckupart(1)=true or fncheckupart(2)=true or fncheckupart(3)=true then%><button class="button" name=dell  onclick="javascript:void window.open('EmpMain_delete.asp?id=<%=trim(EmpList.Fields.Item("F_Id").Value)%>','AddNew','width=650,height=380')" >刪除</button><%end if%></td>
    </tr>
    <% 
  Repeat1__index=Repeat1__index+1
  Repeat1__numRows=Repeat1__numRows-1
  EmpList.MoveNext()
Wend
%>

  </table>
</div>
<div align="right">
<table border="0" width="100%" style="border-collapse: collapse" bordercolor="#111111" cellpadding="0" cellspacing="0">
    <tr> 
      <td width="50%" class="CaptionS">從第<%=(EmpList_first)%>條到第<%=(EmpList_last)%>條記錄,總共<%=(EmpList_total)%>條記錄</td>
      <td width="50%" class="CaptionS"> 
        <table border="0" width="50%" align="right">
          <tr> 
            <td width="23%" align="center"> <a href="<%=MM_moveFirst%>"><img src="First.gif" border=0></a> 
            </td>
            <td width="31%" align="center"> <a href="<%=MM_movePrev%>"><img src="Previous.gif" border=0></a> 
            </td>
            <td width="23%" align="center"> <a href="<%=MM_moveNext%>"><img src="Next.gif" border=0></a> 
            </td>
            <td width="23%" align="center"> <a href="<%=MM_moveLast%>"><img src="Last.gif" border=0></a> 
            </td>
          </tr>
        </table>
        <div align="right"></div></td>  
  </tr>
</table>
</div>
</fieldset>
</body>
</html>
<%
EmpList.Close()
Set EmpList = Nothing
%>


?? 快捷鍵說(shuō)明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
成人永久免费视频| 亚洲理论在线观看| 精品综合免费视频观看| 日韩精品一区二区三区老鸭窝| 麻豆精品视频在线观看免费 | 在线视频中文字幕一区二区| 亚洲视频你懂的| 欧美午夜免费电影| 日韩精品欧美精品| 久久人人超碰精品| av毛片久久久久**hd| 夜夜嗨av一区二区三区中文字幕| 欧美日韩久久不卡| 精品综合久久久久久8888| 中文字幕成人av| 欧美午夜寂寞影院| 精品在线免费观看| 亚洲人吸女人奶水| 日韩一区二区三| 99视频在线精品| 日本在线不卡视频一二三区| 久久精品无码一区二区三区 | 色女孩综合影院| 日韩成人免费电影| 欧美激情一区二区三区在线| 在线亚洲欧美专区二区| 麻豆成人在线观看| 亚洲免费观看高清完整| 欧美成人一区二区| 色婷婷综合久久| 国产在线精品国自产拍免费| 亚洲精品欧美二区三区中文字幕| 欧美一区二区三区在线看| www.色综合.com| 精品午夜久久福利影院| 亚洲一区二区在线播放相泽| 久久久精品免费观看| 欧美日韩一区二区三区高清| 国产成人精品一区二| 秋霞午夜av一区二区三区 | 亚洲高清免费在线| 中文在线一区二区| 欧美sm美女调教| 欧美日韩日日摸| 成人免费看片app下载| 日韩主播视频在线| 亚洲自拍都市欧美小说| 欧美国产日韩在线观看| 日韩欧美综合一区| 欧美理论片在线| 99国产精品国产精品久久| 国产一区二区女| 久久 天天综合| 日韩av高清在线观看| 一区二区三区欧美视频| 综合分类小说区另类春色亚洲小说欧美 | 亚洲人成小说网站色在线| 精品久久国产老人久久综合| 欧美高清www午色夜在线视频| av资源站一区| 成人综合激情网| 国产盗摄精品一区二区三区在线| 久久精品国产网站| 青青草国产成人av片免费| 亚洲国产精品久久人人爱| 亚洲美女免费在线| 亚洲美女免费视频| 亚洲精品视频自拍| 亚洲你懂的在线视频| 亚洲天堂中文字幕| 亚洲欧美经典视频| 亚洲乱码国产乱码精品精98午夜 | 国产欧美精品一区二区三区四区 | 免费美女久久99| 免费在线观看一区| 麻豆成人久久精品二区三区小说| 另类综合日韩欧美亚洲| 久久激五月天综合精品| 国产一区二区三区综合| 国产精品一区二区免费不卡| 懂色av一区二区三区免费观看 | 亚洲综合视频网| 亚洲成人动漫av| 丝瓜av网站精品一区二区 | 偷拍日韩校园综合在线| 日韩电影一区二区三区| 精久久久久久久久久久| 丁香婷婷综合色啪| 99国产欧美另类久久久精品| 欧美综合一区二区三区| 91精品国产91热久久久做人人| 日韩三级免费观看| 日本一区二区久久| 亚洲精品成人少妇| 视频一区欧美日韩| 国产尤物一区二区在线| av一区二区三区| 欧美在线不卡视频| 日韩欧美国产一区二区三区| 国产日韩欧美在线一区| 亚洲激情图片小说视频| 午夜久久电影网| 国产呦萝稀缺另类资源| 色播五月激情综合网| 日韩一区二区在线看片| 国产日韩三级在线| 亚洲成a人片在线观看中文| 久久99国产精品麻豆| 97精品国产露脸对白| 91精品国产色综合久久不卡电影| 日韩欧美www| 中文字幕一区二区三区在线观看| 亚洲一区二区三区自拍| 国产一区二区福利| 在线观看视频欧美| 久久久精品蜜桃| 日韩影院在线观看| 丁香天五香天堂综合| 欧美美女直播网站| 国产精品护士白丝一区av| 天天综合网天天综合色| 成人精品一区二区三区中文字幕| 9191成人精品久久| 亚洲欧洲av在线| 国产在线视频不卡二| 欧美三级欧美一级| 中文字幕一区av| 久久成人精品无人区| 在线国产亚洲欧美| 国产精品久久久久永久免费观看| 青青草国产成人av片免费| 色素色在线综合| 国产精品色呦呦| 国内久久婷婷综合| 欧美高清视频在线高清观看mv色露露十八 | 1000部国产精品成人观看| 久久精品国产免费看久久精品| 日本韩国精品一区二区在线观看| 国产亚洲欧美在线| 麻豆精品在线观看| 欧美欧美欧美欧美首页| 成人欧美一区二区三区1314 | 免费高清在线一区| 欧美综合一区二区三区| 中文字幕不卡的av| 国产一区在线观看视频| 日韩色视频在线观看| 爽好久久久欧美精品| 欧美日韩国产精品成人| 一区二区三区高清不卡| 色综合中文字幕| 亚洲欧美激情插| av一区二区久久| 中文字幕一区二区三区四区不卡 | 91丝袜国产在线播放| 国产精品色在线| av资源站一区| 中文字幕中文字幕在线一区| 国产精品77777竹菊影视小说| 精品国产污网站| 久久91精品国产91久久小草| 欧美成va人片在线观看| 日本大胆欧美人术艺术动态 | 国产精品一二三| 久久久777精品电影网影网 | 91一区一区三区| 亚洲精品欧美激情| 欧美日韩一区二区三区免费看| 午夜婷婷国产麻豆精品| 4438亚洲最大| 久久97超碰国产精品超碰| 久久久av毛片精品| 成人免费毛片app| 一区二区在线电影| 欧美精品 国产精品| 美腿丝袜亚洲色图| 久久精品一区八戒影视| av激情亚洲男人天堂| 亚洲欧美日韩在线| 欧美日韩成人综合天天影院 | 成人黄色片在线观看| 亚洲丝袜自拍清纯另类| 欧美亚洲综合色| 人人狠狠综合久久亚洲| 国产网红主播福利一区二区| 成人在线综合网| 亚洲午夜精品网| 日韩女同互慰一区二区| 粉嫩欧美一区二区三区高清影视 | 中日韩av电影| 在线一区二区观看| 蜜桃av一区二区三区| 国产视频一区二区在线观看| 一本色道久久综合狠狠躁的推荐| 天堂一区二区在线| 国产精品天美传媒| 欧美午夜不卡视频| 国产一区二区电影| 亚洲成人精品一区| 国产欧美日韩不卡免费|