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

📄 record_transfer.jsp

📁 tomcat最新安装程序
💻 JSP
字号:
<%@ page contentType="text/html;charset=GB2312" %>
<%@ page import="cn.com.aheadsoft.recordset.RecordGroupInfoRecordSet,java.util.GregorianCalendar,java.util.Calendar,cn.com.aheadsoft.util.StringFormat,cn.com.aheadsoft.util.UserInfo,cn.com.aheadsoft.manage.UserPurviewManage" %>
<%@ page import="cn.com.aheadsoft.business.PersonInfoBusiness, cn.com.aheadsoft.recordset.PersonInfoRecordSet"%>
<%  
	String libtype=(String)session.getAttribute("lib");
	String grouptype=(String)session.getAttribute("group");
	String RGI_CategoryName=(String)session.getAttribute("RGI_CategoryName");
      
        String id = request.getParameter("id");
  	String RGI_CategoryID = (String)session.getAttribute("RGI_CategoryID");
	RecordGroupInfoRecordSet set = (RecordGroupInfoRecordSet)request.getAttribute("result");
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"/>
<link rel="stylesheet" type="text/css" href="/krm/jsp/css/css.css">
<title>档案信息转移页</title>
</head>
<SCRIPT language=JavaScript>	
	function change()
	{   	url="/krm/servlet/RecordGroupInfoServlet?module=<%=libtype%>&&status=q&&queryterm=transfer&&id=<%=id%>&&libtype=kn&&grouptype="+document.recordtransfer.RGI_GroupInfo.value;
			window.location = url;	
        }
		function isSubmit(){
			document.recordtransfer.submit();				
	}
</SCRIPT>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" >
<form method="post" name="recordtransfer" action="/krm/servlet/RecordInfoServlet?module=knowledge&&status=u&&queryterm=transfer&&id=<%=id%>">
<table width="100%" align="center" border="0" cellpadding="0" cellspacing="0" >
 <tr >
	<td class="trA">&nbsp;您的位置:知识管理 >> <a href="/krm/servlet/RecordGroupInfoServlet?module=<%=libtype%>&&status=q&&queryterm=lib&&libtype=<%=libtype%>"  target="right" ><%if(libtype.equals("kn")){%>知识库<%}else if(libtype.equals("in")){%> 信息库<%}%></a> >><a href="/krm/servlet/RecordGroupInfoServlet?module=<%=libtype%>&&status=q&&queryterm=group&&libtype=<%=libtype%>&&grouptype=<%=grouptype%>" target="right"> <%if(grouptype.equals("1")){%>市场 <%}else if(grouptype.equals("2")){%> 技术<%}else if(grouptype.equals("3")){%> 管理 <%}else if(grouptype.equals("4")){%> 销售 <%}else if(grouptype.equals("5")){%> 资本<%}%></a>  >> <font class="fontcolor">档案信息转移</font>
	</td>
 </tr>
  <tr>
	<td  height="8">
	</td>
 </tr> 
  <tr><td>
<table border="0" width="98%" align="center" cellpadding="0" cellspacing="0" bordercolor="A1B7DB" class="collapse">

	   <tr> 
           <td class="tdA" >档案信息转移页</td>
        </tr>
        <tr>
		    <td class="common" align="left"><font color="#FF0000">请选择转移的目的地</font>:<font color="#0000FF">转移到<font color="#FF0000">知识库</font>下的</font> 
              <select name="RGI_GroupInfo" style="font-size:9pt;font-color:#FFFFFF" onchange="change();">
                <%
             if((null != set) && (set.size() != 0))
             { set.beforefirst();
               set.next();
		      %>
                <option <%if(set.getRGI_GroupInfo().equals("1")){%> selected<%}%> value="1">市场</option>
                <option <%if(set.getRGI_GroupInfo().equals("2")){%> selected<%}%> value="2">技术</option>
                <option <%if(set.getRGI_GroupInfo().equals("3")){%> selected<%}%> value="3">管理</option>
                <option <%if(set.getRGI_GroupInfo().equals("4")){%> selected<%}%> value="4">销售</option>           
                <option <%if(set.getRGI_GroupInfo().equals("5")){%> selected<%}%> value="5">资本</option>
                <%}else{
				%>               
                <option >请选择......</option>
                <option value="1" >市场</option>
                <option value="2">技术</option>
                <option value="3">管理</option>
                <option value="4">销售</option>
                <option value="5">资本</option>
                <%}%>
              </select> <font color="#0000FF">组下的</font> 
              <select name="RI_Transfer" style="font-size:9pt;font-color:#FFFFFF" >             
                <%
             if((null != set) && (set.size() != 0))
              {
               int i = 0;
               set.beforefirst();
               while(set.next())
                {%>
                <option value=<%=set.getRGI_CategoryID()%>><%=StringFormat.changeHTMLTags(set.getRGI_CategoryName())%></option>
                <%}
				}%>
              </select> <font color="#0000FF">档案类</font> </td>
            </tr><tr>
			<td align="center" class="tdC">
			<input name="button" type="button"  onmouseover="this.className='button2'" onmouseout="this.className='button1'"  class="button1"onClick="isSubmit();" value="提 交"> 
              <input name="button3" type="button" onClick="document.recordtransfer.reset();"  onmouseover="this.className='button2'" onmouseout="this.className='button1'"  class="button1" value="重 置">	
              <input name="button2" type="button"  onmouseover="this.className='button2'" onmouseout="this.className='button1'"  class="button1" onClick="history.back(1);" value="返 回"> 
            
			</td>
			</tr>
			</table>   
   </td>
</tr>	
</table>
</form>
</body>
</html>

⌨️ 快捷键说明

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