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

📄 check_date_id.asp

📁 OFFICE办公自动化
💻 ASP
字号:
<%
'文件名:check_date_id.asp
'作者:展亮
'功能:工作流文件审批处理
'参数:
'开发时间:2003-11-4 0:50
%>
<!--#include file="../inc/Secure.asp"-->
<!--#include file="../inc/conn.asp"-->
<!--#include file="../inc/Const.asp"-->
<!--#include file="../asp/displayformdate.asp"-->
<!--#include file="../asp/displaycheckinf.asp"-->
<link rel="stylesheet" type="text/css" href="../css.css">
<%

'-----------------------------------------------------

%>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="../css/flowstep.css" type=text/css>
<title>main</title>
</head>
<center>
<%
page=request("page")
%>
<table>
<tr>
<td><b><font color="#3F608F">工作流文件审批处理</font></b></td><form method="post" action="displaycheckfile.asp"><td><input type="submit" name="submit" value="返回"><input type="hidden" name="page" value="<%=page%>"></td></form>
</tr>
</table>
</center>
<br>
<center>
<%
id=request("id")
ifagree=request("ifagree")
check_content=request("check_content")
if ifagree<>"" then
 sql="update workflow_check_rec set ifagree='" & cString(ifagree) & "',ifcheck='yes',check_content='" & cString(check_content) & "',check_date='" & cString(now()) & "' where id=" & id
 oConn.Execute sql
 set oConn=nothing
%>
<br><br><br>
<font color="#FF0000">
<font size=3>审批完成!</font>

<% 
else 
%> 
<br><br><br> 
<font color=red size=3>审批失败----你必须选择“同意”或“不同意”!</font> 
 
<% 
end if 
%> 
</center> 

 
</font> 

⌨️ 快捷键说明

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