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

📄 firstacceptreadvisa.jsp

📁 实现了基本的oa功能:个人日志。。。
💻 JSP
字号:
<%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles"%>
<%@ taglib uri="/WEB-INF/struts-nested.tld" prefix="nested"%>
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic"%>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean"%>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html"%>
<%@ page contentType="text/html; charset=GBK"%>
<html:html>
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
	<title>收 文 审 稿 审 核</title>
	<link href="css/style.css" rel="stylesheet" type="text/css">
	<script language="javascript" src="js/clientSideApp.js"></script>
	<script type='text/javascript' src='/pro/dwr/interface/item.js'></script>
	<script type='text/javascript' src='/pro/dwr/engine.js'></script>
	<script type='text/javascript' src='/pro/dwr/util.js'></script>
	<script type="text/javascript">
	function change(){
		var result = DWRUtil.getText("sel_result");
		if(result==null){
			document.getElementById("submit").disabled=disabled;
		}
	}
</script>
</head>

<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
	<html:form action="acceptManager.do?method=audit" method="post">
	<logic:iterate id="pro" name="acceptfile" property="process">
			<logic:equal value="审核" name="pro" property="action">
			<html:hidden property="processid" value="${pro.processId}" />
		</logic:equal>
	</logic:iterate>
		<html:hidden property="acceptid" value="${acceptfile.acceptId}"/>
		<html:hidden property="paction" value="审核" />
		<jsp:include flush="true" page="accepthead.jsp" />

		<table width="100%" border="0" align="center" cellpadding="0"
			cellspacing="0">
			<tr>
				<td height="26" class="td_form01">
					<p align="center">
						收 文 审 稿 审 核
					</p>
				</td>
			</tr>

		</table>
				<table align="center" width="100%" border="0" cellspacing="0"
			cellpadding="0">
			<tr>
				<td width="18%" height="24" class="td_form01">
					<div align="right">
						收文编号:
					</div>
				</td>
				<td width="82%" nowrap class="td_form02" align="left" colspan="3">
					${acceptfile.acceptId}
				</td>
			</tr>
			<tr>
				<td height="24" class="td_form01">
					<div align="right">
						收文时间:
					</div>
				</td>
				<td colspan="3" nowrap class="td_form02" width="651">
					${acceptfile.acceptDate}
				</td>
			</tr>
		</table>
		<table width="100%" border="0" align="center" cellpadding="0"
			cellspacing="0">
			<tr>
				<td width="18%" height="28" class="td_form01">
					<div align="right">
						事由:
					</div>
				<td width="82%" class="td_form02">
					${acceptfile.content}
				</td>
			</tr>
			<tr>
				<td height="24" class="td_form01">
					<div align="right">
						拟办意见:
					</div>
				</td>
				<td class="td_form02">
					${acceptfile.draftMsg}
				</td>
			</tr>
			<tr>
				<td height="21" class="td_form01">
					<div align="right">
						审稿意见:
					</div>
				</td>
				<td class="td_form02">

					<div style="display: inline;" id="oudit">
						<logic:iterate id="obj" name="acceptfile" property="process">
							<logic:equal value="审核" name="obj" property="action">
							<logic:notEqual value="" name="obj" property="tranResult">
								<table width="615">
									<tr>
										<td width="159">
											${obj.tranComment}
										</td>
										<td width="444">
											&nbsp;
										</td>
									</tr>
									<tr>
										<td>
											<div align="right">
												审稿人:
											</div>
										</td>
										<td>
											<html:link href="">${obj.employee.employeeName}</html:link>
										</td>
									</tr>
									<tr>
										<td>
											<div align="right">
												结果:
											</div>
										</td>
										<td>
											<font color="#00CC33">${obj.tranResult}</font>
										</td>
									</tr>
									<tr>
										<td>
											&nbsp;
										</td>
										<td>
											<div align="right">
												<font face="华文新魏" size="+5">${obj.employee.employeeName}</font>
											</div>
										</td>
									</tr>
									<tr>
										<td>
											<div align="right"></div>
										</td>
										<td>
											<div align="right">
												${obj.commentDate}
											</div>
										</td>
									</tr>
								</table>
							</logic:notEqual>
							</logic:equal>
						</logic:iterate>
					</div>
				</td>
			</tr>
			<tr>
				<td class="td_form01">
					<div align="right" id="">
						签阅意见:
					</div>
				</td>
					<td class="td_form02">
					<div style="display: inline;" id="oudit">
						<logic:iterate id="obj" name="acceptfile" property="process">
						<logic:equal value="签阅" name="obj" property="action">
						<logic:notEqual value="" name="obj" property="tranResult">
								<table width="615">
									<tr>
										<td width="159">
											${obj.tranComment}
										</td>
										<td width="444">
											&nbsp;
										</td>
									</tr>
									<tr>
										<td>
											<div align="right">
												签阅人:
											</div>
										</td>
										<td>
											<html:link href="">${obj.employee.employeeName}</html:link>
										</td>
									</tr>
									<tr>
										<td>
											<div align="right">
												结果:
											</div>
										</td>
										<td>
											<font color="#00CC33">${obj.tranResult}</font>
										</td>
									</tr>
									<tr>
										<td>
											&nbsp;
										</td>
										<td>
											<div align="right">
												<font face="华文新魏" size="+5">${obj.employee.employeeName}</font>
											</div>
										</td>
									</tr>
									<tr>
										<td>
											<div align="right"></div>
										</td>
										<td>
											<div align="right">
												${obj.commentDate}
											</div>
										</td>
									</tr>
								</table>
							</logic:notEqual>
							</logic:equal>
						</logic:iterate>
					</div>
				</td>
			</tr>
			<tr>
				<td height="28" class="td_form01">
					<div align="right">
						办理结果:
					</div>
				</td>
						<td class="td_form02">

					<div style="display: inline;" id="oudit">
						<logic:iterate id="obj" name="acceptfile" property="process">
						<logic:equal value="办理" name="obj" property="action">
						<logic:notEqual value="" name="obj" property="tranResult">
								<table width="615">
									<tr>
										<td width="159">
											${obj.tranComment}
										</td>
										<td width="444">
											&nbsp;
										</td>
									</tr>
									<tr>
										<td>
											<div align="right">
												办理人:
											</div>
										</td>
										<td>
											<html:link href="">${obj.employee.employeeName}</html:link>
										</td>
									</tr>
									<tr>
										<td>
											<div align="right">
												结果:
											</div>
										</td>
										<td>
											<font color="#00CC33">${obj.tranResult}</font>
										</td>
									</tr>
									<tr>
										<td>
											&nbsp;
										</td>
										<td>
											<div align="right">
												<font face="华文新魏" size="+5">${obj.employee.employeeName}</font>
											</div>
										</td>
									</tr>
									<tr>
										<td>
											<div align="right"></div>
										</td>
										<td>
											<div align="right">
												${obj.commentDate}
											</div>
										</td>
									</tr>
								</table>
								
							</logic:notEqual>
							</logic:equal>
						</logic:iterate>
					</div>
				</td>

			</tr>
			<tr>
				<td height="28" class="td_form01">
					<div align="right">
						备注:
					</div>
				</td>
				<td class="td_form02">
					&nbsp;
				</td>
			</tr>
			<tr>
				<td height="28" class="td_form01">
					<div align="right">
						附件:
					</div>
				</td>
				<td class="td_form02">
					<logic:iterate id="affix" name="acceptfile" property="affix">
						<html:link href="">${affix.fileName}</html:link>
					&nbsp;
					<span class="title"><html:img width="9" height="9"
								src="../../images/index_32.gif" /> </span> &nbsp;&nbsp;一个附件
					&nbsp;&nbsp;
					</logic:iterate>
				</td>
			</tr>
			<tr>
				<td height="28" colspan="2">
					&nbsp;
				</td>
			</tr>
			<tr>
				<td height="23" colspan="2">
					<div align="center">
						时间:&nbsp;&nbsp;${accept.acceptDate}&nbsp;&nbsp;
						<br>
					</div>
				</td>
			</tr>
		</table>
		<hr width="90%">
		<div align="center">
			拟稿人:
			<html:link href="">${accept.employee.employeeName}</html:link>
		</div>
		<p>
			&nbsp;
		</p>
		<p align="center">
			&nbsp;
		</p>
		<table width="100%" border="0" align="center" cellpadding="0"
			cellspacing="0">
			<tr>
				<td>
					<div align="center">
						<html:textarea cols="120" rows="10" property="auditmsg"></html:textarea>
					</div>
				</td>
			</tr>
			<tr>
				<td height="40">
					<div align="center">
						审批结果:
						<html:select property="sel_result" onchange="change()">
							<html:option value="">请批示</html:option>
							<html:option value="已审核">已审核</html:option>
							<html:option value="未审核">未审核</html:option>
						</html:select>
				</td>
			</tr>
			<tr>
				<td height="32">
					<div align="center">
						<html:submit styleClass="buttonface" value="  提交    "
							property="submit" />
						<html:reset styleClass="buttonface" value="  清空  " />
						<html:button styleClass="buttonface"  value="  返回  "
							property="return" onclick="history.back(-1)" />
					</div>
				</td>
			</tr>
		</table>
		<p>
			&nbsp;
		</p>
		<p>
			<br>
		</p>
	</html:form>
	<br>
</body>
</html:html>

⌨️ 快捷键说明

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