📄 taskflowdetail.jsp
字号:
<%@ page contentType="text/html;charset=GB2312" %>
<%@ page import="cn.com.aheadsoft.recordset.TaskInfoRecordSet" %>
<%@ page import="cn.com.aheadsoft.recordset.DetailRecordSet" %>
<%@ page import="cn.com.aheadsoft.business.DetailBusiness" %>
<%@ page import="cn.com.aheadsoft.recordset.TaskInfoRecordSet" %>
<%@ page import="cn.com.aheadsoft.business.TaskInfoBusiness" %>
<%@ page import="cn.com.aheadsoft.util.StringFormat" %>
<%@ page import="java.util.List" %>
<%
TaskInfoRecordSet taskInfoRs = (TaskInfoRecordSet)request.getAttribute("taskInfo");
String isproblem = "0";
%>
<html>
<head>
<link rel="stylesheet" type="text/css" href="/krm/jsp/css/a6oa.css">
<link rel="stylesheet" type="text/css" href="/krm/jsp/css/css.css">
<title>任务详细信息
</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"></head>
<SCRIPT language=JavaScript>
function change_style(info){
var lastchoose = document.task.lastinfo.value;
if(lastchoose == "basic"){
document.getElementById("font_basic").style.fontWeight="";
document.getElementById("basic").style.backgroundColor="#ADD7FF";
document.getElementById("form_basic").style.display="none";
document.getElementById("basic").style.borderBottomColor="#FFFFFF";
}
if(lastchoose == "aim"){
document.getElementById("font_aim").style.fontWeight="";
document.getElementById("aim").style.backgroundColor="#ADD7FF";
document.getElementById("form_aim").style.display="none";
document.getElementById("aim").style.borderBottomColor="#FFFFFF";
}
if(lastchoose == "plan"){
document.getElementById("font_plan").style.fontWeight="";
document.getElementById("plan").style.backgroundColor="#ADD7FF";
document.getElementById("form_plan").style.display="none";
document.getElementById("plan").style.borderBottomColor="#FFFFFF";
}
if(lastchoose == "proccess"){
document.getElementById("font_proccess").style.fontWeight="";
document.getElementById("proccess").style.backgroundColor="#ADD7FF";
document.getElementById("form_proccess").style.display="none";
document.getElementById("proccess").style.borderBottomColor="#FFFFFF";
}
if(lastchoose == "problem"){
document.getElementById("font_problem").style.fotWeight="";
document.getElementById("problem").style.backgroundColor="#ADD7FF";
document.getElementById("form_problem").style.display="none";
document.getElementById("problem").style.borderBottomColor="#FFFFFF";
}
if(lastchoose == "attach"){
document.getElementById("font_attach").style.fotWeight="";
document.getElementById("attach").style.backgroundColor="#ADD7FF";
document.getElementById("form_attach").style.display="none";
document.getElementById("attach").style.borderBottomColor="#FFFFFF";
}
if(info == "basic"){
document.getElementById("font_basic").style.fontWeight="bold";
document.getElementById("basic").style.backgroundColor="#E7F3FF";
document.getElementById("form_basic").style.display="";
document.getElementById("basic").style.borderBottomColor="#C0C0C0";
document.task.basicinfo.focus();
}
if(info == "aim"){
document.getElementById("font_aim").style.fontWeight="";
document.getElementById("aim").style.backgroundColor="#E7F3FF";
document.getElementById("form_aim").style.display="";
document.getElementById("aim").style.borderBottomColor="#C0C0C0";
}
if(info == "plan"){
document.getElementById("font_plan").style.fontWeight="";
document.getElementById("plan").style.backgroundColor="#E7F3FF";
document.getElementById("form_plan").style.display="";
document.getElementById("plan").style.borderBottomColor="#C0C0C0";
}
if(info == "proccess"){
document.getElementById("font_proccess").style.fontWeight="";
document.getElementById("proccess").style.backgroundColor="#E7F3FF";
document.getElementById("form_proccess").style.display="";
document.getElementById("proccess").style.borderBottomColor="#C0C0C0";
}
if(info == "problem"){
document.getElementById("font_problem").style.fotWeight="";
document.getElementById("problem").style.backgroundColor="#E7F3FF";
document.getElementById("form_problem").style.display="";
document.getElementById("problem").style.borderBottomColor="#C0C0C0";
}
if(info == "attach"){
document.getElementById("font_attach").style.fotWeight="";
document.getElementById("attach").style.backgroundColor="#E7F3FF";
document.getElementById("form_attach").style.display="";
document.getElementById("attach").style.borderBottomColor="#C0C0C0";
}
document.task.lastinfo.value = info;
}
function logintoproblem() {
document.getElementById("font_basic").style.fontWeight="";
document.getElementById("basic").style.backgroundColor="#ADD7FF";
document.getElementById("form_basic").style.display="none";
document.getElementById("basic").style.borderBottomColor="#FFFFFF";
document.getElementById("font_aim").style.fontWeight="";
document.getElementById("aim").style.backgroundColor="#ADD7FF";
document.getElementById("form_aim").style.display="none";
document.getElementById("aim").style.borderBottomColor="#FFFFFF";
document.getElementById("font_plan").style.fontWeight="";
document.getElementById("plan").style.backgroundColor="#ADD7FF";
document.getElementById("form_plan").style.display="none";
document.getElementById("plan").style.borderBottomColor="#FFFFFF";
document.getElementById("font_proccess").style.fontWeight="";
document.getElementById("proccess").style.backgroundColor="#ADD7FF";
document.getElementById("form_proccess").style.display="none";
document.getElementById("proccess").style.borderBottomColor="#FFFFFF";
document.getElementById("font_problem").style.fotWeight="";
document.getElementById("problem").style.backgroundColor="#E7F3FF";
document.getElementById("form_problem").style.display="";
document.getElementById("problem").style.borderBottomColor="#C0C0C0";
document.getElementById("font_attach").style.fotWeight="";
document.getElementById("attach").style.backgroundColor="#ADD7FF";
document.getElementById("form_attach").style.display="none";
document.getElementById("attach").style.borderBottomColor="#FFFFFF";
document.task.lastinfo.value = "problem";
}
function login(){
document.getElementById("font_basic").style.fontWeight="bold";
document.getElementById("basic").style.backgroundColor="#E7F3FF";
document.getElementById("form_basic").style.display="";
document.getElementById("basic").style.borderBottomColor="#C0C0C0";
document.getElementById("font_aim").style.fontWeight="";
document.getElementById("aim").style.backgroundColor="#ADD7FF";
document.getElementById("form_aim").style.display="none";
document.getElementById("aim").style.borderBottomColor="#FFFFFF";
document.getElementById("font_plan").style.fontWeight="";
document.getElementById("plan").style.backgroundColor="#ADD7FF";
document.getElementById("form_plan").style.display="none";
document.getElementById("plan").style.borderBottomColor="#FFFFFF";
document.getElementById("font_proccess").style.fontWeight="";
document.getElementById("proccess").style.backgroundColor="#ADD7FF";
document.getElementById("form_proccess").style.display="none";
document.getElementById("proccess").style.borderBottomColor="#FFFFFF";
document.getElementById("font_problem").style.fotWeight="";
document.getElementById("problem").style.backgroundColor="#ADD7FF";
document.getElementById("form_problem").style.display="none";
document.getElementById("problem").style.borderBottomColor="#FFFFFF";
document.getElementById("font_attach").style.fotWeight="";
document.getElementById("attach").style.backgroundColor="#ADD7FF";
document.getElementById("form_attach").style.display="none";
document.getElementById("attach").style.borderBottomColor="#FFFFFF";
document.task.basicinfo.focus();
}
</SCRIPT>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<div align="center">
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="1">
<tr>
<td width="100%" valign="top" style="BORDER-TOP: #ffffff 1px solid">
<form method="post" name="task">
<input type="hidden" name="lastinfo" value="basic">
<table border="0" width="100%" cellspacing="0" bordercolor="#c0c0c0" cellpadding="0">
<tr> <td align=center height=25 id=basic
style="BORDER-BOTTOM: #ffffff 1px solid; BORDER-LEFT: #666666 1px solid; BORDER-RIGHT: #666666 0px solid; BORDER-TOP: #666666 1px solid"
width="15%" valign="bottom" onclick='javascript:change_style("basic");'>
<font id=font_basic><a href="#">任务详细信息</a></font>
</td>
<td align=center height=25 id=aim
style="BORDER-BOTTOM: #ffffff 1px solid; BORDER-LEFT: #666666 1px solid; BORDER-RIGHT: #666666 0px solid; BORDER-TOP: #666666 1px solid"
width="17%" valign="bottom" onclick='javascript:change_style("aim");'>
<font id=font_aim><a href="#">任务计划信息</a></font>
</td>
<td align=center height=25 id=plan
style="BORDER-BOTTOM: #ffffff 1px solid; BORDER-LEFT: #666666 1px solid; BORDER-RIGHT: #666666 0px solid; BORDER-TOP: #666666 1px solid"
width="17%" valign="bottom" onclick='javascript:change_style("plan");'>
<font id=font_plan><a href="#">任务日程信息</a></font>
</td>
<td align=center height=25 id=proccess
style="BORDER-BOTTOM: #ffffff 1px solid; BORDER-LEFT: #666666 1px solid; BORDER-RIGHT: #666666 0px solid; BORDER-TOP: #666666 1px solid"
width="17%" valign="bottom" onclick='javascript:change_style("proccess");'>
<font id=font_proccess><a href="#">任务活动信息</a></font>
</td>
<td align=center height=25 id=problem
style="BORDER-BOTTOM: #ffffff 1px solid; BORDER-LEFT: #666666 1px solid; BORDER-RIGHT: #666666 0px solid; BORDER-TOP: #666666 1px solid"
width="17%" valign="bottom" onclick='javascript:change_style("problem");'>
<font id=font_problem><a href="#">阶段验收信息</a></font>
</td>
<td align=center height=25 id=attach
style="BORDER-BOTTOM: #ffffff 1px solid; BORDER-LEFT: #666666 1px solid; BORDER-RIGHT: #666666 1px solid; BORDER-TOP: #666666 1px solid"
width="17%" valign="bottom" onclick='javascript:change_style("attach");'>
<font id=font_attach><a href="#">任务上报信息</a></font>
</td>
</tr>
<tr>
<td width="100%" colspan="6" style="border-left: 1px solid #666666; border-right: 1px solid #666666; border-top: 1px solid #666666; border-bottom: 1px solid #666666" >
<%
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -