📄 dms_0002fdocument_0002fauditdoclist_0002ejsp_jsp.java
字号:
// end
// HTML // begin [file="/DMS/document/AuditDocList.jsp";from=(114,79);to=(115,47)]
out.write("</td>\r\n <td width=\"10%\" height=\"26\" align=\"center\">");
// end
// begin [file="/DMS/document/AuditDocList.jsp";from=(115,50);to=(115,86)]
out.print(receDocDAO[i].getUndertakeUserName());
// end
// HTML // begin [file="/DMS/document/AuditDocList.jsp";from=(115,88);to=(116,47)]
out.write("</td>\r\n <td width=\"16%\" height=\"26\" align=\"center\">");
// end
// begin [file="/DMS/document/AuditDocList.jsp";from=(116,50);to=(116,66)]
out.print(AuditStatusValue);
// end
// HTML // begin [file="/DMS/document/AuditDocList.jsp";from=(116,68);to=(117,46)]
out.write("</td>\r\n <td width=\"8%\" height=\"26\" align=\"center\">");
// end
// begin [file="/DMS/document/AuditDocList.jsp";from=(117,48);to=(117,48)]
// end
// HTML // begin [file="/DMS/document/AuditDocList.jsp";from=(117,50);to=(118,102)]
out.write("</td>\r\n <td width=\"5%\" height=\"34\" align=\"center\" rowspan=\"2\"><input type=\"checkbox\" name=\"FileNO\" value=\"");
// end
// begin [file="/DMS/document/AuditDocList.jsp";from=(118,105);to=(118,130)]
out.print(receDocDAO[i].getFileNO());
// end
// HTML // begin [file="/DMS/document/AuditDocList.jsp";from=(118,132);to=(121,44)]
out.write("\"></td>\r\n </tr> \r\n <tr>\r\n <td width=\"61%\" colspan=\"6\" height=\"17\">");
// end
// begin [file="/DMS/document/AuditDocList.jsp";from=(121,47);to=(121,73)]
out.print(receDocDAO[i].getSubject());
// end
// HTML // begin [file="/DMS/document/AuditDocList.jsp";from=(121,75);to=(124,2)]
out.write(" </td>\r\n </tr>\r\n\r\n ");
// end
// begin [file="/DMS/document/AuditDocList.jsp";from=(124,4);to=(131,2)]
}
for(int i=0;i<createDocDAO.length;i++){
String AuditStatus=createDocDAO[i].getAuditStatus();
String AuditStatusValue="";
if(AuditStatus!=null)
if(AuditStatus.equals("0"))
AuditStatusValue="已催辦";
// end
// HTML // begin [file="/DMS/document/AuditDocList.jsp";from=(131,4);to=(133,58)]
out.write("\r\n <tr>\r\n <td width=\"4%\" height=\"34\" align=\"center\" rowspan=\"2\">");
// end
// begin [file="/DMS/document/AuditDocList.jsp";from=(133,61);to=(133,91)]
out.print(createDocDAO[i].getSpeedName());
// end
// HTML // begin [file="/DMS/document/AuditDocList.jsp";from=(133,93);to=(134,58)]
out.write("</td>\r\n <td width=\"7%\" height=\"34\" align=\"center\" rowspan=\"2\">");
// end
// begin [file="/DMS/document/AuditDocList.jsp";from=(134,61);to=(134,92)]
out.print(createDocDAO[i].getSecretName());
// end
// HTML // begin [file="/DMS/document/AuditDocList.jsp";from=(134,94);to=(135,46)]
out.write("</td>\r\n <td width=\"5%\" height=\"26\" align=\"center\">");
// end
// begin [file="/DMS/document/AuditDocList.jsp";from=(135,49);to=(135,78)]
out.print(createDocDAO[i].getCreateNO());
// end
// HTML // begin [file="/DMS/document/AuditDocList.jsp";from=(135,80);to=(136,47)]
out.write("</td>\r\n <td width=\"13%\" height=\"26\" align=\"center\">");
// end
// begin [file="/DMS/document/AuditDocList.jsp";from=(136,50);to=(136,78)]
out.print(createDocDAO[i].getEndDate());
// end
// HTML // begin [file="/DMS/document/AuditDocList.jsp";from=(136,80);to=(137,47)]
out.write("</td>\r\n <td width=\"12%\" height=\"26\" align=\"center\">");
// end
// begin [file="/DMS/document/AuditDocList.jsp";from=(137,50);to=(137,79)]
out.print(createDocDAO[i].getTermDate());
// end
// HTML // begin [file="/DMS/document/AuditDocList.jsp";from=(137,81);to=(138,47)]
out.write("</td>\r\n <td width=\"10%\" height=\"26\" align=\"center\">");
// end
// begin [file="/DMS/document/AuditDocList.jsp";from=(138,50);to=(138,88)]
out.print(createDocDAO[i].getUndertakeUserName());
// end
// HTML // begin [file="/DMS/document/AuditDocList.jsp";from=(138,90);to=(139,47)]
out.write("</td>\r\n <td width=\"16%\" height=\"26\" align=\"center\">");
// end
// begin [file="/DMS/document/AuditDocList.jsp";from=(139,50);to=(139,66)]
out.print(AuditStatusValue);
// end
// HTML // begin [file="/DMS/document/AuditDocList.jsp";from=(139,68);to=(140,46)]
out.write("</td>\r\n <td width=\"8%\" height=\"26\" align=\"center\">");
// end
// begin [file="/DMS/document/AuditDocList.jsp";from=(140,48);to=(140,48)]
// end
// HTML // begin [file="/DMS/document/AuditDocList.jsp";from=(140,50);to=(141,104)]
out.write("</td>\r\n <td width=\"5%\" height=\"34\" align=\"center\" rowspan=\"2\"><input type=\"checkbox\" name=\"CreateNO\" value=\"");
// end
// begin [file="/DMS/document/AuditDocList.jsp";from=(141,107);to=(141,136)]
out.print(createDocDAO[i].getCreateNO());
// end
// HTML // begin [file="/DMS/document/AuditDocList.jsp";from=(141,138);to=(144,44)]
out.write("\"></td>\r\n </tr>\r\n <tr>\r\n <td width=\"61%\" colspan=\"6\" height=\"17\">");
// end
// begin [file="/DMS/document/AuditDocList.jsp";from=(144,47);to=(144,75)]
out.print(createDocDAO[i].getSubject());
// end
// HTML // begin [file="/DMS/document/AuditDocList.jsp";from=(144,77);to=(146,2)]
out.write(" </td>\r\n </tr>\r\n ");
// end
// begin [file="/DMS/document/AuditDocList.jsp";from=(146,4);to=(147,3)]
}
// end
// HTML // begin [file="/DMS/document/AuditDocList.jsp";from=(147,5);to=(159,0)]
out.write("\r\n <tr>\r\n <td width=\"74%\" height=\"8\" align=\"center\" colspan=\"6\"></td>\r\n </tr>\r\n</table> \r\n<input type=\"hidden\" name=\"AuditDate\">\r\n<input type=\"hidden\" name=\"AuditNote\">\r\n<input type=\"hidden\" name=\"underTaker\">\r\n<p align=\"right\"><input type=\"button\" value=\"執行\" name=\"BB\" onClick=\"show_modal()\" ></p>\r\n</form>\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 + -