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

📄 showfundsave.asp

📁 这是去年开发的中移鼎讯手机进销存系统 大家
💻 ASP
字号:
<!--#include file="../inc/function.asp"-->
<!--#include file="../inc/ChkPurview.asp"-->

<%

Dim ID,CUserID,CInfo
ID=request("ID")
CUserID = request("CUserID")
CInfo=Request("CInfo")
if ID=""  or Cinfo="" then
	Call Msg("非法参考数",1,"")
else
	Sql = "Select * from T_Fund where FundID="&Cstr(ID)&""
	call sql_open(Rs,Sql,Conn,1,3)
	if Rs.eof and Rs.bof then
		Call Msg("没有内容",1,"")
	else
		Rs("IsCheck") = 1
		Rs("CUserID") = CUserID
		Rs("CInfo") = CInfo
		Rs("CheckTime") = now()
		Rs.update()
		
	end if
	Call Rs_end(Rs)
	Response.Redirect("ShowFund.asp?id="&cstr(ID)&"")
		
end if




%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>保存</title>
</head>

<body>

</body>
</html>

⌨️ 快捷键说明

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