📄 querykhtscontentupdate.jsp
字号:
<%@ page contentType="text/html; charset=gb2312"%>
<%@ page import="com.domain.KhtsForm"%>
<%KhtsForm form=(KhtsForm)session.getAttribute("form");%>
<%String user=(String)request.getParameter("user");%>
<%session.setMaxInactiveInterval(3600);%>
<%@ page import="java.sql.*"%>
<%@ page import="java.util.List"%>
<%@ page import="com.domain.CkhmydForm"%>
<%List list=(List)request.getAttribute("khmydlist");%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>修改受理投诉</title>
<style type="text/css">
<!--
body {
background-color: #000000;
margin-left: 0px;
margin-top: 0px;
}
td{
font-size:9pt;
}
.style1 {font-size: 11pt}
-->
</style>
</head>
<script language="JavaScript">
function RgTest(){
if(document.form.Khts_khmyd.value==""){
window.alert("请选择客户满意程度");
return false;
}
if(document.form.khts_clbf.value==""){
window.alert("请输入投诉处理办法");
return false;
}
return true;
}
</script>
<body>
<table width="579" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td> </td>
</tr>
</table>
<table width="579" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="left" valign="top" bgcolor="#FFFFFF"> <table width="579" height="487" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="left" valign="top" bgcolor="#FFFFFF"><table width="579" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="2%" height="28"> </td>
<td width="9%" background="images/circle.jpg"> </td>
<td width="89%" bgcolor="#FFFFFF"><span class="style1">修改受理投诉</span></td>
</tr>
<tr style="line-height:2px">
<td width="2%" height="5"> </td>
<td height="5" colspan="2" bgcolor="#D4D0C8"> </td>
</tr>
<tr align="center" valign="top" bgcolor="#FFFFFF">
<td height="454" colspan="3"><br>
<br>
<form name="form" method="post" action="khtsUpdateContent.do?method=1" onSubmit="return RgTest()">
<table width="531" border="0" cellpadding="2" cellspacing="1" bgcolor="#666666">
<tr align="center">
<td width="69" height="25" bgcolor="#ffcc33">投诉受礼人编号</td>
<td width="185" bgcolor="#FFFFFF"><input type="hidden" name="khts_tsslr" value="<%=user%>"><%=user%></td>
<td width="82" bgcolor="#ffcc33">客户满意程度</td>
<td width="174" bgcolor="#FFFFFF">
<select name="Khts_khmyd">
<option></option>
<%for (int i=0;i<list.size();i++){
CkhmydForm khmyd=(CkhmydForm)list.get(i);
%>
<option value="<%=khmyd.getKhmyd_myd()%>"><%=khmyd.getKhmyd_myd()%></option>
<%}%> </select> </td>
</tr>
</table>
<p>投诉处理办法</p>
<table width="532" height="44" border="0" align="center" cellpadding="2" cellspacing="1" bgcolor="#666666">
<tr>
<td width="526" height="100" align="left" valign="top" bgcolor="#FFFFFF"><textarea name="khts_clbf" cols="73" rows="8" id="khts_clbf"><%=form.getKhts_clbf()%></textarea></td>
</tr>
</table>
<input type="hidden" name="khts_id" value="<%=form.getKhts_id()%>">
<input type="hidden" name="khts_qymc" value="<%=form.getKhts_qymc()%>">
<input type="hidden" name="khts_tsr" value="<%=form.getKhts_tsr()%>">
<input type="hidden" name="khts_tsrq" value="<%=form.getKhts_tsrq()%>">
<input type="hidden" name="khts_tszt" value="<%=form.getKhts_tszt()%>">
<input type="hidden" name="khts_bz" value="<%=form.getKhts_bz()%>">
<input type="hidden" name="khts_tsnr" value="<%=form.getKhts_tsnr()%>">
<input type="hidden" name="id" value="<%=form.getId()%>">
<p>
<input type="submit" name="Submit2" value="提交">
<input type="reset" name="Submit" value="重置">
</p>
</form>
<p>
</p>
<table width="92%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="71%" height="36"> </td>
<td width="29%"><div align="center"><span class="style1"><a href="khtsSelectContent.do?id=<%=form.getId()%>&method=2&user=<%=user%>">返回</a></span></div></td>
</tr>
</table>
</table></td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -