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

📄 e_reininfo.asp

📁 一个很好的在线购物系统
💻 ASP
字号:

<!--#include file="../include/Pubconn.asp"-->
<%
'投诉日期
ksfs=request("ksfs")
djbh=request("djbh")
khxh=request("khxh")
cpbm=request("cpbm")
wtstyle=request("wtstyle")
jycd=request("jycd")
ksyq=request("ksyq")
ksproblem=request("ksproblem")


year1=request("year1")
month1=request("month1")
date1=request("date1")
if year1<>"" and month1<>""  then
   ksrq=year1+"-"+month1+"-"+date1
end if 
'受理日期
year2=request("year2")
month2=request("month2")
date2=request("date2")
if year2<>"" and month2<>""  then
   slrq=year1+"-"+month1+"-"+date1
end if 

set rsts=Server.CreateObject("ADODB.RecordSet")
sql="select *  from E_ClientComplain "
rsts.open sql,Pubconn,1,3
rsts.addnew
  rsts("BillID")=djbh
  rsts("DisposePerson")=Session("UserID")
  rsts("ClientNum")=khxh 
  rsts("ComplainTime")=ksrq
  rsts("Style")=ksfs
  rsts("ProdCode")=cpbm
  rsts("ProblemType")=wtstyle 
  rsts("CrisesLevel")=jycd  
  rsts("Request")=ksyq
  rsts("Problem")=ksProblem
  rsts("DisposeTime")=slrq
  rsts("YesorNO")="0"  
  rsts("Authors")=Session("username") 
  rsts("DepartID")=Session("DepartID")
  
 
rsts.update

%>

<p align="center">
<font size="2">
数据保存成功!!<a href="E_rein.asp">返回</a>
</font>

⌨️ 快捷键说明

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