📄 jushou.vm
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<script language="JavaScript" src='$request.getContextPath()/jslib/date.js'></script>
<script Language="JavaScript" src="$request.getContextPath()/jslib/function.js"></script>
<title>拒收文件</title>
</head>
<script language="JavaScript">
function rtnSubmit(){
if(trim(form1.reason.value)==""){alert('请输入拒收原因!');return;}
if(form1.reason.value.length>200){alert('拒收原因字数过多!');return;}
form1.action="$request.getContextPath()/recvDocAction.do?method=refuse";
form1.submit();
if(opener){
window.close();
opener.refreshPage();
}else{
location = "$request.getContextPath()/recvDocAction.do?method=jushouList";
}
}
function windowClose(){
if(opener){
window.close();
}
}
</script>
<link rel="stylesheet" href="$request.getContextPath()/csslib/style.css" type="text/css">
<body>
<form name="form1" method="post">
<br><br><br>
<input type=hidden name=docId value="$!docId">
<input type=hidden name=status value="$!status">
<table width="60%" border="0" align="center">
<tr height=25>
<td><font color=red>请输入拒收原因:(限200字符)</font></td>
</tr>
<tr>
<td>
<textarea name="reason" cols="70" rows="6" class="unnamed1" ></textarea>
</td>
</tr>
<tr height=25>
<td align=center>
<button onClick="rtnSubmit()" accesskey="S">确 定(S)</button>
<button onClick="windowClose()" accesskey="R">取 消(R)</button>
</td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -