📄 wsjy.jsp
字号:
<%@ page language="java" %>
<%@ page contentType="text/html;charset=GB2312" %>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
<%@ include file="/share/func.jsp"%>
<%@ include file="/share/share.jsp"%>
<SCRIPT TYPE="text/javascript" SRC="js/date.js" > </SCRIPT>
<SCRIPT TYPE="text/javascript" SRC="js/trim.js" > </SCRIPT>
<html:html locale="true">
<head>
<title><bean:message key="jygl.wshjieyue.title"/></title>
<html:base/>
</head>
<body bgcolor="white">
<p align="center"><font size="5"><bean:message key="jygl.wshjieyue.title"/></font></p>
<html:form action="/saveWsjy">
<html:hidden property="action"/>
<table border="1" cellpadding="0" cellspacing="0" align="center" width="777" bgcolor="#3A5C9F" >
<!-- 处理页面 -->
<logic:equal name="jyForm" property="action"
scope="request" value="Sqcl">
<tr>
<td width="20%" align="right" >
文号:
</td>
<td width="30%" align="left" >
<bean:write name="jyForm" property="serialno"
scope="request" filter="true"/>
</td>
</tr>
<tr>
<td width="20%" align="right" >
标题: </td>
<td width="30%" align="left" >
<bean:write name="jyForm" property="title"
scope="request" filter="true"/>
</td>
</tr>
<tr>
<td width="20%" align="right" >
档号: </td>
<td width="30%" align="left" >
<bean:write name="jyForm" property="archivalcode"
scope="request" filter="true"/>
</td>
</tr>
<tr>
<td width="20%" align="right" >
申请人:
</td>
<td width="30%" align="left" >
<bean:write name="jyForm" property="applicant"
scope="request" filter="true"/>
</td>
</tr>
<tr>
<td width="20%" align="right" >
申请时间:
</td>
<td width="30%" align="left" >
<bean:write name="jyForm" property="applytime"
scope="request" filter="true"/>
</td>
</tr>
<tr>
<td width="20%" align="right" >
理由:
</td>
<td width="30%" align="left" >
<bean:write name="jyForm" property="reason"
scope="request" filter="true"/>
</td>
</tr>
<tr>
<td width="20%" align="right" >
审批人:
</td>
<td width="30%" align="left" >
<html:text value="<%=userInfo.getUserName()%>" property="approver" readonly="true"/>
</td>
</tr>
<tr>
<td width="20%" align="right" >
审批时间:
</td>
<td width="30%" align="left" >
<html:text property="approvetime" readonly="true"/>
<img align=absMiddle
alt="日期选择" border=0 height=13 id=daysOfMonth1Pos name=daysOfMonth1Pos
onMouseUp="toggleDatePicker('daysOfMonth1','jyForm.ret',document.jyForm.approvetime)"
src="../js/calendaricon.gif" width=13>
<div id=daysOfMonth1 style="POSITION: absolute"></div>
</td>
</tr>
<tr>
<td width="20%" align="right" >
审批意见:
</td>
<td width="30%" align="left" >
<html:textarea property="approvesuggest"/>
</td>
</tr>
<html:hidden property="borrowapplyid"/>
<tr>
<td align="right">
<input type="submit" name="sb" value="同意" onClick="return submitApproveCheck()">
</td>
<td align="left">
<input type="submit" name="sb" value="不同意" onClick="return submitApproveCheck()">
<input type="button" value="返回" onClick="javascript:history.go(-1);">
</td>
</tr>
</logic:equal>
<!-- 提交二次审批处理页面 -->
<logic:equal name="jyForm" property="action"
scope="request" value="ecsp">
<html:hidden property="action"/>
<tr>
<td width="20%" align="right" >
文号:
</td>
<td width="30%" align="left" >
<bean:write name="jyForm" property="serialno"
scope="request" filter="true"/>
</td>
</tr>
<html:hidden property="serialno"/>
<tr>
<td width="20%" align="right" >
标题: </td>
<td width="30%" align="left" >
<bean:write name="jyForm" property="title"
scope="request" filter="true"/>
</td>
</tr>
<tr>
<td width="20%" align="right" >
档号: </td>
<td width="30%" align="left" >
<bean:write name="jyForm" property="archivalcode"
scope="request" filter="true"/>
</td>
</tr>
<tr>
<td width="20%" align="right" >
申请人:
</td>
<td width="30%" align="left" >
<bean:write name="jyForm" property="applicant"
scope="request" filter="true"/>
</td>
</tr>
<tr>
<td width="20%" align="right" >
申请时间:
</td>
<td width="30%" align="left" >
<bean:write name="jyForm" property="applytime"
scope="request" filter="true"/>
</td>
</tr>
<tr>
<td width="20%" align="right" >
理由:
</td>
<td width="30%" align="left" >
<bean:write name="jyForm" property="reason"
scope="request" filter="true"/>
</td>
</tr>
<tr>
<td width="20%" align="right" >
审批人:
</td>
<td width="30%" align="left" >
<html:text value="<%=userInfo.getUserName()%>" property="approver" readonly="true"/>
</td>
</tr>
<tr>
<td width="20%" align="right" >
审批时间:
</td>
<td width="30%" align="left" >
<html:text property="approvetime" readonly="true"/>
<img align=absMiddle
alt="日期选择" border=0 height=13 id=daysOfMonth1Pos name=daysOfMonth1Pos
onMouseUp="toggleDatePicker('daysOfMonth1','jyForm.ret',document.jyForm.approvetime)"
src="../js/calendaricon.gif" width=13>
<div id=daysOfMonth1 style="POSITION: absolute"></div>
</td>
</tr>
<tr>
<td width="20%" align="right" >
请选择二次审批人:
</td>
<td width="30%" align="left">
<select name="replier" size=2 multiple>
<%= getUserOptionsTemp("all","UserName","fUserRole",8)%>
</select>
</td>
</tr>
<tr>
<td width="20%" align="right" >
审批意见:
</td>
<td width="30%" align="left" >
<html:textarea property="approvesuggest"/>
</td>
</tr>
<html:hidden property="borrowapplyid"/>
<tr>
<td align="right">
<input type="submit" value="提交给二次审批" onClick="return submitApproveCheck()">
</td>
<td align="left">
<input type="button" value="返回" onClick="javascript:history.go(-1);">
</td>
</tr>
</logic:equal>
<!-- 答复页面 -->
<logic:equal name="jyForm" property="action"
scope="request" value="wsdf">
<tr>
<td width="20%" align="right" >
文号:
</td>
<td width="30%" align="left" >
<bean:write name="jyForm" property="serialno"
scope="request" filter="true"/>
</td>
</tr>
<tr>
<td width="20%" align="right" >
标题: </td>
<td width="30%" align="left" >
<bean:write name="jyForm" property="title"
scope="request" filter="true"/>
</td>
</tr>
<tr>
<td width="20%" align="right" >
档号: </td>
<td width="30%" align="left" >
<bean:write name="jyForm" property="archivalcode"
scope="request" filter="true"/>
</td>
</tr>
<tr>
<td width="20%" align="right" >
申请人:
</td>
<td width="30%" align="left" >
<bean:write name="jyForm" property="applicant"
scope="request" filter="true"/>
</td>
</tr>
<tr>
<td width="20%" align="right" >
申请时间:
</td>
<td width="30%" align="left" >
<bean:write name="jyForm" property="applytime"
scope="request" filter="true"/>
</td>
</tr>
<tr>
<td width="20%" align="right" >
理由:
</td>
<td width="30%" align="left" >
<bean:write name="jyForm" property="reason"
scope="request" filter="true"/>
</td>
</tr>
<tr>
<td width="20%" align="right" >
答复人:
</td>
<td width="30%" align="left" >
<html:text value="<%=userInfo.getUserName()%>" property="replier" readonly="true"/>
</td>
</tr>
<tr>
<td width="20%" align="right" >
答复时间:
</td>
<td width="30%" align="left" >
<html:text property="replytime" readonly="true"/>
<img align=absMiddle
alt="日期选择" border=0 height=13 id=daysOfMonth1Pos name=daysOfMonth1Pos
onMouseUp="toggleDatePicker('daysOfMonth1','jyForm.ret',document.jyForm.replytime)"
src="../js/calendaricon.gif" width=13>
<div id=daysOfMonth1 style="POSITION: absolute"></div>
</td>
</tr>
<tr>
<td width="20%" align="right" >
答复意见:
</td>
<td width="30%" align="left" >
<html:textarea property="replysuggest"/>
</td>
</tr>
<html:hidden property="borrowapplyid"/>
<tr>
<td align="right">
<input type="submit" name="sb" value="同意" onClick="return submitReplyCheck()">
</td>
<td align="left">
<input type="submit" name="sb" value="不同意" onClick="return submitReplyCheck()">
<input type="button" value="返回" onClick="javascript:history.go(-1);">
</td>
</tr>
</logic:equal>
<!-- 网上申请编辑页面 -->
<logic:equal name="jyForm" property="action"
scope="request" value="Edit">
<tr>
<td width="20%" align="right" >
文号:
</td>
<td width="30%" align="left" >
<bean:write name="jyForm" property="serialno"
scope="request" filter="true"/>
</td>
</tr>
<html:hidden property="serialno"/>
<tr>
<td width="20%" align="right" >
标题: </td>
<td width="30%" align="left" >
<bean:write name="jyForm" property="title"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -