📄 dms_0002fdocument_0002foutgodoc_0002ejsp_jsp.java
字号:
package DMS.document;
import java.util.*;
import java.text.*;
import com.jasson.business.document.*;
import com.jasson.business.system.*;
import com.jasson.common.*;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import org.apache.jasper.runtime.*;
public class DMS_0002fdocument_0002fOutgoDoc_0002ejsp_jsp extends HttpJspBase {
static {
}
public DMS_0002fdocument_0002fOutgoDoc_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,
"/workflow/errorpage.jsp", true, 8192, true);
application = pageContext.getServletContext();
config = pageContext.getServletConfig();
session = pageContext.getSession();
out = pageContext.getOut();
// HTML // begin [file="/DMS/document/OutgoDoc.jsp";from=(0,64);to=(1,0)]
out.write("\r\n");
// end
// HTML // begin [file="/DMS/document/OutgoDoc.jsp";from=(1,47);to=(2,0)]
out.write("\r\n");
// end
// HTML // begin [file="/DMS/document/OutgoDoc.jsp";from=(2,26);to=(4,0)]
out.write("\r\n\r\n");
// end
// HTML // begin [file="/DMS/document/OutgoDoc.jsp";from=(4,32);to=(5,0)]
out.write("\r\n");
// end
// HTML // begin [file="/DMS/document/OutgoDoc.jsp";from=(5,32);to=(6,0)]
out.write("\r\n");
// end
// HTML // begin [file="/DMS/document/OutgoDoc.jsp";from=(6,51);to=(7,0)]
out.write("\r\n");
// end
// HTML // begin [file="/DMS/document/OutgoDoc.jsp";from=(7,49);to=(8,0)]
out.write("\r\n");
// end
// HTML // begin [file="/DMS/document/OutgoDoc.jsp";from=(8,40);to=(12,0)]
out.write("\r\n\r\n\r\n\r\n");
// end
// HTML // begin [file="/DMS/document/OutgoDoc.jsp";from=(12,14);to=(13,0)]
out.write("\r\n");
// end
// begin [file="/DMS/document/OutgoDoc.jsp";from=(13,2);to=(78,0)]
String strFileNO = "";
String strSendDate = "";
String strIssueDate = "";
String strSendWord ="";
String strSendNO = "";
String strDocKind="";
String strDocAttribute="";
String strDocSecret="";
String strDocSpeed="";
String strDocType="";
String strDocCopy="";
String strDocOrigin="";
String strTermType="";
String strTermDate="";
String strSubject="";
String strMainDoc="";
String strAttachDesc="";
String strAttachImage="attach_big.gif";
int iAttachmentCount=0;
String strUndertakeDept="";
String strUndertaker="";
int iIssueDeptID=0, iKindID=0, iAttributeID=0, iSecretID=0, iSpeedID=0, iTypeID=0, iCopyID=0;
int iAttachCount=0, iUndertakeDept=0, iUndertaker=0;
ExtendCalendar exCal = new ExtendCalendar();
strSendNO = (String)request.getAttribute("SendNO");
ReceDocDAO receDocDAO = (ReceDocDAO)request.getAttribute("ReceDocDAO");
if(receDocDAO != null){
strFileNO = receDocDAO.getFileNO();
strSendWord = receDocDAO.getIssueWord();
iKindID = receDocDAO.getKindID();
strDocKind = receDocDAO.getKindName();
iAttributeID = receDocDAO.getAttributeID();
strDocAttribute = receDocDAO.getAttributeName();
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -