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

📄 dms_0002fsystem_0002fdoccode_0002ejsp_jsp.java

📁 dgbas公文管理核心java源码
💻 JAVA
📖 第 1 页 / 共 3 页
字号:
            // begin [file="/DMS/system/DocCode.jsp";from=(213,8);to=(213,9)]
                }
            // end
            // HTML // begin [file="/DMS/system/DocCode.jsp";from=(213,11);to=(215,0)]
                out.write("\r\n    </tr>\r\n");

            // end
            // begin [file="/DMS/system/DocCode.jsp";from=(215,2);to=(217,21)]
                
                int tmpID,tmpSPEED=0;
                String tmpNo,tmpName;
            // end
            // HTML // begin [file="/DMS/system/DocCode.jsp";from=(217,23);to=(218,0)]
                out.write("\r\n");

            // end
            // begin [file="/DMS/system/DocCode.jsp";from=(218,2);to=(226,2)]
                if (codeType==1)
                {
                   for(int i=0;i<DocCopyDAOs.length;i++)
                   {
                       tmpID=DocCopyDAOs[i].getCopyID();
                       tmpNo=DocCopyDAOs[i].getCopyNO();
                       tmpName=DocCopyDAOs[i].getCopyName();
                       
                  
            // end
            // HTML // begin [file="/DMS/system/DocCode.jsp";from=(226,4);to=(229,45)]
                out.write("\r\n        <tr  class=\"tr_bg2\"> \r\n        <td align=\"center\">\r\n\t<input type=\"checkbox\" name=\"codeID\" value=\"");

            // end
            // begin [file="/DMS/system/DocCode.jsp";from=(229,48);to=(229,53)]
                out.print(tmpID);
            // end
            // HTML // begin [file="/DMS/system/DocCode.jsp";from=(229,55);to=(231,10)]
                out.write("\">\r\n      </td>\r\n      <td>");

            // end
            // begin [file="/DMS/system/DocCode.jsp";from=(231,13);to=(231,18)]
                out.print(tmpNo);
            // end
            // HTML // begin [file="/DMS/system/DocCode.jsp";from=(231,20);to=(233,34)]
                out.write("</td>\r\n      <td><a href=\"\" id=h1 LANGUAGE=javascript\r\n      onclick=\"return h1_onclick('");

            // end
            // begin [file="/DMS/system/DocCode.jsp";from=(233,37);to=(233,42)]
                out.print(tmpID);
            // end
            // HTML // begin [file="/DMS/system/DocCode.jsp";from=(233,44);to=(233,47)]
                out.write("','");

            // end
            // begin [file="/DMS/system/DocCode.jsp";from=(233,50);to=(233,55)]
                out.print(tmpNo);
            // end
            // HTML // begin [file="/DMS/system/DocCode.jsp";from=(233,57);to=(233,60)]
                out.write("','");

            // end
            // begin [file="/DMS/system/DocCode.jsp";from=(233,63);to=(233,70)]
                out.print(tmpName);
            // end
            // HTML // begin [file="/DMS/system/DocCode.jsp";from=(233,72);to=(234,1)]
                out.write("')\">\r\n\t");

            // end
            // begin [file="/DMS/system/DocCode.jsp";from=(234,4);to=(234,11)]
                out.print(tmpName);
            // end
            // HTML // begin [file="/DMS/system/DocCode.jsp";from=(234,13);to=(237,0)]
                out.write("</a>\r\n      </td>\r\n      </tr>\r\n");

            // end
            // begin [file="/DMS/system/DocCode.jsp";from=(237,2);to=(245,7)]
                }}
                if (codeType==2)
                {
                   for(int i=0;i<DocKindDAOs.length;i++)
                   {
                       tmpID=DocKindDAOs[i].getKindID();
                       tmpNo=DocKindDAOs[i].getKindNO();
                       tmpName=DocKindDAOs[i].getKindName();
                       
            // end
            // HTML // begin [file="/DMS/system/DocCode.jsp";from=(245,9);to=(248,45)]
                out.write("\r\n        <tr  class=\"tr_bg1\"> \r\n        <td align=\"center\">\r\n\t<input type=\"checkbox\" name=\"codeID\" value=\"");

            // end
            // begin [file="/DMS/system/DocCode.jsp";from=(248,48);to=(248,53)]
                out.print(tmpID);
            // end
            // HTML // begin [file="/DMS/system/DocCode.jsp";from=(248,55);to=(250,10)]
                out.write("\">\r\n      </td>\r\n      <td>");

            // end
            // begin [file="/DMS/system/DocCode.jsp";from=(250,13);to=(250,18)]
                out.print(tmpNo);
            // end
            // HTML // begin [file="/DMS/system/DocCode.jsp";from=(250,20);to=(252,34)]
                out.write("</td>\r\n      <td><a href=\"\" id=h1 LANGUAGE=javascript\r\n      onclick=\"return h1_onclick('");

            // end
            // begin [file="/DMS/system/DocCode.jsp";from=(252,37);to=(252,42)]
                out.print(tmpID);
            // end
            // HTML // begin [file="/DMS/system/DocCode.jsp";from=(252,44);to=(252,47)]
                out.write("','");

            // end
            // begin [file="/DMS/system/DocCode.jsp";from=(252,50);to=(252,55)]
                out.print(tmpNo);
            // end
            // HTML // begin [file="/DMS/system/DocCode.jsp";from=(252,57);to=(252,60)]
                out.write("','");

            // end
            // begin [file="/DMS/system/DocCode.jsp";from=(252,63);to=(252,70)]
                out.print(tmpName);
            // end
            // HTML // begin [file="/DMS/system/DocCode.jsp";from=(252,72);to=(253,1)]
                out.write("')\">\r\n\t");

            // end
            // begin [file="/DMS/system/DocCode.jsp";from=(253,4);to=(253,11)]
                out.print(tmpName);
            // end
            // HTML // begin [file="/DMS/system/DocCode.jsp";from=(253,13);to=(256,0)]
                out.write("</a>\r\n      </td>\r\n      </tr>\r\n");

            // end
            // begin [file="/DMS/system/DocCode.jsp";from=(256,2);to=(264,7)]
                }}
                if (codeType==3)
                {
                   for(int i=0;i<DocTypeDAOs.length;i++)
                   {
                       tmpID=DocTypeDAOs[i].getTypeID();
                       tmpNo=DocTypeDAOs[i].getTypeNO();
                       tmpName=DocTypeDAOs[i].getTypeName();
                       
            // end
            // HTML // begin [file="/DMS/system/DocCode.jsp";from=(264,9);to=(267,45)]
                out.write("\r\n        <tr  class=\"tr_bg1\"> \r\n        <td align=\"center\">\r\n\t<input type=\"checkbox\" name=\"codeID\" value=\"");

            // end
            // begin [file="/DMS/system/DocCode.jsp";from=(267,48);to=(267,53)]
                out.print(tmpID);
            // end
            // HTML // begin [file="/DMS/system/DocCode.jsp";from=(267,55);to=(269,10)]
                out.write("\">\r\n      </td>\r\n      <td>");

            // end
            // begin [file="/DMS/system/DocCode.jsp";from=(269,13);to=(269,18)]
                out.print(tmpNo);
            // end
            // HTML // begin [file="/DMS/system/DocCode.jsp";from=(269,20);to=(271,34)]
                out.write("</td>\r\n      <td><a href=\"\" id=h1 LANGUAGE=javascript\r\n      onclick=\"return h1_onclick('");

            // end
            // begin [file="/DMS/system/DocCode.jsp";from=(271,37);to=(271,42)]
                out.print(tmpID);
            // end
            // HTML // begin [file="/DMS/system/DocCode.jsp";from=(271,44);to=(271,47)]
                out.write("','");

            // end
            // begin [file="/DMS/system/DocCode.jsp";from=(271,50);to=(271,55)]
                out.print(tmpNo);
            // end
            // HTML // begin [file="/DMS/system/DocCode.jsp";from=(271,57);to=(271,60)]
                out.write("','");

            // end
            // begin [file="/DMS/system/DocCode.jsp";from=(271,63);to=(271,70)]
                out.print(tmpName);
            // end
            // HTML // begin [file="/DMS/system/DocCode.jsp";from=(271,72);to=(272,1)]
                out.write("')\">\r\n\t");

            // end
            // begin [file="/DMS/system/DocCode.jsp";from=(272,4);to=(272,11)]
                out.print(tmpName);
            // end
            // HTML // begin [file="/DMS/system/DocCode.jsp";from=(272,13);to=(275,0)]
                out.write("</a>\r\n      </td>\r\n      </tr>\r\n");

            // end
            // begin [file="/DMS/system/DocCode.jsp";from=(275,2);to=(283,7)]
                }}
                if (codeType==4)
                {
                   for(int i=0;i<DocAttributeDAOs.length;i++)
                   {
                       tmpID=DocAttributeDAOs[i].getAttributeID();
                       tmpNo=DocAttributeDAOs[i].getAttributeNO();
                       tmpName=DocAttributeDAOs[i].getAttributeName();
                       
            // end
            // HTML // begin [file="/DMS/system/DocCode.jsp";from=(283,9);to=(286,45)]
                out.write("\r\n        <tr  class=\"tr_bg1\"> \r\n        <td align=\"center\">\r\n\t<input type=\"checkbox\" name=\"codeID\" value=\"");

⌨️ 快捷键说明

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