📄 danweixingzhi_xiugai.jsp
字号:
<%@ page contentType="text/html; charset=gb2312"%>
<%@ page import="com.gforce.gfoa.*,com.gforce.currency.*,java.util.*" %>
<% Session m_session = new Session(session); %>
<jsp:include page="/CheckLogin.jsp" flush="true"/>
<%
Request m_request = new Request(request);
int strID = m_request.GetInt("ID");
String strDJID=m_request.GetString("ID");
if (strID>0)
{
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"><meta http-equiv="pragma" content="no-cache">
<title>单位性质信息管理-- Ts 1.0</title>
<link href="/css/txt.jsp" rel="stylesheet" type="text/css">
<script language="JavaScript" src="/js/changestyle.js"></script>
<style type="text/css"></style>
</head>
<body bgcolor="<%=m_session.GetString("BackColor")%>" leftmargin="0" topmargin="0" >
<table width="100%" height="100%" border="0" align="center" cellspacing="0">
<tr>
<td align="center" valign="top">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="50" valign="top" background="../images/dy-back.gif">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="middle">
<td width="61" align="center" height="36"><img src="../images/dy-01.gif" width="38" height="36"></td>
<td width="118" nowrap="nowrap" valign="middle"><strong><font color="#000000">单位性质信息修改</font></strong></td>
<td align="right" nowrap="nowrap" valign="bottom">
</td>
</tr>
</table>
</td>
</tr>
</table><br>
<%
Vector vtDanWeiXingZhi=DanWeiXingZhiBiao_Manager.getRecordBySearch(strID+"","","","","","","","","","");
%>
<form name="DanWeiXingZhi_XinZeng" action="DanWeiXingZhi_GengXin.jsp" method="post" >
<input type="hidden" name="ID" value="<%=strDJID%>">
<table border="1" cellpadding="1" cellspacing="1" width="90%" style="border-collapse:collapse;border-color:black;">
<tr>
<td align="right" valign="middle" width="14%"><font color="#0A0A0A">类 型 名 称: </font></td>
<td align="left" valign="middle" colspan="3" nowrap>
<input name="XingZhiMingCheng" type="text" maxlength="40" value="<%=((Vector)vtDanWeiXingZhi.get(0)).get(1).toString()%>" size="50">
</tr>
<tr>
<td align="right" valign="middle" width="14%"><font color="#0A0A0A">排 序 编 号: </font></td>
<td align="left" valign="middle" colspan="3" nowrap>
<input name="PaiXuBianHao" type="text" maxlength="40" value="<%=((Vector)vtDanWeiXingZhi.get(0)).get(4).toString()%>" size="50">
</tr>
<tr>
<td align="right" valign="middle" width="14%"><font color="#0A0A0A">备 注: </font></td>
<td align="left" valign="middle" colspan="3" nowrap>
<textarea name="BeiZhu" cols="70" rows="4"><%=((Vector)vtDanWeiXingZhi.get(0)).get(3).toString()%></textarea>
</tr>
<table width="90%" border="0" align="center" cellspacing="0">
<tr>
<td width="60%">
</td>
<td width="40%">
</td>
</tr>
<tr>
<td> </td>
<td align="right" valign="middle" nowrap>
<input type="submit" value="提 交" style="background-color: #FFFFFF; border: 1 solid #000000"> <input type="reset" value="重 填" style="background-color: #FFFFFF; border: 1 solid #000000">
<input type="button" value="返 回" onclick="window.location='DanWeiXingZhi_GuanLi.jsp';" style="background-color: #FFFFFF; border: 1 solid #000000">
</td>
</tr>
</table>
</table>
</form>
<%
}
else
{
%>
<script language="JavaScript" type="text/JavaScript">
alert("请选择正确的单位性质信息!");
history.back();
</script>
<%
}
%>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -