📄 复件 zjhdmxinfo.jsp
字号:
<%@ page contentType="text/html;charset=GBK"%>
<%@ include file="/inc/pv/user.jsp"%>
<%@ include file="/inc/public/msg.jsp"%>
<%
if(checkPv(strMenuId,"show",user)<0){
noPv(out);
return;
}
String strOfficeStyle = site.bean.SitePara.strVirtualName + "/member/" + igec.util.CookieUtil.getCookieValue(request,site.bean.SitePara.strCookieUserTheme,"stand");
site.bean.MemMoneyInfoObj moneyInfoObj=new site.bean.MemMoneyInfoObj();
String strId=request.getParameter("id");
if(igec.util.Tool.IsEmpty(strId)){
showError(out);
return;
}
moneyInfoObj.setStrId(strId);
int iFlag=site.business.MemOptionLogBusiness.showMemMoneyInfo(moneyInfoObj);
if(iFlag<0){
showError(out);
return;
}
%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=GBK" />
<title> 会员办公室--<%=site.bean.SitePara.strWebTitle%> </title>
<script language="javascript" src="<%=site.bean.SitePara.strVirtualName%>/js/clear.jsp"></script>
<script language="JavaScript" src="<%=site.bean.SitePara.strVirtualName%>/js/public.js"></script>
<script language="JavaScript" src="<%=site.bean.SitePara.strVirtualName%>/js/check.js"></script>
<script language="javascript" src="<%=site.bean.SitePara.strVirtualName%>/js/xmlhttp.js"></script>
<script language="JavaScript" src="<%=site.bean.SitePara.strVirtualName%>/member/js/validate.js"></script>
<link rel="stylesheet" rev="stylesheet" href="<%=strOfficeStyle%>/css/content.css" type="text/css" />
<link rel="stylesheet" rev="stylesheet" href="<%=strOfficeStyle%>/css/tree.css" type="text/css" />
<link rel="stylesheet" rev="stylesheet" href="<%=strOfficeStyle%>/css/mainframe.css" type="text/css" />
<link rel="stylesheet" rev="stylesheet" href="<%=strOfficeStyle%>/css/css.css" type="text/css" />
<link rel="shortcut icon" href="<%=site.bean.SitePara.strVirtualName%>/favicon.ico">
</head>
<body>
<table width="98%" border="0" align="center" cellpadding="0" cellspacing="0" class="border1">
<tr>
<td height="50">
<table border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="98%"><font color="112382" class="font14"><strong>资金活动明细详细信息</strong></font></td>
</tr>
</table>
</td>
</tr><tr>
<td height="20"> </td>
</tr>
<tr>
<td height="2" bgcolor="#fd790d"></td>
</tr>
<tr>
<td height="20"> </td>
</tr>
<tr>
<td valign="top">
<table border="0" width="98%" align="center" cellpadding="0" cellspacing="1" bgcolor="#dedede">
<tr>
<td width="21%" height="30" align="right" bgcolor="#f5f5f5">编号: </td>
<td width="79%" height="20" bgcolor="#F5F5F5"> <%=moneyInfoObj.getStrId()%></td>
</tr>
<tr>
<td height="30" align="right" bgcolor="#f5f5f5">会员ID: </td>
<td height="20" bgcolor="#f5f5f5"> <%=moneyInfoObj.getStrMemId()%></td>
</tr>
<tr>
<td height="30" align="right" bgcolor="#f5f5f5">资金活动类型: </td>
<td height="30" bgcolor="#f5f5f5"> <%=moneyInfoObj.getStrTypeInfo()%></td>
</tr>
<tr>
<td height="30" align="right" bgcolor="#f5f5f5">实际发生金额: </td>
<td height="30" bgcolor="#f5f5f5"> <%=moneyInfoObj.getStrMoney()%></td>
</tr>
<tr>
<td height="30" align="right" bgcolor="#f5f5f5">应该发生金额: </td>
<td height="30" bgcolor="#f5f5f5"> <%=moneyInfoObj.getStrSMoney()%></td>
</tr>
<tr>
<td height="30" align="right" bgcolor="#f5f5f5">剩余金额: </td>
<td height="30" bgcolor="#f5f5f5"> <%=moneyInfoObj.getStrCurlEav()%></td>
</tr>
<tr>
<td height="30" align="right" bgcolor="#f5f5f5">资金使用描述: </td>
<td height="30" bgcolor="#f5f5f5"> <%=moneyInfoObj.getStrUseTit()%></td>
</tr>
<tr>
<td height="30" align="right" bgcolor="#f5f5f5">资金活动时间: </td>
<td height="30" bgcolor="#f5f5f5"> <%=moneyInfoObj.getStrAddTime().substring(0,19)%></td>
</tr>
<tr>
<td height="30" align="right" bgcolor="#f5f5f5">资金活动IP: </td>
<td height="30" bgcolor="#f5f5f5"> <%=moneyInfoObj.getStrAddIp()%></td>
</tr>
</table></td>
</tr>
<tr>
<td height="52" valign="top"><table border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#dddddd">
<tr>
<td height="1"></td>
</tr>
</table>
<table width="98%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="50" align="center"><input type="button" name="closeBtn" onclick="javascript:history.back();" value="关 闭" /></td>
</tr>
</table></td>
</tr>
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="2" bgcolor="#ff7b0f"></td>
</tr>
</table>
</td><tr>
</table></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td> </td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -