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

📄 editperform.jsp

📁 会议流程管理系统
💻 JSP
字号:
<%@page language="java" contentType="text/html;charset=GBK"%>
<%@page import="java.util.*,java.text.*,oa.main.DealString"%>
<jsp:useBean id="pb" class="oa.main.ParentBean" scope="page"/>
<%
try{
	DealString ds = new DealString();
	String uid = (String)session.getAttribute("zgbh");		
	if(uid==null)
	{
		response.sendRedirect("../../session_oa.htm");
		return;
	}
	if (pb.getConn() == null){
		%>		
		数据库无法响应,请<a href="javascript:window.history.back(-1);">返回</a>重试
		<%out.close();
	}
	//取出当前人的职工编号
	String person_ID = ds.toString((String)session.getAttribute("zgbh"));

	String str_id = ds.toString(request.getParameter("id"));
	String sql = "select HG2_MEET_SUMMARY.*,A.XM,B.XM as CHECKER_XM from HG2_MEET_SUMMARY,ZZ_ZGB A,ZZ_ZGB B where A.ZGBH=HG2_MEET_SUMMARY.SENDER and B.ZGBH=HG2_MEET_SUMMARY.CHECKER and id = '" + str_id + "'";
	Vector vect = pb.getDataBySql(sql);
	if(vect.size()==0) throw new Exception("not having the record!");
	Hashtable hash = (Hashtable)vect.get(0);
	sql = "select XM from HG2_MEET_SUMMARY_MEN,ZZ_ZGB where HG2_MEET_SUMMARY_MEN.RECEIVER=ZZ_ZGB.ZGBH and SUMMARYID='" + str_id + "'";
	vect = pb.getDataBySql(sql);
	String receivers="";
	if(vect.size()>0){
		receivers = ",";
		for ( int i=0; i<vect.size(); i++){
			Hashtable hashtable = (Hashtable)vect.get(i);
			receivers += (String)hashtable.get("XM") + ",";
		}
		receivers=receivers.substring(1,receivers.length()-1);
	}
	String strIsCheck = ds.toString((String)hash.get("ISCHECK"));
	if(strIsCheck.equals("1")) strIsCheck = "是";
	else strIsCheck = "否";
%>
<HTML>
<head><title>会议通知</title>
<link href="../../css/person.css" type=text/css rel=stylesheet>
<script language="javascript" src="../scripts/department.js"></script>
<script src="Popup.js"></script>
</head>
<BODY leftMargin=0 topMargin=0 >
<br>&nbsp;&nbsp;&nbsp;<font color="#505050" size=2>当前位置:会议管理>><a href="list.jsp">督办落实</a></font>


<div align=center>
<font color="#666666" size=3><b>填写反馈意见<b></font>
</div>
<br>
<form name=form1 action="" method=post>
<table border="1" width="95%" align=center cellspacing="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#A5BEE0" >
<tr bgcolor="#E0E0E0" height=25>
      <td width="15%" align=right>纪要起草人:</td>
      <td width="85%" >&nbsp;<%=(String)hash.get("XM")%></td>
    </tr>
    <tr bgcolor="#ffffff" height=25>
      <td width="15%" align=right>纪要标题:</td>
      <td width="85%" >&nbsp;<%=(String)hash.get("TITLE")%></td>
    </tr>
    <tr bgcolor="#E0E0E0" height=25>
      <td width="15%" align=right>纪要关键字:</td>
      <td width="85%" >&nbsp;<%=(String)hash.get("KEYWORD")%></td>
    </tr>
    <tr bgcolor="#ffffff" height=25>
      <td width="15%" align=right>发布时间:</td>
      <td width="85%" >&nbsp;<%=(String)hash.get("TIME")%></td>
    </tr>
    <tr bgcolor="#E0E0E0" height=25>
      <td width="15%" align=right>审核领导:</td>
      <td width="85%" >&nbsp;<%=(String)hash.get("CHECKER_XM")%></td>
    </tr>
    <tr bgcolor="#ffffff" height=25>
      <td width="15%" align=right>是否审核完毕:</td>
      <td width="85%" >&nbsp;<%=strIsCheck%></td>
    </tr>
    <tr bgcolor="#E0E0E0" height=25>
      <td width="15%" align=right>审核时间:</td>
      <td width="85%" >&nbsp;<%=(String)hash.get("CHECKERTIME")%></td>
    </tr>
    <tr bgcolor="#ffffff" height=25>
      <td width="15%" align=right>审核意见:</td>
      <td width="85%" >&nbsp;<%=(String)hash.get("CHECKWORD")%></td>
    </tr>
    <tr bgcolor="#E0E0E0" height=25>
      <td width="15%" align=right>接收人:</td>
      <td width="85%" >&nbsp;<%=receivers%></td>
    </tr>
    <tr bgcolor="#ffffff" height=25>
      <td width="15%" align=right>纪要内容:</td>
      <td width="85%" >&nbsp;<input type="button" value="查看纪要内容" onclick="muban()" style="background-color: #ffffff;cursor:hand;"></td>
    </tr>
    <tr bgcolor="#E0E0E0" height=25>
      <td width="15%" align=right>督办人:</td>
      <td width="85%" >&nbsp;<%=pb.toName("ZZ_ZGB","ZGBH","XM",ds.toString((String)hash.get("PERFORMER")))%></td>
    </tr>
	<tr bgcolor="#E0E0E0" height=25>
      <td width="15%" align=right>督办结果:</td>
      <td width="85%" ><br>&nbsp;<textarea name="txt_perform" style="color: #000000; background-color: #FFFFFF;font-family:宋体; font-size: 12px;BORDER-RIGHT: 1px solid #A5BEE0; BORDER-TOP: 1px solid #A5BEE0; BORDER-LEFT: 1px solid #A5BEE0; BORDER-BOTTOM: 1px solid #A5BEE0" rows=10 cols=40><%=ds.toString((String)hash.get("PERFORM"))%></textarea>(最多200字)<br></td>
    </tr>

	<tr bgcolor="#E0E0E0" height=25>
      <td width="15%" align=right>是否督办完毕:</td>
      <td width="85%" ><br>&nbsp;
		  <select name="txt_isperform">
			  <option value="0">否</option>
			  <option value="1">是</option>
		  </select>(督办完毕后,则不能再督办)
	  <br><br></td>
    </tr>

    <tr bgcolor="#ffffff" height=25>
      <td colspan=2 align=center><input type="button" value="提交" name="baocun" onclick="summitperform()" style="background-color: #ffffff;cursor:hand;" style="color: #000000; background-color: #FFFFFF;font-family:宋体; font-size: 12px;BORDER-RIGHT: 1px solid #A5BEE0; BORDER-TOP: 1px solid #A5BEE0; BORDER-LEFT: 1px solid #A5BEE0; BORDER-BOTTOM: 1px solid #A5BEE0"></td>
    </tr>
</table>
</form>
</BODY>
</HTML>
<script language=javascript>
function summitperform(){
	document.all.form1.action = "servlet.jsp?action=perform&id=<%=str_id%>";
	document.all.form1.submit();
}
function muban()
{
	var windoc = "word/EditDoc.jsp?readonly=true&id=<%=ds.toString((String)hash.get("WORD"))%>";	
	var winword = window.open(windoc,"editDOC","height=500,width=750,top=0,left=0,toolbar=no,menubar=no,location=no,resizable=yes,directories=no,status=no,scrollbars=yes,dependent=no");
	winword.focus();
}



function onButton_OK(oList){
	var strNames="";
	var strValues="";
	for(var i=0;i<oList.length;i++){
		strNames+=oList.options[i].text;
		strNames+=",";
		strValues+=oList.options[i].value;
		strValues+=";";
	}
	document.all.txt_receiver.value = strValues;
}

function openWns(url,name){
	var hWnd=window.open(url,name,'left=100,top=50,width=460,height=490');
	hWnd.focus();
}
</script>
<%}finally{
	if(pb!=null)
		pb.closeConn();
}%>

⌨️ 快捷键说明

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