📄 result.jsp
字号:
<%@ page contentType="text/html; charset=GBK" language="java" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-bean" prefix="bean"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-html" prefix="html"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-logic" prefix="logic"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="Cache-Control" content="no-cache, must-revalidate" />
<meta http-equiv="expires" content="Wed, 26 Feb 1970 08:21:57 GMT" />
<link href="${pageContext.request.contextPath}/image/main.css" rel="stylesheet" type="text/css">
<title>业务受理结果</title>
<script language="javascript" src="${pageContext.request.contextPath}/show/operationdeal/meizzDate.js">
</script>
<style type="text/css">
<!--
.STYLE2 {font-size: 12px}
-->
</style>
</head>
<body>
<html:form action="/dealWithOperation">
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="middle">
<table width="100%" border="1" cellpadding="0" cellspacing="0" bordercolor="#D71920">
<tr>
<td height="41" align="center" valign="middle">
<table width="100%" border="1" cellpadding="0" cellspacing="0">
<tr>
<td><span class="STYLE2">操作</span></td>
<td><span class="STYLE2">工单序号</span></td>
<td><span class="STYLE2">用户ID</span></td>
<td><span class="STYLE2">用户所在地</span></td>
<td><span class="STYLE2">业务类型1</span></td>
<td><span class="STYLE2">业务类型2</span></td>
<td><span class="STYLE2">业务类型3</span></td>
<td><span class="STYLE2">开通标志</span></td>
<td><span class="STYLE2">受理人</span></td>
<td><span class="STYLE2">处理人</span></td>
<td><span class="STYLE2">处理标志</span></td>
</tr>
<logic:notEmpty name="resultlist" scope="request">
<c:forEach var="resultmap" items="${requestScope.resultlist}">
<tr>
<c:set var="url" value="/dealWithOperation?task=todeal&nid=${resultmap.nid}" scope="request"> </c:set>
<c:if test="${param.currentpage!=null && param.currentpage != ''}">
<c:set var="url" value="${requestScope.url}¤tpage=${param.currentpage}" scope="request"></c:set>
</c:if>
<c:if test="${param.starttime!=''}">
<c:set var="url" value="${requestScope.url}&starttime=${param.starttime}" scope="request"> </c:set>
</c:if>
<c:if test="${param.endtime!=''}">
<c:set var="url" value="${requestScope.url}&endtime=${param.endtime}" scope="request"> </c:set>
</c:if>
<td><span class="STYLE2">
<html:link action="${requestScope.url}"> 选择 </html:link>
</span></td>
<td height="27"><span class="STYLE2"> ${resultmap.nid} </span></td>
<td><span class="STYLE2"> ${resultmap.userid} </span></td>
<td><span class="STYLE2">${resultmap.address} </span></td>
<td><span class="STYLE2">
<c:if test="${resultmap.nmax==1}">即时业务</c:if>
<c:if test="${resultmap.nmax==2}">非即时业务</c:if>
</span></td>
<td><span class="STYLE2">
<c:if test="${resultmap.nmin==3}">来电显示</c:if>
<c:if test="${resultmap.nmin==4}">主叫隐藏</c:if>
<c:if test="${resultmap.nmin==5}">呼叫转移</c:if>
<c:if test="${resultmap.nmin==6}">立即开机</c:if>
<c:if test="${resultmap.nmin==7}">临时授信</c:if>
<c:if test="${resultmap.nmin==8}">申挂停机</c:if>
<c:if test="${resultmap.nmin==9}">撤消申挂停机</c:if>
<c:if test="${resultmap.nmin==10}">国内长途</c:if>
<c:if test="${resultmap.nmin==11}">国际长途</c:if>
<c:if test="${resultmap.nmin==12}">增值业务</c:if>
<c:if test="${resultmap.nmin==13}">客户化优惠</c:if>
<c:if test="${resultmap.nmin==14}">客户查询信息变更</c:if>
<c:if test="${resultmap.nmin==15}">邮寄服务</c:if>
<c:if test="${resultmap.nmin==16}">备卡激活</c:if>
<c:if test="${resultmap.nmin==17}">代办国际漫游</c:if>
<c:if test="${resultmap.nmin==18}">套餐变更</c:if>
<c:if test="${resultmap.nmin==19}">客户经理上门服务预约</c:if>
<c:if test="${resultmap.nmin==20}">客户经理电话服务预约</c:if>
</span> </td>
<td> </td>
<td><span class="STYLE2">${resultmap.dredgestate} </span></td>
<td><span class="STYLE2">${resultmap.acceptid} </span></td>
<td><span class="STYLE2">${resultmap.lastdealer} </span></td>
<td><span class="STYLE2">
<c:if test="${resultmap.dealmark==1}">未处理</c:if>
<c:if test="${resultmap.dealmark==2}">已处理</c:if>
</span>
</td>
</tr>
</c:forEach>
</logic:notEmpty>
<logic:empty name="resultlist" scope="request">
<tr><td colspan="11">没有查询到结果</td></tr>
</logic:empty>
</table>
</td>
</tr>
</table>
<table width="90%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="59%" height="20" align="left" valign="middle"> ${pagetool} </td>
<td width="41%" align="left" valign="middle"><input type="button" name="Submit" value="返回"
onClick="history.back();">
</td>
</tr>
</table>
</td>
</tr>
</table>
</html:form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -