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

📄 r_performancelist.jsp

📁 参照saas-oa写的一个oa系统的框架
💻 JSP
📖 第 1 页 / 共 2 页
字号:
<%@ 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()%>/gw_css/css.css" type="text/css" rel="stylesheet">
</HEAD>
<BODY leftMargin=0 topMargin=0 marginheight="0" marginwidth="0">
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
  <TBODY>
  <TR class=main_title>
    <TD height=23>&nbsp;&nbsp;<B>公文管理</B>--&gt;<B>收文管理--&gt;绩效查询列表</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>&nbsp;</TD>
          <TD class=tab_left>&nbsp;</TD>
          <TD class=tab_on vAlign=bottom><A 
            href="<%=request.getContextPath()%>/gw/receive/r_manageList.jsp">收文管理</A> 
          </TD>
          <TD class=tab_middle>&nbsp;</TD>
          <TD class=tab_on vAlign=bottom><A 
            href="<%=request.getContextPath()%>/gw/receive/r_pigeonholeList.jsp">归档管理</A> 
          </TD>
          <TD class=tab_middle>&nbsp;</TD>
          <TD class=tab_on vAlign=bottom><SPAN 
            style="BACKGROUND-COLOR: #b0cdfc"><A 
            href="<%=request.getContextPath()%>/gw/receive/r_performanceList.jsp">绩效查询</A> 
            </SPAN></TD>
          <TD class=tab_right 
  vAlign=bottom>&nbsp;</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=B22>
              <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=120><A 
      href="javascript:goFormUrl(formList,'performance_list.jsp?sortOrder=1&amp;sortField=WZBT')">公文标题 
      </A></TD>
    <TD width=120><A 
      href="javascript:goFormUrl(formList,'performance_list.jsp?sortOrder=1&amp;sortField=BLRYXM')">办理人员 
      </A></TD>
    <TD width=120><A 
      href="javascript:goFormUrl(formList,'performance_list.jsp?sortOrder=1&amp;sortField=BLKS')">接收日期 
      </A></TD>
    <TD width=120><A 
      href="javascript:goFormUrl(formList,'performance_list.jsp?sortOrder=1&amp;sortField=BLJS')">办理日期 
      </A></TD>
    <TD width=60>时间计算</TD>
    <TD width=45>状态</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>000000000000&nbsp;</TD>
    <TD>test3(总经理)&nbsp;</TD>
    <TD>2009-04-25 16:38&nbsp;</TD>
    <TD>2009-04-25 16:45&nbsp;</TD>
    <TD>0天&nbsp;</TD>
    <TD width=45>办结&nbsp;</TD><!--按纽-->
    <TD width=30><A href="javascript:FunView(1246,36);">查看</A> </TD></TR>
  <TR bgColor=#ffffff>
    <TD align=middle colSpan=20 height=1></TD></TR>
  <TR class=toptr3 onMouseOver="javascript:this.style.background= '#ECF2FC'" 
  onmouseout="javascript:this.style.background = '#FFFFFF'">
    <TD>000000000000&nbsp;</TD>
    <TD>test3(总经理)[系统管理]&nbsp;</TD>
    <TD>2009-04-25 16:41&nbsp;</TD>
    <TD>2009-04-25 16:44&nbsp;</TD>
    <TD>0天&nbsp;</TD>
    <TD width=45>办结&nbsp;</TD><!--按纽-->
    <TD width=30><A href="javascript:FunView(1245,36);">查看</A> </TD></TR>
  <TR bgColor=#ffffff>
    <TD align=middle colSpan=20 height=1></TD></TR>
  <TR class=toptr3 onMouseOver="javascript:this.style.background= '#ECF2FC'" 
  onmouseout="javascript:this.style.background = '#FFFFFF'">
    <TD>000000000000&nbsp;</TD>
    <TD>test3(总经理)[系统管理]&nbsp;</TD>
    <TD>2009-04-25 16:41&nbsp;</TD>
    <TD>2009-04-25 16:43&nbsp;</TD>
    <TD>0天&nbsp;</TD>
    <TD width=45>办结&nbsp;</TD><!--按纽-->
    <TD width=30><A href="javascript:FunView(1244,36);">查看</A> </TD></TR>
  <TR bgColor=#ffffff>
    <TD align=middle colSpan=20 height=1></TD></TR>
  <TR class=toptr3 onMouseOver="javascript:this.style.background= '#ECF2FC'" 
  onmouseout="javascript:this.style.background = '#FFFFFF'">
    <TD>000000000000&nbsp;</TD>
    <TD>ky7&nbsp;</TD>
    <TD>2009-04-25 16:38&nbsp;</TD>
    <TD>&nbsp;</TD>
    <TD>----&nbsp;</TD>
    <TD width=45>办结&nbsp;</TD><!--按纽-->
    <TD width=30><A href="javascript:FunView(1243,36);">查看</A> </TD></TR>
  <TR bgColor=#ffffff>
    <TD align=middle colSpan=20 height=1></TD></TR>
  <TR class=toptr3 onMouseOver="javascript:this.style.background= '#ECF2FC'" 
  onmouseout="javascript:this.style.background = '#FFFFFF'">
    <TD>000000000000&nbsp;</TD>
    <TD>zs9&nbsp;</TD>
    <TD>2009-04-25 16:38&nbsp;</TD>
    <TD>&nbsp;</TD>
    <TD>----&nbsp;</TD>
    <TD width=45>办结&nbsp;</TD><!--按纽-->
    <TD width=30><A href="javascript:FunView(1242,36);">查看</A> </TD></TR>
  <TR bgColor=#ffffff>
    <TD align=middle colSpan=20 height=1></TD></TR>
  <TR class=toptr3 onMouseOver="javascript:this.style.background= '#ECF2FC'" 
  onmouseout="javascript:this.style.background = '#FFFFFF'">
    <TD>000000000000&nbsp;</TD>
    <TD>ky8&nbsp;</TD>
    <TD>2009-04-25 16:38&nbsp;</TD>
    <TD>&nbsp;</TD>
    <TD>----&nbsp;</TD>
    <TD width=45>办结&nbsp;</TD><!--按纽-->
    <TD width=30><A href="javascript:FunView(1241,36);">查看</A> </TD></TR>
  <TR bgColor=#ffffff>
    <TD align=middle colSpan=20 height=1></TD></TR>
  <TR class=toptr3 onMouseOver="javascript:this.style.background= '#ECF2FC'" 
  onmouseout="javascript:this.style.background = '#FFFFFF'">
    <TD>000000000000&nbsp;</TD>
    <TD>ky9&nbsp;</TD>
    <TD>2009-04-25 16:38&nbsp;</TD>
    <TD>&nbsp;</TD>
    <TD>----&nbsp;</TD>
    <TD width=45>办结&nbsp;</TD><!--按纽-->
    <TD width=30><A href="javascript:FunView(1240,36);">查看</A> </TD></TR>
  <TR bgColor=#ffffff>
    <TD align=middle colSpan=20 height=1></TD></TR>
  <TR class=toptr3 onMouseOver="javascript:this.style.background= '#ECF2FC'" 
  onmouseout="javascript:this.style.background = '#FFFFFF'">
    <TD>000000000000&nbsp;</TD>
    <TD>zr8&nbsp;</TD>
    <TD>2009-04-25 16:38&nbsp;</TD>

⌨️ 快捷键说明

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