您的位置:
->
<%
Const MaxPerPage=20
dim totalPut
dim CurrentPage
dim TotalPages
dim j
dim sql
if Not isempty(SafeRequest("page",1)) then
currentPage=Cint(SafeRequest("page",1))
else
currentPage=1
end if
If Intcatid = 0 Then
rs.open "select newsid,newsname,newscontent,addname,adddate from news Order By adddate desc",conn,1,1
Else
rs.open "select newsid,newsname,newscontent,addname,adddate from news Where categoryid = "& Intcatid &" Order By adddate desc ",conn,1,1
End If
if rs.eof And rs.bof then
Response.Write " 您还没有添加新闻!"
else
totalPut=rs.recordcount
if currentpagetotalput then
if (totalPut mod MaxPer
2021-04-07 21:53:36
4.21MB
1
焦作全达汽车销售管理系统从管理员用户角度进行功能划分。
1、系统管理:该模块主要是让超级管理员可以添加系统中的普通管理员来共同管理本系统。。
2、销售管理:可根据客需求,添加,查询销售记录,包括编号,名称,电话,地址,负责人,价格等。
3、订单管理:可管理订单信息,添加,查询,修改,删除等操作,包括车架代号,品牌子,车型,颜色,排量,换档方式,价格,图片,等。
4、汽车信息管理:包括编号,价格,图片,大小, 查询,修改,删除等操作等
5.用户管理:用户工添加,查询等操作,包括用户名,姓名,性别,电话,身份证,地址,出生年月,照片,密码等,
6、数据备份:数据保存,以防丢失。
2021-04-07 20:13:27
6.93MB
1
|