📄 k_stockghdw1.asp
字号:
<!--#include file="../include/Pubconn.asp"-->
<%
'区域下拉单
set rssj=Server.CreateObject("ADODB.RecordSet")
sql="select NumValue from A_ConfigInfo Where Subject='salearea'"
rssj.open sql,Pubconn,1,1
if not rssj.eof then
if not isnull(rssj("NumValue")) then
CloseTime=Split(trim(rssj("NumValue")),",")
end if
end if
set rssj=nothing
%>
<%
'传过来的值
jhdh=request("jhdh")
year1=request("year1")
month1=request("month1")
date1=request("date1")
'本表单的值
set RSkh=server.createobject("adodb.recordset")
str="select * from K_Tblprovider "
RSkh.open str&"order by ID desc" ,pubconn,1
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>单据查询</title><link href="../cread.css" rel="stylesheet" type="text/css">
</head>
<script language="vbscript">
sub GoPage()
page1=document.myform.page1.value
jhdh=document.myform.jhdh.value
year1=document.myform.year1.value
month1=document.myform.month1.value
date1=document.myform.date1.value
a="K_stockghdw1.asp?page="+page1+"&jhdh="+jhdh+"&year1="+year1+"&month1="+month1+"&date1="+date1
window.location=a
end sub
sub winsub()
window.myform.submit
window.close
end sub
</script>
<body bgcolor="#FFFFFF" >
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="100%"><b><font size="3"><img border="0" src="../pic/it_22.gif">
</font>
<font size="2">供应商信息查询
</font>
</b><hr width="40%" size="1" align="left">
</td>
</tr>
</table>
<form method="post" action="K_stockghdw1.asp" name="form1" >
<input type="hidden" name="jhdh" value="<%=jhdh%>">
<input type="hidden" name="year1" value="<%=year1%>">
<input type="hidden" name="month1" value="<%=month1%>">
<input type="hidden" name="date1" value="<%=date1%>">
<table border="0" cellspacing="0" width="100%">
<tr>
<td width="80" align="center" width="151" width="150" bgcolor="#F1E8DA">
<p align="right">
<font size="2">供应商名称
</font>
</p>
</td>
<td width="80" align="center" width="104" width="104" bgcolor="#F1E8DA">
<p align="left">
<input type="text" name="ghdwmc" size="12">
</p>
</td>
<td width="109" align="center" width="96" width="123" bgcolor="#F1E8DA">
<font size="2">供应商类型
</font>
</td>
<td width="120" align="center" width="263" width="243" bgcolor="#F1E8DA">
<p align="left">
<select size="1" name="ghdwlx" style="width:120;">
<option value="">全部</option>
<% if ghdwlx="潜在客户" then%>
<option value="潜在客户" selected>潜在客户</option>
<%else%>
<option value="潜在客户">潜在客户</option>
<%end if%>
<% if ghdwlx="预期客户" then%>
<option value="预期客户" selected>预期客户</option>
<%else%>
<option value="预期客户">预期客户</option>
<%end if %>
<% if ghdwlx="首次购买客户" then%>
<option value="首次购买客户" selected>首次购买客户</option>
<%else%>
<option value="首次购买客户">首次购买客户</option>
<%end if %>
<% if ghdwlx="重复购买客户" then%>
<option value="重复购买客户" selected>重复购买客户</option>
<%else%>
<option value="重复购买客户">重复购买客户</option>
<%end if %>
<% if ghdwlx="忠诚客户" then%>
<option value="忠诚客户" selectd>忠诚客户</option>
<%else%>
<option value="忠诚客户">忠诚客户</option>
<%end if %>
<% if ghdwlx="hbdealer" then%>
<option value="hbdealer" selectd>经销商</option>
<%else%>
<option value="hbdealer">经销商</option>
<%end if %>
</select>
<td width="73" bgcolor="#F1E8DA">
<p align="right">
<font size="2">
区域
</font>
</td>
<td width="214" bgcolor="#F1E8DA">
<select size="1" name="khjb" style="width:100;">
<option value="">全部</option>
<% for i=0 to Ubound(closetime)%>
<option value="<%=closetime(i)%>" <% if khjb=closetime(i) then %> selected <% end if %>><%=closetime(i)%></option>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -