📄 special_mess.jsp
字号:
<%@page contentType="text/html;charset=GBK"%>
<%@ include file="verify.jsp"%>
<%@ page import="com.doone.data.DataTable"%>
<%@ page import="com.doone.fj1w.fjmgr.order.BssInter4"%>
<%@ page import="com.doone.fj1w.fjmgr.order.BssInter5"%>
<%@ page import="com.doone.fj1w.fjmgr.order.BssReferCustBean"%>
<%@ page import="com.doone.fj1w.fjmgr.order.newphone.FlowsEngie"%>
<%@ page import="com.doone.fj1w.fjmgr.order.newphone.ExtraBssParameter"%>
<%@ page import="com.doone.fj1w.fjmgr.order.Bss_infoEntity.SelectNbrBean"%>
<%@ page import="com.doone.fj1w.fjmgr.order.Bss_infoEntity.BssAddressBean"%>
<%
if (request.getProtocol().compareTo("HTTP/1.0") == 0)
response.setHeader("Pragma", "no-cache");
else if (request.getProtocol().compareTo("HTTP/1.1") == 0)
response.setHeader("Cache-Control", "no-cache");
response.setDateHeader("Expires", 0);
//author: predan
request.setCharacterEncoding("GBK");
//获取预选号码
FlowsEngie _flowEngie = (FlowsEngie)session.getAttribute("TF_BSSENTITY");
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>特别信息</title>
</head>
<link href="../../../common/style/main.css" rel="stylesheet" type="text/css" />
<link href="../../../common/style/Sty01.css" rel="stylesheet" type="text/css" />
<script language="JavaScript" src="../../../common/mainTool.js"></script>
<script>
function fuc_init(){
}
</script>
<script>
function fuc_event_sreach(){
var head ="",foot="",up ="", down="",killfour="0";
head = headInput.value;
foot = footInput.value;
up = chargeUpInput.value;
down = chargeDownInput.value;
if(document.all.fourCheck.checked)
killfour = "1";
window.location.href = "special_mess.jsp?method=1&head="+head+
"&foot="+foot+
"&up="+up+
"&down="+down+
"&killfour="+killfour+
"&flag=1";
}
function fuc_event_random_sreach(){
window.location.href = "special_mess.jsp?method=2";
}
function fuc_event_cancel(){
window.location.href = "special_mess.jsp?cancel=cancel";
}
function fuc_event_select(param){
if(param == "手动选号"){
document.all.munalnum.disabled = true;
document.all.randomnum.disabled = false;
RANDOMRESULT.style.display = "none";
MUNALRESULT.style.dispaly = "";
}
if(param == "随机配号"){
document.all.munalnum.disabled = false;
document.all.randomnum.disabled = true;
RANDOMRESULT.style.dispaly = "";
MUNALRESULT.style.dispaly = "none";
}
}
function fuc_event_enble(param){
if(document.all(param).disabled){
document.all(param).value = "";
document.all(param).disabled = false;
}else{
document.all(param).value = "";
document.all(param).disabled = true;
}
}
//选号
function fuc_event_checkNbr(){
var index = document.all.checknum.selectedIndex;
var value = document.all.checknum.options(index).value;
var text = document.all.checknum.options(index).text;
if(index == -1 || value == ""|| text == ""){
return;
}
window.location.href = "special_mess.jsp?check=check&value="+value+"&text="+text;
}
function fuc_event_enter(){
var id = document.all.ordernum.value;
if(id== "" || id == "请预选一个号码"
|| id.indexOf("预") != -1
|| id.indexOf("号") != -1){
alert("请选号.");
return;
}
window.location.href="remote_control.jsp";
}
</script>
<script>
function fuc_event_privious_page(){
window.location.href="service_mess.jsp"
}
function fuc_event_next_page(){
window.location.href="remote_control.jsp";
}
function fuc_window_close(){
}
</script>
<body onLoad="fuc_init()">
<script language="JavaScrip" id="commit" src=""></script>
<table width="100%" border="0" cellpadding="2" cellspacing="1" class="InnerTable" id ="basic" >
<tr class="OuterHead" >
<td width="387" ><strong>选号信息</strong></td>
</tr>
<tr>
<td valign="top" class="InnerHead">
<strong>预选号码:</strong>
<select name="checknum"
id="checknum"
style="width: 200px"
ondblclick="fuc_event_checkNbr()"
size="4">
</select>
<input type="text" name="ordernum" id="ordernum" style="width: 100px" readonly="readonly"/>
</td>
</tr>
<tr>
<td valign="top" class="InnerHead">
<div align="left">
<input type="button" name="randomnum" id="randomnum" class="button" onClick="fuc_event_select(this.value)" value="随机配号" disabled>
<input type="button" name="munalnum" id="munalnum" class="button" onClick="fuc_event_select(this.value)" value="手动选号" disabled="disabled">
<input type="button" name="kill_btn" id="kill_btn" class="button" onClick="fuc_event_cancel()" value="释放号码">
</div>
</td>
</tr>
<tr>
<td valign="top" class="InnerMain">
<table id="RANDOMRESULT" width="100%" border="0" cellpadding="1" cellspacing="1" class="InnerTable" style="display:">
<tr>
<td colspan="2" valign="middle" nowrap class="InnerHead"> <div align="center">
<input type="button"
name="start_i"
id="start_i"
onclick="fuc_event_random_sreach()"
calss="button"
value="开始"
disabled="disabled">
</div>
<br><br>
</td>
</tr>
</table>
<table id="MUNALRESULT" width="100%" border="0" cellpadding="2" cellspacing="1" class="InnerTable" style="display:none">
<tr>
<td width="14%" class="InnerHead" nowrap>
<div align="left">
<input type="checkbox" name="headcheack" value="" onMouseDown="fuc_event_enble('headInput')">
号码头:
</div>
</td>
<td width="20%" align="center" class="InnerMain">
<input type="text"
name="headInput"
id="headInput"
class="Input"
style="width:120px "
disabled="disabled"
onkeyup="value=value.replace(/[^\d]/g,'')">
</td>
<td width="66%" rowspan="6" valign="top" class="InnerMain">
<table width="100%" border="0" cellpadding="2" cellspacing="1" class="InnerTable">
<tr class="OuterHead">
<td nowrap><div align="center">业务号码</div></td>
<td nowrap><div align="center">号码级别</div></td>
<td nowrap><div align="center">单价</div></td>
</tr>
<tr>
<td class="InnerMain"> </td>
<td class="InnerMain"> </td>
<td class="InnerMain"> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="InnerHead" nowrap>
<div align="left">
<input type="checkbox" name="footCheck" value="" onMouseDown="fuc_event_enble('footInput')">
号码尾:
</div>
</td>
<td align="center" class="InnerMain">
<input type="text" name="footInput" id="footInput" class="Input" onKeyUp="value=value.replace(/[^\d]/g,'')" style="width:120px " disabled="disabled">
</td>
</tr>
<tr>
<td class="InnerHead" nowrap> <div align="left">
<input type="checkbox" name="upCheck" value="" onMouseDown="fuc_event_enble('chargeUpInput')">
价格上限: </div></td>
<td align="center" class="InnerMain">
<input type="text" name="chargeUpInput" id="chargeUpInput" class="Input" onKeyUp="value=value.replace(/[^\d]/g,'')" style="width:120px " disabled="disabled">
</td>
</tr>
<tr>
<td class="InnerHead" nowrap> <div align="left">
<input type="checkbox" name="downCheck" value="" onMouseDown="fuc_event_enble('chargeDownInput')">
价格下限: </div></td>
<td align="center" class="InnerMain">
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -