updatefghdfg.asp
来自「绿叶oa系统办公自动化 2008.工作日志管理,文件管理」· ASP 代码 · 共 376 行 · 第 1/2 页
ASP
376 行
<td width="3%"><div align="right"><img src="../../img/txl/28.gif" width="16" height="16"></div></td>
<td width="6%"><div align="right"><a href="../../toall/shouwen/sentshengqinglistfsdghs.asp">拟稿记录</a></div></td>
<td width="3%"><div align="right"><img src="../../img/txl/15.gif" width="16" height="16"></div></td>
<td width="6%"><div align="right"><a href="../../toall/shouwen/daishenlist.asp">待审收文</a></div></td>
<td width="3%"><div align="right"><img src="../../img/txl/26.gif" width="16" height="16"></div></td>
<td width="6%"><div align="right"><a href="../../toall/shouwen/yishenlist.asp">已审收文</a></div></td>
<td width="3%"><div align="right"><img src="../../img/txl/From.gif" width="16" height="16"></div></td>
<td width="6%"><div align="right"><a href="../../toall/shouwen/getshenlist.asp">审稿列表</a></div></td>
<td width="3%"><div align="right"><img src="../../img/txl/12.gif" width="16" height="16"></div></td>
<td width="6%"><div align="right"><a href="../../toall/shouwen/havenoqianyuelist.asp">待签收文</a> <span class="style41"></span></div></td>
<td width="3%"><div align="right"><img src="../../img/txl/1.gif" width="16" height="16"></div></td>
<td width="6%"><div align="right"><a href="../../toall/shouwen/haveedqianyuelist.asp">已签收文</a></div></td>
<td width="2%"><div align="right"><img src="../../img/txl/16.gif" width="16" height="16"></div></td>
<td width="6%"><div align="right"><a href="../../toall/shouwen/qianyuelist.asp">签阅列表</a></div></td>
<td width="2%"><div align="right"><img src="../../img/txl/24.gif" width="16" height="16"></div></td>
<td width="6%"><div align="right"><a href="../../toall/shouwen/havenobanlilist.asp">待办收文</a></div></td>
<td width="2%"><div align="right"><img src="../../img/txl/hn2_sunny.gif" width="19" height="19"></div></td>
<td width="6%"><div align="right"><a href="../../toall/shouwen/haveedbanlilist.asp">已办收文</a></div></td>
<td width="2%"><div align="right"><img src="../../img/txl/31.gif" width="16" height="16"></div></td>
<td width="6%"><div align="right"><a href="../../toall/shouwen/banlilist.asp">办理列表</a></div></td>
<td width="1%"> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td><a href="../../toall/fawen/updatimgpath.asp">上传签名</a></td>
<td> </td>
</tr>
</table>
<table width="100%" height="20" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="6" height="20"><img src="/img/bbs/leftlin1red.gif" width="6"></td>
<td width="936" height="20" bgcolor="#FF3333"><div align="center" class="style38"><span class="style5"><span class="style13 style5 style6"><span class="style36"> 收 文 <%if q="" then%>审 稿<%elseif q="banli" then%>办理<%else%>签阅<%end if%> 意 见 管 理 </span></span></span></div></td>
</tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="1" bgcolor="#FF3333">
<tr>
<td bgcolor="#FFFFFF"><p align="center"> <br>
<%=(r.Fields.Item("事由").Value)%>
<br>
时间:<%=(r.Fields.Item("添加时间").Value)%>
<%if r("最后更新日期")<>"2006-10-1" then%>
<span class="style37">更新:<%=(r.Fields.Item("最后更新时间").Value)%></span>
<%end if%>
点击:<%=(r.Fields.Item("点击").Value)%>
<hr width="95%" size="1" color="#cccccc" height="1">
<% If Not Recordset2.EOF Or Not Recordset2.BOF Then %>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="225">
<div align="center"></div>
<form name="form1" method="post" action="upostdfghsgf.asp"return dis()">
<div align="center">
<p>
<input name="q" type="hidden" id="q" value="<%=request("q")%>"><%=request("q")%>
<input name="id" type="hidden" id="id" value="<%=request("id")%>">
<textarea name="yijian" cols="80" rows="10" id="yijian"><%=(Recordset2.Fields.Item("审批意见").Value)%></textarea>
<input name="ids" type="hidden" id="ids" value="<%=request("ids")%>">
<br>
<%if request("q")="" then%>
审核结果: 通过 :
<input <%If (CStr((Recordset2.Fields.Item("审稿结果").Value)) = CStr("通过")) Then Response.Write("CHECKED") : Response.Write("")%> name="审核结果" type="radio" value="通过" checked>
;不通过:
<input <%If (CStr((Recordset2.Fields.Item("审稿结果").Value)) = CStr("不通过")) Then Response.Write("CHECKED") : Response.Write("")%> type="radio" name="审核结果" value="不通过">
不置可否:
<input <%If (CStr((Recordset2.Fields.Item("审稿结果").Value)) = CStr("不置可否")) Then Response.Write("CHECKED") : Response.Write("")%> type="radio" name="审核结果" value="不置可否">
<%end if%>
<%if request("q")="banli" then%>
办理结果: 办完 :
<input <%If (CStr((Recordset2.Fields.Item("审稿结果").Value)) = CStr("办完")) Then Response.Write("CHECKED") : Response.Write("")%> name="审核结果" type="radio" value="办完" onclick="this.form.办完日期.disabled=0">
;未办完:
<input <%If (CStr((Recordset2.Fields.Item("审稿结果").Value)) = CStr("未办完")) Then Response.Write("CHECKED") : Response.Write("")%> type="radio" name="审核结果" value="未办完" onclick="this.form.办完日期.disabled=1;readonly=false">
暂未开始办:
<input <%If (CStr((Recordset2.Fields.Item("审稿结果").Value)) = CStr("暂未开始办")) Then Response.Write("CHECKED") : Response.Write("")%> type="radio" name="审核结果" value="暂未开始办" onclick="this.form.办完日期.disabled=1;readonly=false">
办完日期:
<input name="办完日期" type="text" id="办完日期" value="<%=r("办完日期")%>" size="10">
<%end if%>
<%if request("q")="qianyue" then%>
签阅: 同意 :
<input <%If (CStr((Recordset2.Fields.Item("审稿结果").Value)) = CStr("同意")) Then Response.Write("CHECKED") : Response.Write("")%> name="审核结果" type="radio" value="同意" checked>
;不同意:
<input <%If (CStr((Recordset2.Fields.Item("审稿结果").Value)) = CStr("不同意")) Then Response.Write("CHECKED") : Response.Write("")%> type="radio" name="审核结果" value="不同意">
待商榷:
<input <%If (CStr((Recordset2.Fields.Item("审稿结果").Value)) = CStr("待商榷")) Then Response.Write("CHECKED") : Response.Write("")%> type="radio" name="审核结果" value="待商榷">
<%end if%>
</p>
<table width="269" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="424"><input name="submit" type=submit style="FONT-SIZE: 12px; HEIGHT: 27px" value= " 更 新 " onClick='return check();'>
<input name="重置" type=reset style="FONT-SIZE: 12px; HEIGHT: 27px" value= " 还 原 " >
<input name="按钮" type=button style="FONT-SIZE: 12px; HEIGHT: 27px" onClick="javascript:history.go(-1)" value= " 返 回 " ></td>
</tr>
</table>
</div>
</form>
</td>
</tr>
</table>
<% End If ' end Not Recordset2.EOF Or NOT Recordset2.BOF %>
<table width="814" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="520"><table width="94%" border="0" cellspacing="0" cellpadding="0">
<% If Not Recordset1.EOF Or Not Recordset1.BOF Then %>
<%
While ((Repeat1__numRows <> 0) AND (NOT Recordset1.EOF))
%><%p=Recordset1.Fields.Item("文件路径").Value%>
<tr>
<td width="482"> <a href="redirect.asp?id=<%=(Recordset1.Fields.Item("id").Value)%>&gwid=<%=(Recordset1.Fields.Item("邮件编号").Value)%>&fpath=<%=p%>" target="_blank"><%=(Recordset1.Fields.Item("文件名").Value)%></a> <a href="downfile.asp?id=<%=(Recordset1.Fields.Item("id").Value)%>&gwid=<%=(Recordset1.Fields.Item("邮件编号").Value)%>" >下载</a> <span class="style39"><%=(Recordset1.Fields.Item("文件上传时间").Value)%><%=(Recordset1.Fields.Item("上传人姓名").Value)%>(<%=(Recordset1.Fields.Item("上传人部门").Value)%>)</span><br/></td>
</tr>
<%
Repeat1__index=Repeat1__index+1
Repeat1__numRows=Repeat1__numRows-1
Recordset1.MoveNext()
Wend
%>
<% End If ' end Not Recordset1.EOF Or NOT Recordset1.BOF %>
</table></td>
<td width="294"> 拟稿人:<a href="#" title="提交人:<%=r("添加人姓名")%> 部门:<%=r("添加人部门")%>"><%=(r.Fields.Item("发送人").Value)%></a><br>
时间:<%=(r.Fields.Item("添加时间").Value)%>
<%if r("最后更新日期")<>"2006-10-1" then%>
<span class="style37"><br>
更新:<%=(r.Fields.Item("最后更新时间").Value)%></span>
<%end if%> </td>
</tr>
</table>
<%
While ((Repeat2__numRows <> 0) AND (NOT Recordset2.EOF))
%>
<%
Repeat2__index=Repeat2__index+1
Repeat2__numRows=Repeat2__numRows-1
Recordset2.MoveNext()
Wend
%></td>
</tr>
</table>
<p align="center"><a href="adminyijianfcgf.asp">返回</a></p>
<%
r.Close()
Set r = Nothing
%>
<%
Recordset1.Close()
Set Recordset1 = Nothing
%>
<%
Recordset3.Close()
Set Recordset3 = Nothing
%>
<%
Recordset2.Close()
Set Recordset2 = Nothing
%>
<%else%>
<script>
{
alert("数据不存在.");history.go(-1);
}
</script>
<%end if%>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?