📄 queryfeerecord.jsp
字号:
<%@ page contentType="text/html;charset=GB2312"%>
<%@ page import="com.huawei.icd30.wskf.business.BusinessBean"%>
<%@ page import="com.huawei.icd30.common.db.*"%>
<%@ page import="java.util.*"%>
<%@include file="/new_wskf/business/protocolCheck.jsp"%>
<%@include file="/new_wskf/business/sessionCheckBusiness.jsp"%>
<html>
<head>
<LINK REL='stylesheet' HREF='/new_wskf/ie.css' TYPE='text/css'>
<title>河南移动网上客服-用户缴费记录查询</title>
</head>
<script language="javascript">
function onSubmit()
{
if(document.thisForm.beginTime.value > document.thisForm.endTime.value)
{
alert("起始时间应该小于结束时间,请您检查后重新输入!");
}
else
{
document.thisForm.submit();
}
}
function SelectDate(DivID)
{
var fullPath="/new_wskf/business/PopDate.Htm";
var strDate; //Chinese date formate
var intDate; //Integer date formate
var objEffectDate=eval("thisForm." + DivID);
intDate=showModalDialog(fullPath,window,"dialogWidth=335px;dialogHeight=300px;center=yes;border=this;help=no");
if (intDate!=null)
{
objEffectDate.value=intDate.substr(0,4)+"-"+intDate.substr(5,2)+"-"+intDate.substr(8,2);
if (objEffectDate.value!="undefined")
{
strDate=intDate.substr(0,4)+"-"+intDate.substr(5,2)+"-"+intDate.substr(8,2);
objEffectDate.value=strDate;
}
else
{
objEffectDate.value="";
}
}
event.returnValue =false;
}
</script>
<body background="/images/kefuxitong/bg3.jpg" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onkeypress="onSubmit()">
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="9" valign="top" background="/images/k.gif" rowspan="2"><img src="/images/j.gif" width="9" height="278"></td>
<td valign="top">
<table width="100%" border="0" cellspacing="5" cellpadding="0">
<tr>
<td> </td>
</tr>
<tr>
<td>
<form name="thisForm" method="post" action="/new_wskf/business/hn_query/feeRecordResult.jsp">
<input type="hidden" name="serviceClassID" value="<%=request.getParameter("serviceClassID")%>">
<table width="614" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="30" background="/images/main.jpg">
<table width="159" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="29"> </td>
<td width="130"><FONT
color=#ffffff>缴费记录查询</FONT></td>
</tr>
</table></td>
</tr>
<tr>
<td height="200" align="center" valign="top" background="/images/main2.gif"><table width="610" cellpadding="0" cellspacing="0" border="0" align="center">
<tr>
<td height="20" colspan="4"><br> <table width="90%" border="0" align="center" cellpadding="0" cellspacing="0" bordercolor="#669999" bordercolordark="#FFFFFF">
<tr>
<td height="35">缴费记录查询:用户可以对历史的缴费记录进行查询,包括缴费类型、缴费金额和缴费时间。<br><br>
</td>
</tr>
<tr>
<td> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="20" colspan=6 align="center">
<table width="80%" border="1" cellspacing="0" cellpadding="0" bordercolor="#669999" bordercolordark="#FFFFFF">
<tr>
<td align="center">开始日期</td>
<td>
<input type = "text" name="beginTime" class="datainput" onClick="SelectDate('beginTime')" onKeypress="SelectDate('beginTime')">
</td>
<td align="center">结束日期</td>
<td>
<input type = "text" name="endTime" class="datainput" onClick="SelectDate('endTime')" onKeypress="SelectDate('endTime')">
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="20"> </td>
<td height="20"> </td>
<td height="20"> </td>
<td height="20"> </td>
</tr>
<tr>
<td height="20"> </td>
<td height="20"> </td>
<td height="20"> </td>
<td height="20"> </td>
</tr>
<tr>
<TD colspan="4" align="center">
<img src="/images/button/tijiao.gif" width="55" height="19" style="cursor:hand" onclick="onSubmit();">
<IMG border=0 height=19 src="/images/button/chongzhi.gif" width=55 onclick="document.thisForm.reset();">
</TD>
</tr>
</table>
</td>
</tr>
<tr>
<td height="15" background="/images/main1.gif"> </td>
</tr>
</table>
</form></td>
</tr>
</table>
<br>
<br>
<br>
<br>
<br>
<%@include file="/new_wskf/business/bottom.jsp" %>
</form>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td valign="bottom"> </td>
</tr>
</table>
<STYLE type=text/css>BODY {
SCROLLBAR-FACE-COLOR: #d6efff; SCROLLBAR-HIGHLIGHT-COLOR: #9E9E9E; SCROLLBAR-SHADOW-COLOR: #9E9E9E; SCROLLBAR-3DLIGHT-COLOR: #ffffff; SCROLLBAR-ARROW-COLOR: #666666; SCROLLBAR-TRACK-COLOR: #d6efff; SCROLLBAR-DARKSHADOW-COLOR: #ffffff}
</STYLE>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -