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

📄 failure_index4008.jsp

📁 电信的网厅的整站代码
💻 JSP
字号:
<%@ page contentType="text/html; charset=GBK" %>

<%@ page import="com.doone.uurm.WebAuth"%>
<%@ page import="com.doone.data.DataTable"%>
<%@ page import="com.doone.fj1w.common.TD_Area"%>
<%@ page import="com.doone.fj1w.common.CityBean"%>
<%@ page import="com.doone.fj1w.common.ProductBean"%>
<%@ page import="com.doone.fj1w.fjmgr.order.OrderService"%>

<%@ taglib uri="/WEB-INF/curstom-tags.tld" prefix="custom" %>

<%          request.setCharacterEncoding("GBK");%>
<%
			String sPurvICode = "NGB001009";
			
		    WebAuth auth = WebAuth.getInstance(request);
		    
		    if ( ! auth.IsAuthed() ) {  
			    out.write("<script language=\"javascript\">self.parent.location.replace(\"" + request.getContextPath() + "/view/login/login.jsp" + "\");</script>");
			    return;  
		    }else if ( ! auth.CheckPurv(sPurvICode) ) {
			    out.write("<script language=javascript src=\"../../common/script/RightForbidden.js\"></script>");
			    return;
			}     
			
			//判断是否是管理员
		    //boolean isManager = auth.hasManagerPurview(sPurvICode);
			//String authName = auth.getUserName();
			String cityCode = auth.getCityCode();
			long userid   = auth.getUserID();
			if (cityCode == null || cityCode.equals("") ) cityCode = "0590";
			
			DataTable oArea = null;
			if ( ! cityCode.equals("0590") ) {
				java.util.Map map = new java.util.HashMap();
				map.put("CITYCODE", cityCode);
				oArea = OrderService.getAreaList(request, response, map);
		
				pageContext.setAttribute("AREA", oArea);
			}
			
			DataTable oCity = CityBean.getCityList();
			pageContext.setAttribute("CITY",oCity);
	
%>

<html>
<head>
	<title>四川网上报税障碍单</title>
	<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
	<link href="../../common/style/main.css" type="text/css" rel="stylesheet" />
	<script language="JavaScript" src="../../common/script/ChangeStyle.js"></script>
	<script language="JavaScript" src="../../common/mainTool.js"></script>
	<script language="JavaScript" src="../../common/XMLHttpClient.js"></script>
	<link rel="stylesheet" type="text/css" media="all" href="../calendar/calendar-blue2.css"/>
	<script type="text/javascript" src="../calendar/calendar.js"></script>
	<script type="text/javascript" src="../calendar/calendar-zh.js"></script>
	<script type="text/javascript" src="../calendar/calendar-action.js"></script>
	<script type="text/javascript" src="failure_index4008.js"></script>
	<script language="JavaScript">
		
	</script>

<meta name="Microsoft Theme" content="compass 1011, default">
<meta name="Microsoft Border" content="tlb, default">
</head>
<body onload="fn_onload();">
    <script id="event_id"></script>
	<form id="Default" method="post" action="" onsubmit="return fn_OnSubmit(this);">
		<div onresize="cltScript_Toolbar();" style="width: 100%">
			<div id="divTop" style="overflow: hidden">
				<table id="ibtnPanel" style="font-size: 9pt; border-bottom: #efefef 1px outset" cellspacing="0"
					cellpadding="0" width="100%" border="0">
					<tr bgcolor="#efefef" height="33">
						<td valign="middle" align="center" width="90" 
							onclick="return fnToolAppealDetail();" 
							id="ibtnAppealDetail" 
							style="behavior:url(../../common/button.htc)" 
							DefaultClass="btnDefault" 
							OverClass="btnOver" 
							DownClass="btnDown">查看详细信息</td>
												
						<td>&nbsp;</td>
					</tr>
				</table>
				<jsp:include page="../../common/inc_top.jsp" >
					<jsp:param name="purvCode" value="<%=sPurvICode%>"/>
				</jsp:include>
				<table width="100%" border="0" cellpadding="0" cellspacing="0" class="OuterTable">
				  <tr> 
				    <td width="100%" colspan="2" class="OuterHead" align="left">
				    	<span id="ItemTitle"><font face="webdings">8</font>查询订单:</span>
				    	<input type="radio" id="SIMPLEQUERY" name="querymode" checked="checked" value="simple" onclick="fnShowSimple();"><label for="SIMPLEQUERY" id="ItemTitle">简单查询</label>&nbsp;
				    	<input type="radio" id="QUERYALL" name="querymode" value="all" onclick="fnShowAll();"><label for="QUERYALL" id="ItemTitle">复杂查询</label>
				    </td>
				  </tr>
				  <tr> 
				  	<td width="100%" colspan="2" class="InnerMain" align="left">
				  		<table id="QueryTable" border="0" cellspacing="0" cellpadding="0" width="100%">
				  			<caption style="display:none;">
				  			  <input type="hidden" name="STAFFID" value="<%=userid%>">
				  			</caption>
				  			<tbody>
				  				<!--常用简单的查询条件-->
					  			<tr>
					  				
					  				<td width="10%" class="Caption_Td" align="right" nowrap="nowrap">工单流水号:</td>
					  				<td width="18%" class="body_td" nowrap="nowrap"><input type="text" id="WEBORDER" name="WEBORDER" style="width: 100%;"></td>
					  				<td width="10%" class="Caption_Td" align="right" nowrap="nowrap">联系人:</td>
					  				<td width="10%" class="body_td" nowrap="nowrap"><input type="text" id="LINKMAN" name="LINKMAN" style="width: 100%;"></td>
					  				<!--
					  				<td width="10%" class="Caption_Td" align="right" nowrap="nowrap">选择区域:</td>
					  				<td width="10%" class="body_td" nowrap="nowrap">
					  					<custom:HtmlSelect dataSource="AREA" 
					  					                   styleId="AREA" 
					  					                   name="AREA" 
					  					                   style="width: 100%" 
					  					                   textFieldName="AREANAME" 
					  					                   valueFieldName="AREACODE"
					  					                   value="059000">
					  						<custom:HtmlOption value="" disabled='<%= (oArea != null)?! oArea.getTableName().equalsIgnoreCase("TD_AREA"):false%>'>全部</custom:HtmlOption>
					  					</custom:HtmlSelect>
					  				</td>	
					  				-->
					  				<td width="10%" class="Caption_Td" align="right" nowrap="nowrap">选择地区:</td>
					  				<td width="10%" class="body_td"   align="left" nowrap="nowrap">
						  				<custom:HtmlSelect name="CITY" style="width:100%" styleId="CITY" dataSource="CITY"
						  								  textFieldName="CITYNAME" valueFieldName="CITYCODE"
						  				                  onChange="loadArea(this);"
						  				                  disabled='false'
						  				                  value='<%= cityCode%>'>
						  					<custom:HtmlOption value="0590">全省</custom:HtmlOption>
						  				</custom:HtmlSelect>
					  				</td>				  				
					  				<td width="10%" class="Caption_Td" align="right" nowrap="nowrap">工单类型:</td>
					  				<td width="10%" class="body_td" nowrap="nowrap">
					  					<select name="ORDERTYPE" style="width: 100%">
					  						<option value="">全部</option>
					  						<option value="1">拟写障碍单</option>
					  						<option value="2">障碍催促单</option>
					  						<option value="3">信息回馈单</option>					  						
					  					</select>
					  				</td>
					  			</tr>
				  			</tbody>
				  			<tbody style="display:none;">
				  				<!--其它查询条件-->
					  			<tr>
					  				<td width="10%" class="Caption_Td" align="right" nowrap="nowrap">建立时间:</td>
					  				<td width="10%" class="body_td"    align="left" nowrap="nowrap">
					  					<input type="text" name="CREATETIME" id="CREATETIME" title="双击清空。" ondblclick="this.value='';" size="19" /><span style="cursor:hand" 
					  						   onclick="return showCalendar('CREATETIME', '%Y-%m-%d', null, true);">
										<img border="0" src="../calendar/date_botton.gif" width="20" height="14"></td>
					  				<td width="10%" class="Caption_Td" align="right" nowrap="nowrap">竣工时间:</td>
					  				<td class="body_td"   align="left" nowrap="nowrap">
										<input type="text" name="FINISHTIME" id="FINISHTIME" title="双击清空。" ondblclick="this.value='';"  size="19"  /><span style="cursor:hand" 
					  						   onclick="return showCalendar('FINISHTIME', '%Y-%m-%d', null, true);">
										<img border="0" src="../calendar/date_botton.gif" width="20" height="14"></td>
					  				
					  				<td class="Caption_Td" align="right" nowrap="nowrap">登陆帐号:</td>
					  				<td class="body_td" nowrap="nowrap">
					  				    <input type="text" id="USERID" name="USERID" style="width: 100%;">
					  				</td>
					  				<td width="10%" class="Caption_Td" align="right" nowrap="nowrap">工单状态:</td>
					  				<td width="10%" class="body_td" nowrap="nowrap">
					  				    <!--<input type="text" id="STATE" name="STATE" style="width: 100%;">-->
					  				    <select name="STATE" style="width: 100%">					  				    	
					  				    	<option value="">全部</option>
					  				    	<option value="1">待处理</option>
					  				    	<option value="2">转派</option>
					  				    	<option value="3">挂起</option>
					  				    	<option value="8">作废</option>
					  				    	<option value="9">完成</option>					  				    	
					  				    </select>
					  				</td>
					  			</tr>
					  			<tr>
					  			    <td class="Caption_Td" align="right" nowrap="nowrap">排序方式:</td>
					  			    <td class="body_td" align="left" nowrap="nowrap" colspan="5">
					  			        <select name="SORT" style="width: 100%;">
					  			        	<option value="">默认</option>
					  			        	<option value="asc">建立时间顺序排列</option>
					  			        	<option value="desc">建立时间倒序排列</option>
					  			        </select>
					  			    </td>					  			    
					  			</tr>
				  			</tbody>
				  		</table>
				    </td>
				  </tr>
				  <tr class="OuterFoot"> 
					<td width="15%" align="left" class="Caption_Td">
						<input type="submit" class="button" value="查询">
						<input type="reset" class="button" value="重填">
					</td>
				  	<td width="85%" align="left" class="Caption_td">
						<table id="QueryResult" border="0" width="100%" cellspacing="0" 
							   cellpadding="1" 
							   style="behavior:url(../../common/table.htc)" 
							   ontableload="return onQueryResultLoad();"
							   serviceURL="<%= request.getContextPath() + "/XmlHttpService"%>"
							   service="AppealvpdnService"
							   dataService="getConditionResult"
							   rcService="getConditionCount"
							   autoLoad="False"
							   locked="true">
							   <caption style="display:none;"></caption>
							   <tr>
							     <td></td>
							   </tr>
		      			</table>
					</td>
				  </tr>
				  <tr height="5"><td colspan="2"><img src="../../common/images/spacer.gif"></td></tr>
				</table>
			</div>
			<div id="divMain" style="overflow: auto">
			     <!--service表的服务名--><!--dataService表的内容--><!--rcService表的行数-->
				<table id="Result" border="0" width="100%" cellspacing="0" 
					   cellpadding="1" 
					   style="behavior:url(../../common/table.htc)" 
					   DefaultClass="DefaltRow" 
					   keyName="key" 
					   SelectedClass="SelectedRow" 
					   multiple="true" 
					   onselected="return onChoosed();" 
					   onunselected="return onUnChoosed();"
					   ontableload="return onContentLoad();"
					   ondblclick="return fn_dblClick();"
					   serviceURL="<%=request.getContextPath()+"/XmlHttpService"%>"
					   service="AppealvpdnService"
					   dataService="getContextResult" 
					   rcService="getContextCount"
					   pageStyle="0"
					   autoLoad="false"
					   class="OuterTable">
					   <thead>
						<tr class="OuterHead" style="cursor: none;">
							<TD class="title_td" align="center" width="20%" nowrap><b>工单流水号</b></TD>
							<TD class="title_td" align="center" width="15%"><b>登陆帐号</b></TD>
							<TD class="title_td" align="center" width="15%"><b>联系人</b></TD>						
							<TD class="title_td" align="center" width="15%"><b>故障类别</b></TD>							
							<TD class="title_td" align="center" width="20%"><b>建立时间</b></TD>							
							<TD class="title_td" align="center" width="15%"><b>工单状态</b></TD>	
						</tr>
					   </thead>
					   <caption style="display:none;"></caption>
					   <tr key="-1" type=""><td class="InnerHead" colspan="6" style="cursor: default;" onclick="">没有任何记录信息</td></tr>
					   <tfoot>
		      				<tr class="OuterFoot">
		      					<td align="right" class="foot_td" nowrap width="100%" colspan="6">
		      					  分页:<span id="pageSet"></span>&nbsp;&nbsp;
		      					</td>
		      				</tr>
					   </tfoot>
      			</table>
      			
			</div>
		</div>
	</form>
	<IFRAME id="orderAccept" style="display:none;"></IFRAME>
	</body>
</html>

⌨️ 快捷键说明

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