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

📄 dms_0002fdocument_0002fdocview_0002ejsp_jsp.java

📁 dgbas公文管理核心java源码
💻 JAVA
📖 第 1 页 / 共 2 页
字号:
package DMS.document;

import java.util.*;
import java.text.*;
import com.jasson.business.document.*;
import com.jasson.business.archive.ArchiveDocDAO;
import com.jasson.common.ExtendString;
import com.jasson.common.ExtendCalendar;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import org.apache.jasper.runtime.*;


public class DMS_0002fdocument_0002fDocView_0002ejsp_jsp extends HttpJspBase {


    static {
    }
    public DMS_0002fdocument_0002fDocView_0002ejsp_jsp( ) {
    }

    private static boolean _jspx_inited = false;

    public final void _jspx_init() throws org.apache.jasper.runtime.JspException {
    }

    public void _jspService(HttpServletRequest request, HttpServletResponse  response)
        throws java.io.IOException, ServletException {

        JspFactory _jspxFactory = null;
        PageContext pageContext = null;
        HttpSession session = null;
        ServletContext application = null;
        ServletConfig config = null;
        JspWriter out = null;
        Object page = this;
        String  _value = null;
        try {

            if (_jspx_inited == false) {
                synchronized (this) {
                    if (_jspx_inited == false) {
                        _jspx_init();
                        _jspx_inited = true;
                    }
                }
            }
            _jspxFactory = JspFactory.getDefaultFactory();
            response.setContentType("text/html; charset=Big5");
            pageContext = _jspxFactory.getPageContext(this, request, response,
            			"", true, 8192, true);

            application = pageContext.getServletContext();
            config = pageContext.getServletConfig();
            session = pageContext.getSession();
            out = pageContext.getOut();

            // HTML // begin [file="/DMS/document/DocView.jsp";from=(0,0);to=(1,0)]
                out.write("<!-- DocView.jsp-->\r\n");

            // end
            // HTML // begin [file="/DMS/document/DocView.jsp";from=(1,49);to=(2,0)]
                out.write("\r\n");

            // end
            // HTML // begin [file="/DMS/document/DocView.jsp";from=(2,32);to=(3,0)]
                out.write("\r\n");

            // end
            // HTML // begin [file="/DMS/document/DocView.jsp";from=(3,32);to=(4,0)]
                out.write("\r\n");

            // end
            // HTML // begin [file="/DMS/document/DocView.jsp";from=(4,51);to=(5,0)]
                out.write("\r\n");

            // end
            // HTML // begin [file="/DMS/document/DocView.jsp";from=(5,62);to=(6,0)]
                out.write("\r\n");

            // end
            // HTML // begin [file="/DMS/document/DocView.jsp";from=(6,50);to=(7,0)]
                out.write("\r\n");

            // end
            // HTML // begin [file="/DMS/document/DocView.jsp";from=(7,52);to=(8,0)]
                out.write("\r\n");

            // end
            // begin [file="/DMS/document/DocView.jsp";from=(8,2);to=(103,0)]
                
                    ExtendString ExStr=new ExtendString();
                    ExtendCalendar ExCal=new ExtendCalendar();
                
                    String DocNO="";
                    String FileNO="";
                    String CreateNO="";
                    String ReceDate="";
                    String FileType="";
                    String DeptFrom="";
                    String IssueWord="";
                    String IssueNO="";
                    String IssueDate="";
                    String SendWord="";
                    String SendNO="";
                    String SendDate="";
                    String DeptTo="";
                    String TermDate="";
                    int KeepYear=0;
                    String Subject="";
                    String Content="";
                    String ODSFile="";
                    int AttachCount=0;
                    String AttachDesc="";
                    String  KindName="";
                    String  CopyName="";
                    String  TypeName="";
                    String  AttriName="";
                    String  SecretName="";
                    String  SpeedName="";
                    String UndertakeUserName="";
                    String UndertakeDeptName="";
                	Vector vctSubFileNO=null;
                	Vector vctSubCreateNO=null;
                
                    ReceDocDAO receDoc = (ReceDocDAO)request.getAttribute("ReceDoc");
                    CreateDocDAO createDoc = (CreateDocDAO)request.getAttribute("CreateDoc");
                    DocSendDAO sendDoc = (DocSendDAO)request.getAttribute("SendDoc");
                	SendTargetDAO[] sendTargets = (SendTargetDAO[])request.getAttribute("SendTargets");
                	ArchiveDocDAO[] archiveDoc = (ArchiveDocDAO[])request.getAttribute("ArchiveDoc");
                	DocCombinationDAO combinationDAO = (DocCombinationDAO)request.getAttribute("CombinationDAO");
                
                    if(receDoc != null){
                        FileType = "來文";
                        DocNO = receDoc.getFileNO();
                        ReceDate = receDoc.getReceDate().toString();
                        DeptFrom = receDoc.getIssueOrgName();
                        IssueWord = receDoc.getIssueWord();
                        IssueNO = receDoc.getIssueNO();
                        IssueDate = receDoc.getIssueDate().toString();
                        TermDate = receDoc.getTermDate().toString();
                        Subject = receDoc.getSubject();
                        KindName = receDoc.getKindName();
                        AttriName = receDoc.getAttributeName();
                        SecretName = receDoc.getSecretName();
                        SpeedName = receDoc.getSpeedName();
                        TypeName = receDoc.getTypeName();
                        CopyName = receDoc.getCopyName();
                        AttachCount = receDoc.getAttachCount();
                        UndertakeUserName = receDoc.getUndertakeUserName();
                        UndertakeDeptName = receDoc.getUndertakeDeptName();
                    }
                    else if(createDoc != null){

⌨️ 快捷键说明

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