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

📄 anjuan_005flist_jsp.java

📁 一套JAVA开发的OA系统,包括工作流,客户管理、个人管理、车辆管理,人事管理等。
💻 JAVA
📖 第 1 页 / 共 5 页
字号:
 if (doType.equals(Constant.DANGAN_ZUJUAN)) { 
              out.write("<a href=\"javascript:submitForm('edit','");
              out.print(id);
              out.write("');\">入卷</a>");
 } 
              out.write("\r\n");
              out.write("                      ");
 if (doType.equals(Constant.DANGAN_CHAIJUAN)) { 
              out.write("<a href=\"javascript:Submit_DANGAN_CHAIJUAN('");
              out.print(id);
              out.write("');\">拆卷</a>");
 } 
              out.write("\r\n");
              out.write("                      ");
 if (doType.equals(Constant.DANGAN_YIJIAO)) { 
              out.write("<a href=\"javascript:Submit_DANGAN_YIJIAO('");
              out.print(id);
              out.write("');\">移交</a>");
 } 
              out.write("\r\n");
              out.write("                      ");
 if (doType.equals(Constant.DANGAN_XIAOHUI)) { 
              out.write("\r\n");
              out.write("                      <a href=\"javascript:Submit_DANGAN_XIAOHUI('");
              out.print(id);
              out.write("');\"> 销毁文件</a>\r\n");
              out.write("                      ");
 } 
              out.write("\r\n");
              out.write("                    </td>\r\n");
              out.write("\r\n");
              out.write("   \t\t\t      </tr>\r\n");
              out.write("      \t\t\t    ");
 tr=!tr ;
              out.write("\r\n");
              out.write("      \t\t\t  ");
              int evalDoAfterBody = _jspx_th_logic_iterate_0.doAfterBody();
              ListShowBean = (java.lang.Object) _jspx_page_context.findAttribute("ListShowBean");
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                break;
            } while (true);
            if (_jspx_eval_logic_iterate_0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE)
              out = _jspx_page_context.popBody();
          }
          if (_jspx_th_logic_iterate_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_logic_iterate_property_name_id.reuse(_jspx_th_logic_iterate_0);
          out.write("\r\n");
          out.write("\r\n");
          out.write("            </table></th>\r\n");
          out.write("          <th rowspan=\"2\" class=\"maintableright\" scope=\"col\"></th>\r\n");
          out.write("        </tr>\r\n");
          out.write("        <tr>\r\n");
          out.write("          <td><table width=\"100%\"  border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">\r\n");
          out.write("            <tr>\r\n");
          out.write("              <td width=\"36%\" align=\"left\"  class=\"mainlisttitle\"><div align=\"center\"><span class=\"wordhrm4\">当前/总数&nbsp;&nbsp;(");
          out.print(pagectl.fromRow);
          out.write('-');
          out.print(pagectl.toRow);
          out.write(')');
          out.write('/');
          out.print(pagectl.totalRow);
          out.write("</span></div></td>\r\n");
          out.write("              <td width=\"64%\" align=\"center\" class=\"mainlisttitle\"><div align=\"right\"> 第");
          //  html:select
          org.apache.struts.taglib.html.SelectTag _jspx_th_html_select_2 = (org.apache.struts.taglib.html.SelectTag) _jspx_tagPool_html_select_property_onchange.get(org.apache.struts.taglib.html.SelectTag.class);
          _jspx_th_html_select_2.setPageContext(_jspx_page_context);
          _jspx_th_html_select_2.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_html_form_0);
          _jspx_th_html_select_2.setProperty("toPage");
          _jspx_th_html_select_2.setOnchange("submitForm('goto','');");
          int _jspx_eval_html_select_2 = _jspx_th_html_select_2.doStartTag();
          if (_jspx_eval_html_select_2 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            if (_jspx_eval_html_select_2 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
              out = _jspx_page_context.pushBody();
              _jspx_th_html_select_2.setBodyContent((javax.servlet.jsp.tagext.BodyContent) out);
              _jspx_th_html_select_2.doInitBody();
            }
            do {
              out.write("\r\n");
              out.write("                  ");
for(int i=1;i<=pagectl.totalPage;i++){
              out.write("\r\n");
              out.write("                  ");
              //  html:option
              org.apache.struts.taglib.html.OptionTag _jspx_th_html_option_11 = (org.apache.struts.taglib.html.OptionTag) _jspx_tagPool_html_option_value_nobody.get(org.apache.struts.taglib.html.OptionTag.class);
              _jspx_th_html_option_11.setPageContext(_jspx_page_context);
              _jspx_th_html_option_11.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_html_select_2);
              _jspx_th_html_option_11.setValue(Integer.toString(i));
              int _jspx_eval_html_option_11 = _jspx_th_html_option_11.doStartTag();
              if (_jspx_th_html_option_11.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
                return;
              _jspx_tagPool_html_option_value_nobody.reuse(_jspx_th_html_option_11);
              out.write("\r\n");
              out.write("                  ");
}
              out.write("\r\n");
              out.write("              ");
              int evalDoAfterBody = _jspx_th_html_select_2.doAfterBody();
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                break;
            } while (true);
            if (_jspx_eval_html_select_2 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE)
              out = _jspx_page_context.popBody();
          }
          if (_jspx_th_html_select_2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_html_select_property_onchange.reuse(_jspx_th_html_select_2);
          out.write(" 页     <a href=\"#\" onclick=\"javascript:submitForm('prev','');\"><img src=\"");
          out.print(Constant.ROOTPATH);
          out.write("images/");
          out.print(css_name);
          out.write("/backpage.gif\" width=\"19\" height=\"19\" border=\"0\" alt=\"上一页\" align=\"absmiddle\" >上一页</a> &nbsp;&nbsp;&nbsp;&nbsp; <a href=\"#\" onclick=\"javascript:submitForm('next','');\">下一页<img src=\"");
          out.print(Constant.ROOTPATH);
          out.write("images/");
          out.print(css_name);
          out.write("/forwardpage.gif\" width=\"19\" height=\"19\" border=\"0\" alt=\"下一页\" align=\"absmiddle\" ></a></div></td>\r\n");
          out.write("            </tr>\r\n");
          out.write("          </table></td>\r\n");
          out.write("        </tr>\r\n");
          out.write("      </table>\r\n");
          out.write("      <table width=\"98%\"  border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">\r\n");
          out.write("        <tr>\r\n");
          out.write("          <th width=\"65\" height=\"41\" scope=\"col\"><img src=\"");
          out.print(Constant.ROOTPATH);
          out.write("images/");
          out.print(css_name);
          out.write("/maintablebottomhy1.gif\" width=\"65\" height=\"41\"></th>\r\n");
          out.write("          <th valign=\"top\" class=\"maintablebottom\" scope=\"col\" width=\"100%\">\r\n");
          out.write("          <table width=\"100%\" height=\"41\"  border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n");
          out.write("              <tr>\r\n");
          out.write("                <th scope=\"col\"> <div align=\"center\">\r\n");
          out.write("                  ");
 if (doType.equals(Constant.DANGAN_ZUJUAN)) { 
          out.write("\r\n");
          out.write("\t\t\t\t  <input type=\"button\" class=\"button\" value=\"立&nbsp;&nbsp;卷\" onClick=\"submitForm('add');\">");
 } 
          out.write("                 \r\n");
          out.write("                </th>\r\n");
          out.write("              </tr>\r\n");
          out.write("              <tr>\r\n");
          out.write("                <th height=\"10\" scope=\"row\"></th>\r\n");
          out.write("              </tr>\r\n");
          out.write("            </table></th>\r\n");
          out.write("          <th width=\"65\" height=\"41\" scope=\"col\"><img src=\"");
          out.print(Constant.ROOTPATH);
          out.write("images/");
          out.print(css_name);
          out.write("/maintablebottomhy2.gif\" width=\"65\" height=\"41\"></th>\r\n");
          out.write("        </tr>\r\n");
          out.write("      </table>\r\n");
          out.write("      ");
          out.write('\r');
          out.write('\n');

int nu = 0;
String ttachsql = "";
    ttachsql = "Select dm_anjuan_info.anjuan_pk,title,zonghao,handover_user,handover_date from dm_anjuan_info,dm_handover_info where  dm_anjuan_info.anjuan_pk =dm_handover_info.anjuan_pk and dm_handover_info.receive_user= '"+userid+"'";


          out.write("\r\n");
          out.write("<style type=\"text/css\">\r\n");
          out.write("<!--\r\n");
          out.write(".style1 {color: #FF0000}\r\n");
          out.write("-->\r\n");
          out.write("</style>\r\n");
          //  commontag:getwantlist
          cn.com.chx.oa.tag.GetWantListTag _jspx_th_commontag_getwantlist_0 = (cn.com.chx.oa.tag.GetWantListTag) _jspx_tagPool_commontag_getwantlist_sql_id_nobody.get(cn.com.chx.oa.tag.GetWantListTag.class);
          _jspx_th_commontag_getwantlist_0.setPageContext(_jspx_page_context);
          _jspx_th_commontag_getwantlist_0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_html_form_0);
          _jspx_th_commontag_getwantlist_0.setSql(ttachsql);
          _jspx_th_commontag_getwantlist_0.setId("AID");
          int _jspx_eval_commontag_getwantlist_0 = _jspx_th_commontag_getwantlist_0.doStartTag();
          if (_jspx_th_commontag_getwantlist_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_commontag_getwantlist_sql_id_nobody.reuse(_jspx_th_commontag_getwantlist_0);
          out.write("\r\n");
          out.write("<table width=\"98%\"  border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">\r\n");
          out.write("          <tr>\r\n");
          out.write("            <th width=\"65\" height=\"41\" scope=\"col\"><img src=\"");
          out.print(Constant.ROOTPATH);
          out.write("images/");
          out.print(css_name);
          out.write("/maintabletophy1.gif\" width=\"65\" height=\"41\"></th>\r\n");
          out.write("            <th class=\"mainnoteword\" scope=\"col\"><div align=\"center\">\r\n");
          out.write("                <table width=\"100%\" height=\"100%\"  border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n");
          out.write("                  <tr>\r\n");
          out.write("                    <th width=\"40%\" height=\"7\" scope=\"col\"></th>\r\n");
          out.write("                    <th width=\"60%\" height=\"7\" scope=\"col\"></th>\r\n");
          out.write("                  </tr>\r\n");
          out.write("                  <tr>\r\n");
          out.write("                    <th class=\"mainnotefont\" scope=\"row\"><div align=\"left\">&#26723;&#26696;&#25509;&#25910;&#20449;&#24687;</div></th>\r\n");
          out.write("                    <td><div align=\"right\"> </div></td>\r\n");
          out.write("                  </tr>\r\n");
          out.write("                </table>\r\n");
          out.write("              </div></th>\r\n");
          out.write("            <th width=\"65\" height=\"41\" scope=\"col\"><img src=\"");
          out.print(Constant.ROOTPATH);
          out.write("images/");
          out.print(css_name);
          out.write("/maintabletophy2.gif\" width=\"65\" height=\"41\"></th>\r\n");
          out.write("          </tr>\r\n");
          out.write("</table>\r\n");
          out.write("        <table width=\"98%\"  border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">\r\n");
          out.write("          <tr>\r\n");
          out.write("            <th rowspan=\"2\" class=\"maintableleft\" scope=\"col\"></th>\r\n");
          out.write("            <th scope=\"col\"><table width=\"100%\"  border=\"1\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\" bordercolor=\"#FFFFFF\" class=\"mainlisttable\">\r\n");
          out.write("              <tr align=\"center\" class=\"mainlisttitle\">\r\n");
          out.write("                <td width=\"17%\" height=\"15\"><DIV align=center> &#26696;&#21367;&#26631;&#39064;</DIV></td>\r\n");
          out.write("                <td width=\"28%\"><DIV align=center>&#20840;&#23447;&#21495;</DIV></td>\r\n");
          out.write("                <td width=\"16%\"><DIV align=center>&#31227;&#20132;&#20154;</DIV></td>\r\n");
          out.write("                <td width=\"25%\"><DIV align=center>&#31227;&#20132;&#26102;&#38388;</DIV></td>\r\n");
          out.write("\t\t\t\t<td width=\"14%\"><DIV align=center> &#25805;&#20316;</DIV></td>\r\n");
          out.write("              </tr>\r\n");
          out.write("               ");

				boolean tr2 = true;
			 ArrayList rtnList=(ArrayList)pageContext.getAttribute("AID");
			 
          out.write("\r\n");
          out.write("\t\t\t ");
  if(rtnList.size()==0){
          out.write("\r\n");
          out.write("        \t<tr class=\"odd\">\r\n");
          out.write("          \t<td height=\"16\" colspan=\"4\" align=\"center\">  &#27809;&#26377;&#30456;&#20851;&#35760;&#24405;&#65281;</td>\r\n");
          out.write("        \t</tr>\r\n");
          out.write("\t\t\t");
}else{
			nu = 0;
			for(int nn=0;nn<rtnList.size();nn++)
			{
			 HashMap map3=(HashMap)rtnList.get(nn);
			
          out.write("\r\n");
          out.write("\t\t\t");
 if (tr2) { 
          out.write("\r\n");

⌨️ 快捷键说明

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