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

📄 dms_0002fskin_0002ftasklistmap_0002ejsp_jsp.java

📁 dgbas公文管理核心java源码
💻 JAVA
📖 第 1 页 / 共 2 页
字号:
                                        }
                                    }
                                    else
                                    {
                                        strSendTime=ExCal.date2Str(rd.getReceDate(),"yyyy/MM/DD");
                                        strSpeed=rd.getSpeedName();
                                        strSubject=rd.getSubject();
                                        rd=null;
                                    }
            // end
            // HTML // begin [file="/DMS/skin/taskListMap.jsp";from=(145,2);to=(147,42)]
                out.write("\r\n                    <tr class=\"task_col_1\">\r\n                    <td class=\"bgcogray1\">");

            // end
            // begin [file="/DMS/skin/taskListMap.jsp";from=(147,45);to=(147,54)]
                out.print(strSpeed );
            // end
            // HTML // begin [file="/DMS/skin/taskListMap.jsp";from=(147,56);to=(149,73)]
                out.write("</td>\r\n                    <td class=\"bgcogray1\">\r\n                            <a style=\"CURSOR: hand\" onclick=viewReceDoc(\"");

            // end
            // begin [file="/DMS/skin/taskListMap.jsp";from=(149,76);to=(149,123)]
                out.print(ExStr.formDecode(m_taskList[i].getFileInfoID()));
            // end
            // HTML // begin [file="/DMS/skin/taskListMap.jsp";from=(149,125);to=(149,128)]
                out.write("\")>");

            // end
            // begin [file="/DMS/skin/taskListMap.jsp";from=(149,131);to=(149,179)]
                out.print( ExStr.formDecode(m_taskList[i].getFileInfoID()));
            // end
            // HTML // begin [file="/DMS/skin/taskListMap.jsp";from=(149,181);to=(151,49)]
                out.write("</a>\r\n                    </td>\r\n                    <td class=\"bgcogray1\" title=\"");

            // end
            // begin [file="/DMS/skin/taskListMap.jsp";from=(151,52);to=(151,62)]
                out.print(strSubject);
            // end
            // HTML // begin [file="/DMS/skin/taskListMap.jsp";from=(151,64);to=(151,108)]
                out.write("\"><a href=\"../servlet/DocViewServLet?FileNO=");

            // end
            // begin [file="/DMS/skin/taskListMap.jsp";from=(151,111);to=(151,140)]
                out.print(m_taskList[i].getFileInfoID());
            // end
            // HTML // begin [file="/DMS/skin/taskListMap.jsp";from=(151,142);to=(151,144)]
                out.write("\">");

            // end
            // begin [file="/DMS/skin/taskListMap.jsp";from=(151,147);to=(151,157)]
                out.print(strSubject);
            // end
            // HTML // begin [file="/DMS/skin/taskListMap.jsp";from=(151,159);to=(152,42)]
                out.write("</a></td>\r\n                    <td class=\"bgcogray1\">");

            // end
            // begin [file="/DMS/skin/taskListMap.jsp";from=(152,45);to=(152,75)]
                out.print(m_taskList[i].getPreUserName());
            // end
            // HTML // begin [file="/DMS/skin/taskListMap.jsp";from=(152,77);to=(153,42)]
                out.write("</td>\r\n                    <td class=\"bgcogray1\">");

            // end
            // begin [file="/DMS/skin/taskListMap.jsp";from=(153,45);to=(153,79)]
                out.print(m_taskList[i].getTaskCreateTime() );
            // end
            // HTML // begin [file="/DMS/skin/taskListMap.jsp";from=(153,81);to=(155,72)]
                out.write("</td>\r\n                    <td class=\"bgcogray1\">\r\n                        <a style=\"CURSOR: hand\" onclick=\"switchCheck()\">");

            // end
            // begin [file="/DMS/skin/taskListMap.jsp";from=(155,75);to=(155,103)]
                out.print(m_taskList[i].getStateName());
            // end
            // HTML // begin [file="/DMS/skin/taskListMap.jsp";from=(155,105);to=(158,90)]
                out.write("</a>\r\n                    </td>\r\n                    <td class=\"bgcogray1\">\r\n                        <input type=\"checkbox\" name=\"EventID\" onClick=chkEventID_onClick(\"");

            // end
            // begin [file="/DMS/skin/taskListMap.jsp";from=(158,93);to=(158,119)]
                out.print(m_taskList[i].getStateID());
            // end
            // HTML // begin [file="/DMS/skin/taskListMap.jsp";from=(158,121);to=(158,131)]
                out.write("\") value=\"");

            // end
            // begin [file="/DMS/skin/taskListMap.jsp";from=(158,134);to=(158,159)]
                out.print(m_taskList[i].getTaskID());
            // end
            // HTML // begin [file="/DMS/skin/taskListMap.jsp";from=(158,161);to=(161,0)]
                out.write("\">\r\n                    </td>\r\n                  </tr>\r\n");

            // end
            // begin [file="/DMS/skin/taskListMap.jsp";from=(161,2);to=(163,0)]
                
                        }
            // end
            // HTML // begin [file="/DMS/skin/taskListMap.jsp";from=(163,2);to=(168,0)]
                out.write("\r\n    <tr>\r\n        <td align=\"right\" colSpan=\"8\">\r\n            <select name=\"selectEventID\">\r\n                <option>請選擇</option>\r\n");

            // end
            // begin [file="/DMS/skin/taskListMap.jsp";from=(168,2);to=(176,0)]
                
                                if(request.getAttribute("eventInfo")!=null)//******************
                                {
                                     EventInfo eventInfo[]=(EventInfo[])request.getAttribute("eventInfo");//*************
                                     for(int i=0;i<eventInfo.length;i++)
                                     {
                                         int eventID=eventInfo[i].getEventID();
                                         String eventName=eventInfo[i].getEventName();
            // end
            // HTML // begin [file="/DMS/skin/taskListMap.jsp";from=(176,2);to=(177,30)]
                out.write("\r\n               <option value=\"");

            // end
            // begin [file="/DMS/skin/taskListMap.jsp";from=(177,33);to=(177,40)]
                out.print(eventID);
            // end
            // HTML // begin [file="/DMS/skin/taskListMap.jsp";from=(177,42);to=(177,44)]
                out.write("\">");

            // end
            // begin [file="/DMS/skin/taskListMap.jsp";from=(177,47);to=(177,56)]
                out.print(eventName);
            // end
            // HTML // begin [file="/DMS/skin/taskListMap.jsp";from=(177,58);to=(178,0)]
                out.write("</option>\r\n");

            // end
            // begin [file="/DMS/skin/taskListMap.jsp";from=(178,2);to=(182,0)]
                
                                     }
                                     session.setAttribute("eventInfo",null);
                                }
            // end
            // HTML // begin [file="/DMS/skin/taskListMap.jsp";from=(182,2);to=(190,36)]
                out.write("\r\n            </select>\r\n            <input type=\"button\" name=\"btnDo\" onClick=btnDo_onClick() value=\"執行\">\r\n        </td>\r\n    </tr>\r\n</table>\r\n<input type=\"hidden\" name=\"PathID\">\r\n<input type=\"hidden\" name=\"SelectedProcessID\">\r\n<input type=hidden name=Role value=\"");

            // end
            // begin [file="/DMS/skin/taskListMap.jsp";from=(190,39);to=(190,43)]
                out.print(Role);
            // end
            // HTML // begin [file="/DMS/skin/taskListMap.jsp";from=(190,45);to=(191,42)]
                out.write("\">\r\n<input type=hidden name=EventIDLst value=\"");

            // end
            // begin [file="/DMS/skin/taskListMap.jsp";from=(191,45);to=(191,55)]
                out.print(EventIDLst);
            // end
            // HTML // begin [file="/DMS/skin/taskListMap.jsp";from=(191,57);to=(196,0)]
                out.write("\">\r\n</form>\r\n</body>\r\n</html>\r\n\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 + -