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

📄 consumerecord.jsp

📁 自己制作的联通CRM,支持客户分类,管理,升级,积分管理等等..
💻 JSP
字号:
<%@ page language="java" pageEncoding="GBK"%>

<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean"%>
<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html"%>
<%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic"%>
<%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core"%>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html:html lang="true">
<head>
	<html:base />
	<meta http-equiv="pragma" content="no-cache">
	<meta http-equiv="cache-control" content="no-cache">
	<meta http-equiv="expires" content="0">
	<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
	<meta http-equiv="description" content="This is my page">
	<link href="${pageContext.request.contextPath }/image/main.css"
		rel="stylesheet" type="text/css">
	<link href="${pageContext.request.contextPath }/image/shh.css"
		rel="stylesheet" type="text/css">
	<script language="javascript"
		src="${pageContext.request.contextPath}/js/meizzDate.js"></script>
	<script type="text/javascript">
		function pointBack(){
			if(confirm("确定要回退本次物品兑换")){
				form1.submit();
				window.setTimeout(window.close(),"1000");
			}
		}
	</script>
</head>

<body style="text-align: center;">
	<table width="560px" height="250" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#D71920" style="margin: 10px">
		<tr><td>
			<form action="${pageContext.request.contextPath }/consumeRecord.do" name="form1"  target="result">
			<input type="hidden" name="task" value="pointBack">
			<input type="hidden" name="consumeid" value="${consumeRecord.consumeid }">
			<table border="0" height="190" cellpadding="0" cellspacing="0" width="520" align="center" id="ttc">
				<tr>
					<td height="27px" width="130px" align="right">兑换时间:</td>
					<td align="left">${consumeRecord.consumedate }</td>
					<td height="27px" width="130px" align="right">兑换类型:</td>
					<td align="left">${consumeRecord.consumetype }</td>
				</tr>
				<tr>
					<td height="27px" width="130px" align="right">地&nbsp;&nbsp;&nbsp;&nbsp;区:</td>
					<td align="left">${consumeRecord.consumelocation }</td>
					<td height="27px" width="130px" align="right">城&nbsp;&nbsp;&nbsp;&nbsp;市:</td>
					<td align="left">${consumeRecord.consumecity }</td>
				</tr>
				<tr>
					<td height="27px" width="130px" align="right">产品名称:</td>
					<td align="left">${consumeRecord.productname }</td>
					<td height="27px" width="130px" align="right">产品数量:</td>
					<td align="left">${consumeRecord.productnum }</td>
				</tr>
				<tr>
					<td height="27px" width="130px" align="right">积分小计:</td>
					<td align="left">${consumeRecord.consumepoint }</td>
					<td colspan="2" align="center">
						<input type="button" value=" 积分回退 " onclick="pointBack();"/>
						<input type="button" value=" 关 闭 " onclick="window.close();"/>
					</td>
				</tr>
			</table>
			</form>
		</td></tr>
	</table>
	<iframe style="display:none;" name="result"></iframe>
</body>
</html:html>

⌨️ 快捷键说明

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