📄 s_performancelist.jsp
字号:
<%@ page contentType="text/html; charset=gb2312" import="java.sql.*" errorPage="" %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title> OA 系统</title>
<link href="<%=request.getContextPath()%>/css/oa.css" rel="stylesheet" type="text/css">
<link href="<%=request.getContextPath()%>/css/layout.css" rel="stylesheet" type="text/css">
<LINK href="<%=request.getContextPath()%>/gw_css/css.css" type="text/css" rel="stylesheet">
<style type="text/css">
<!--
.style1 {font-family: "Courier New", Courier, mono}
.style2 {color: #FF0000}
-->
</style>
<script type="text/javascript" src="<%=request.getContextPath()%>/js/AlicnTree.js"></script>
<link rel="stylesheet" rev="stylesheet" href="<%=request.getContextPath()%>/css/AlicnTree.css" type="text/css" />
</head>
<body>
<div class="header"></div>
<table align="center" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="2">
<%@include file="../../xtop.jsp"%>
</td>
</tr>
<tr>
<td width="168" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="margin-top:5px;">
<tr>
<td><div class="sidebariconone"><%@include file="../../xoa_left.jsp" %></div></td></tr>
</table></td>
<td width="832" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="margin-top:5px;">
<tr>
<td>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR class=main_title>
<TD height=23> <B>公文管理</B>--><B>发文管理-->绩效查询列表</B></TD>
</TR></TBODY></TABLE>
<TABLE class=tab_back>
<TBODY>
<TR>
<TD>
<TABLE height=25 cellSpacing=0 cellPadding=0 border=0>
<TBODY>
<TR align=middle>
<TD width=5> </TD>
<TD class=tab_left> </TD>
<TD class=tab_on vAlign=bottom><A
href="<%=request.getContextPath()%>/gw/send/s_manageList.jsp">发文管理</A>
</TD>
<TD class=tab_middle> </TD>
<TD class=tab_on vAlign=bottom><A
href="<%=request.getContextPath()%>/gw/send/s_pigeonholeList.jsp">归档管理</A>
</TD>
<TD class=tab_middle> </TD>
<TD class=tab_on vAlign=bottom><SPAN
style="BACKGROUND-COLOR: #b0cdfc"><A
href="<%=request.getContextPath()%>/gw/send/s_performanceList.jsp">绩效查询</A>
</SPAN></TD>
<TD class=tab_right
vAlign=bottom> </TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE><!-- 列表工具条上 2004-04-28 -->
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR class=toptr2>
<TD>
<TABLE class=msglistcntrl id=msglistcntrl cellSpacing=0 cellPadding=3
width="100%" border=0>
<FORM name=form1 action=performance_list.jsp method=post>
<TBODY>
<TR>
<TD noWrap><SELECT class=search id=searchField size=1
name=searchField> <OPTION value="" selected>--查找--</OPTION>
<OPTION value=WZBT>公文标题</OPTION> <OPTION
value=BLKS>办理开始时间</OPTION> <OPTION value=BLJS>办理结束时间</OPTION>
<OPTION value=BLRYXM>办理人员</OPTION></SELECT> <INPUT class=search
id=searchKey maxLength=12 name=searchKey> <INPUT class="sbttn" value="查询" onclick=CheckSearch(this.form) type=button name=B2>
<SCRIPT language=Javascript>
// 查询
function CheckSearch(theForm)
{
if (theForm.searchField.value == "")
{
alert ("请选择查询字段!");
theForm.searchField.focus();
return false;
}
if (theForm.searchKey.value == "")
{
alert ("请输入查询内容!");
theForm.searchKey.focus();
return false;
}
theForm.action="performance_list.jsp?page=1";
theForm.target="_self";
theForm.submit();
}
</SCRIPT>
</TD>
</TR></FORM></TBODY></TABLE></TD></TR></TBODY></TABLE><!-- 列表数据区 2004-04-28 --><!-- 列表数据区 2004-04-28
/share/page/page_hidden.jsp 放分页,查询等hidden
selectField,selectValue 放列表查询的值,主要是针对按栏目分类
-->
<TABLE cellSpacing=1 cellPadding=0 width="100%" bgColor=#d4d0c8 border=0>
<FORM name=formList action=performance_list.jsp method=post>
<TBODY>
<TR class=toptr><!--查询信息--><INPUT type=hidden name=searchField> <INPUT
type=hidden name=searchKey> <!--分页信息--><INPUT type=hidden value=0 name=page>
<!--动作信息--><INPUT type=hidden name=ACTION>
<SCRIPT language=Javascript>
function goUrl(url) {
document.formPage.action = url;
document.formPage.submit();
}
function goUrlConfirm(url,msg) {
if (confirm(msg)) {
document.formPage.action = url;
document.formPage.submit();
} else {
////////////需要在这里加入控制光标形状的代码
}
}
function goFormUrl(theForm, url) {
theForm.action = url;
theForm.submit();
}
function goFormUrlConfirm(theForm, url, msg) {
if (confirm(msg)) {
theForm.action = url;
theForm.submit();
} else {
////////////需要在这里加入控制光标形状的代码
}
}
// 全选
function CheckAll(theForm) {
for (var i=0;i<theForm.elements.length;i++) {
var e = theForm.elements[i];
if (e.name != "checkall") {
e.checked = theForm.checkall.checked;
}
}
}
//打开新窗口的函数
function toUrl(url) {
if (window.closed)
window.open(url,"","width=600,height=500,top="+(screen.availHeight-500)/2+",left="+(screen.availWidth-600)/2,resizable=true,scrollbars=true,menubar=true);
else
{
window.close();
window.open(url,"","width=600,height=500,top="+(screen.availHeight-500)/2+",left="+(screen.availWidth-600)/2,resizable=true,scrollbars=true,menubar=true);
}
}
</SCRIPT>
<INPUT type=hidden name="">
<TD width=100><A
href="javascript:goFormUrl(formList,'performance_list.jsp?sortOrder=1&sortField=WZBT')">公文标题
</A></TD>
<TD width=100><A
href="javascript:goFormUrl(formList,'performance_list.jsp?sortOrder=1&sortField=BLRYXM')">办理人员
</A></TD>
<TD width=120><A
href="javascript:goFormUrl(formList,'performance_list.jsp?sortOrder=1&sortField=BLKS')">接收日期
</A></TD>
<TD width=120><A
href="javascript:goFormUrl(formList,'performance_list.jsp?sortOrder=1&sortField=BLJS')">办理日期
</A></TD>
<TD width=60>时间计算</TD>
<TD width=60>状态</TD>
<TD width=30>
<P align=center>操作</P></TD></TR><!--值-->
<TR class=toptr3 onMouseOver="javascript:this.style.background= '#ECF2FC'"
onmouseout="javascript:this.style.background = '#FFFFFF'">
<TD>xsss </TD>
<TD>test9 </TD>
<TD>2009-04-30 17:44 </TD>
<TD>2009-04-30 17:44 </TD>
<TD>0天 </TD>
<TD width=60>办理中 </TD><!--按纽-->
<TD width=30><A href="javascript:FunView(1247,218);">查看</A> </TD></TR>
<TR class=toptr3 onMouseOver="javascript:this.style.background= '#ECF2FC'"
onmouseout="javascript:this.style.background = '#FFFFFF'">
<TD>平文 </TD>
<TD>test5[系统管理] </TD>
<TD>2008-12-18 18:23 </TD>
<TD>2008-12-18 18:24 </TD>
<TD>0天 </TD>
<TD width=45>办结 </TD><!--按纽-->
<TD width=30><A href="javascript:FunView(1220,214);">查看</A> </TD></TR>
<TR class=toptr3 onMouseOver="javascript:this.style.background= '#ECF2FC'"
onmouseout="javascript:this.style.background = '#FFFFFF'">
<TD>平文 </TD>
<TD>test5 </TD>
<TD>2008-12-18 18:23 </TD>
<TD>2008-12-18 18:23 </TD>
<TD>0天 </TD>
<TD width=45>办结 </TD><!--按纽-->
<TD width=30><A href="javascript:FunView(1219,214);">查看</A> </TD></TR>
<TR class=toptr3 onMouseOver="javascript:this.style.background= '#ECF2FC'"
onmouseout="javascript:this.style.background = '#FFFFFF'">
<TD>财务公文 </TD>
<TD>test5 </TD>
<TD>2008-12-18 17:45 </TD>
<TD>2008-12-18 17:45 </TD>
<TD>0天 </TD>
<TD width=60>办理中 </TD><!--按纽-->
<TD width=30><A href="javascript:FunView(1216,213);">查看</A> </TD></TR>
<TR class=toptr3 onMouseOver="javascript:this.style.background= '#ECF2FC'"
onmouseout="javascript:this.style.background = '#FFFFFF'">
<TD>sss </TD>
<TD>test1(BOM) </TD>
<TD>2008-12-15 17:32 </TD>
<TD>2008-12-20 08:59 </TD>
<TD>5天 </TD>
<TD width=60>办理中 </TD><!--按纽-->
<TD width=30><A href="javascript:FunView(1214,212);">查看</A> </TD></TR>
<TR class=toptr3 onMouseOver="javascript:this.style.background= '#ECF2FC'"
onmouseout="javascript:this.style.background = '#FFFFFF'">
<TD>sss </TD>
<TD>test4 </TD>
<TD>2008-12-15 17:32 </TD>
<TD>2008-12-15 17:32 </TD>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -