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

📄 dms_0002fdocument_0002fdocview_0002ejsp_jsp.java

📁 一个简单的公文管理系统
💻 JAVA
📖 第 1 页 / 共 2 页
字号:
                        FileType = "創稿";
                        DocNO = createDoc.getCreateNO();
                        DeptFrom = createDoc.getCreateDeptName();
                        IssueWord = "主機處";
                        IssueNO = DocNO;
                        IssueDate = createDoc.getCreateDate().toString();
                        TermDate = createDoc.getTermDate().toString();
                        Subject = createDoc.getSubject();
                        KindName = createDoc.getKindName();
                        AttriName = createDoc.getAttributeName();
                        SecretName = createDoc.getSecretName();
                        SpeedName = createDoc.getSpeedName();
                        TypeName = createDoc.getTypeName();
                        CopyName = createDoc.getCopyName();
                        AttachCount = createDoc.getAttachCount();
                        UndertakeUserName = createDoc.getUndertakeUserName();
                        UndertakeDeptName = createDoc.getUndertakeDeptName();
                    }
                
                    if(sendDoc != null){
                        SendWord = sendDoc.getSendWord();
                        SendNO = sendDoc.getSendNO();
                        SendDate = sendDoc.getSendTime().toString();
                    }
                	if(archiveDoc != null && archiveDoc.length != 0){
                		KeepYear = archiveDoc[0].getKeepYear();
                	}
                	if(combinationDAO != null){		
                		vctSubCreateNO = combinationDAO.getVectCreateNO();
                		vctSubFileNO = combinationDAO.getVectFileNO();
                		//vctSubFileNO.addAll(vctSubCreateNO);
                	}
            // end
            // HTML // begin [file="/DMS/document/DocView.jsp";from=(103,2);to=(114,32)]
                out.write("\r\n<html>\r\n<head>\r\n<title>公文資料檢視</title>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=big5\">\r\n</head>\r\n\r\n<body>\r\n<table width=\"98%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n  <tr> \r\n    <td width=\"20%\" height=\"25\" align=\"right\">來文文號﹕ </td>\r\n    <td width=\"30%\" height=\"25\">");

            // end
            // begin [file="/DMS/document/DocView.jsp";from=(114,35);to=(114,40)]
                out.print(DocNO);
            // end
            // HTML // begin [file="/DMS/document/DocView.jsp";from=(114,42);to=(116,20)]
                out.write("</td>\r\n    <td width=\"20%\" height=\"25\" align=\"right\">收文日期﹕</td>\r\n    <td height=\"25\">");

            // end
            // begin [file="/DMS/document/DocView.jsp";from=(116,23);to=(116,31)]
                out.print(ReceDate);
            // end
            // HTML // begin [file="/DMS/document/DocView.jsp";from=(116,33);to=(120,32)]
                out.write("</td>\r\n  </tr>\r\n  <tr> \r\n    <td width=\"20%\" height=\"25\" align=\"right\">來文機關﹕</td>\r\n    <td height=\"25\" colspan=\"3\">");

            // end
            // begin [file="/DMS/document/DocView.jsp";from=(120,35);to=(120,43)]
                out.print(DeptFrom);
            // end
            // HTML // begin [file="/DMS/document/DocView.jsp";from=(120,45);to=(124,32)]
                out.write("</td>\r\n  </tr>\r\n  <tr> \r\n    <td width=\"20%\" height=\"25\" align=\"right\">承辦單位﹕</td>\r\n    <td width=\"30%\" height=\"25\">");

            // end
            // begin [file="/DMS/document/DocView.jsp";from=(124,35);to=(124,52)]
                out.print(UndertakeDeptName);
            // end
            // HTML // begin [file="/DMS/document/DocView.jsp";from=(124,54);to=(130,20)]
                out.write("</td>\r\n    <td width=\"20%\" height=\"25\" align=\"right\">承辦科室﹕</td>\r\n    <td height=\"25\">&nbsp;</td>\r\n  </tr>\r\n  <tr> \r\n    <td height=\"25\" align=\"right\">承辦人﹕</td>\r\n    <td height=\"25\">");

            // end
            // begin [file="/DMS/document/DocView.jsp";from=(130,23);to=(130,40)]
                out.print(UndertakeUserName);
            // end
            // HTML // begin [file="/DMS/document/DocView.jsp";from=(130,42);to=(132,20)]
                out.write("</td>\r\n    <td height=\"25\" align=\"right\">限辦日期﹕</td>\r\n    <td height=\"25\">");

            // end
            // begin [file="/DMS/document/DocView.jsp";from=(132,23);to=(132,31)]
                out.print(TermDate);
            // end
            // HTML // begin [file="/DMS/document/DocView.jsp";from=(132,33);to=(136,20)]
                out.write("</td>\r\n  </tr>\r\n  <tr> \r\n    <td height=\"25\" align=\"right\">字﹕</td>\r\n    <td height=\"25\">");

            // end
            // begin [file="/DMS/document/DocView.jsp";from=(136,23);to=(136,32)]
                out.print(IssueWord);
            // end
            // HTML // begin [file="/DMS/document/DocView.jsp";from=(136,34);to=(138,20)]
                out.write("</td>\r\n    <td height=\"25\" align=\"right\">號﹕</td>\r\n    <td height=\"25\">");

            // end
            // begin [file="/DMS/document/DocView.jsp";from=(138,23);to=(138,30)]
                out.print(IssueNO);
            // end
            // HTML // begin [file="/DMS/document/DocView.jsp";from=(138,32);to=(142,20)]
                out.write("</td>\r\n  </tr>\r\n  <tr> \r\n    <td height=\"25\" align=\"right\">速別﹕</td>\r\n    <td height=\"25\">");

            // end
            // begin [file="/DMS/document/DocView.jsp";from=(142,23);to=(142,32)]
                out.print(SpeedName);
            // end
            // HTML // begin [file="/DMS/document/DocView.jsp";from=(142,34);to=(144,20)]
                out.write("</td>\r\n    <td height=\"25\" align=\"right\">性質﹕</td>\r\n    <td height=\"25\">");

            // end
            // begin [file="/DMS/document/DocView.jsp";from=(144,23);to=(144,32)]
                out.print(AttriName);
            // end
            // HTML // begin [file="/DMS/document/DocView.jsp";from=(144,34);to=(148,20)]
                out.write("</td>\r\n  </tr>\r\n  <tr> \r\n    <td height=\"25\" align=\"right\">密等﹕</td>\r\n    <td height=\"25\">");

            // end
            // begin [file="/DMS/document/DocView.jsp";from=(148,23);to=(148,33)]
                out.print(SecretName);
            // end
            // HTML // begin [file="/DMS/document/DocView.jsp";from=(148,35);to=(150,20)]
                out.write("</td>\r\n    <td height=\"25\" align=\"right\">文別﹕</td>\r\n    <td height=\"25\">");

            // end
            // begin [file="/DMS/document/DocView.jsp";from=(150,23);to=(150,31)]
                out.print(TypeName);
            // end
            // HTML // begin [file="/DMS/document/DocView.jsp";from=(150,33);to=(154,63)]
                out.write("</td>\r\n  </tr>\r\n  <tr> \r\n    <td height=\"25\" align=\"right\" valign=\"top\">主旨﹕</td>\r\n    <td height=\"75\" colspan=\"3\" valign=\"top\"><font color=\"red\">");

            // end
            // begin [file="/DMS/document/DocView.jsp";from=(154,66);to=(154,73)]
                out.print(Subject);
            // end
            // HTML // begin [file="/DMS/document/DocView.jsp";from=(154,75);to=(158,20)]
                out.write("</font></td>\r\n  </tr>\r\n  <tr> \r\n    <td height=\"25\" align=\"right\">附件數﹕</td>\r\n    <td height=\"25\">");

            // end
            // begin [file="/DMS/document/DocView.jsp";from=(158,23);to=(158,34)]
                out.print(AttachCount);
            // end
            // HTML // begin [file="/DMS/document/DocView.jsp";from=(158,36);to=(160,20)]
                out.write("</td>\r\n    <td height=\"25\" align=\"right\">附件說明﹕</td>\r\n    <td height=\"25\">");

            // end
            // begin [file="/DMS/document/DocView.jsp";from=(160,23);to=(160,33)]
                out.print(AttachDesc);
            // end
            // HTML // begin [file="/DMS/document/DocView.jsp";from=(160,35);to=(174,0)]
                out.write("</td>\r\n  </tr>\r\n  <tr> \r\n    <td height=\"25\" align=\"right\">公文檔案﹕</td>\r\n    <td height=\"25\" colspan=\"3\">&nbsp;</td>\r\n  </tr>\r\n</table>\r\n<table width=\"98%\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">\r\n  <tr>\r\n    <td height=\"50\" align=\"center\"><input type=\"button\" name=\"Button\" value=\"關閉視窗\" onClick=\"window.close();\"></td>\r\n  </tr>\r\n</table>\r\n</body>\r\n</html>\r\n");

            // end

        } catch (Throwable t) {
            if (out != null && out.getBufferSize() != 0)
                out.clearBuffer();
            if (pageContext != null) pageContext.handlePageException(t);
        } finally {
            if (_jspxFactory != null) _jspxFactory.releasePageContext(pageContext);
        }
    }
}

⌨️ 快捷键说明

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