📄 userinfo.jsp
字号:
var keywords = document.getElementsByName("key_word");
for ( var i=0; i<keywords.length; i++){
if ( keywords[i].checked ) {
oResult.caption.children(1).value = keywords[i].value;
break;
}
}
oResult.caption.children(2).value = oPhoneNumber.value;
oResult.caption.children(3).value = oType.value;
oResult.caption.children(4).value = oArea.value;
oResult.reload();
return true;
}
else if ( bload == null ){
alert("请输入搜索号码。");
document.all.number.focus();
return false;
}
}
function fnDocumentLoad() {
fuc_event_sreach(true);
if ( parent != undefined && parent != null && parent.document.title != "固话移机受理" ) {
alert("该页面必须是固话移机模块的子模块,不能单独打开。");
history.back();
}
}
</script>
</head>
<body onload="fnDocumentLoad();">
<form action="" method="post" name="form1">
<input type="hidden" value="<%=cityCode%>" id="cityCode" name="cityCode" />
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0" class="OuterTable" id="basic">
<tr>
<td width="20%" valign="top" class="InnerHead">
<table width="100%" border="0" cellpadding="5" cellspacing="0">
<tr>
<td colspan="2" class="Caption_Td">
<table width="100%" border="0" cellpadding="3" cellspacing="0">
<tr>
<td width="50%" nowrap><input type="radio"
name="qry_oper_model" value="1"
onclick="fuc_event_custtype_change(this.value)"
disabled="disabled"
id="qry_oper_model_1"><label for="qry_oper_model_1">1.客户名称</label></td>
<td width="50%" nowrap><input type="radio"
id="qry_oper_model_2"
name="qry_oper_model" value="2"
onclick="fuc_event_custtype_change(this.value)"
checked="checked"><label for="qry_oper_model_2">2.业务号码</label></td>
</tr>
<tr>
<td><input type="radio" name="qry_oper_model" value="3"
id="qry_oper_model_3"
onclick="fuc_event_custtype_change(this.value)"
disabled="disabled"><label for="qry_oper_model_3">3.客户简拼</label></td>
<td><input type="radio" name="qry_oper_model" value="4"
id="qry_oper_model_4"
onclick="fuc_event_custtype_change(this.value)"
disabled="disabled"><label for="qry_oper_model_4">4.证件号码</label></td>
</tr>
<tr>
<td><input type="radio" name="qry_oper_model" value="5"
id="qry_oper_model_5"
onclick="fuc_event_custtype_change(this.value)"
disabled="disabled"><label for="qry_oper_model_5">5.客户地址</label></td>
<td><input type="radio" name="qry_oper_model" value="6"
id="qry_oper_model_6"
onclick="fuc_event_custtype_change(this.value)"
disabled="disabled"><label for="qry_oper_model_6">6.贵宾卡号</label></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="30%" class="Caption_Td" nowrap="nowrap">地区名称:</td>
<td width="70%" class="body_td">
<custom:HtmlSelect servicename="com.doone.fj1w.fjmgr.order.list.BssSreachCustImpl"
method="getBssArea"
mapName="AREACODE"
styleId="AREACODE"
name="AREACODE"
value="33"
style="width: 100%"
textFieldName="AREA_INFOINAME"
valueFieldName="AREA_INFOIAREA_ID">
<custom:HtmlOption value="">请选择</custom:HtmlOption>
</custom:HtmlSelect></td>
</tr>
<tr>
<td class="Caption_Td" nowrap="nowrap">客户大类:</td>
<td class="body_td">
<custom:HtmlSelect dataSource="CUST_SORT"
styleId="CUSTLIST"
name="CUSTLIST"
value="I"
style="width: 100%"
textFieldName="PARADESC"
valueFieldName="PARAVALUE">
</custom:HtmlSelect></td>
</tr>
<tr>
<td class="Caption_Td" nowrap="nowrap">
<div align="center" id="custtype_l">业务类型:</div>
</td>
<td class="body_td">
<custom:HtmlSelect servicename="com.doone.fj1w.fjmgr.order.list.BssSreachCustImpl"
method="getOrderList"
mapName="CUSTLIST"
styleId="SERVISERV_TYPE_ID"
name="CUSTLIST"
value="1"
style="width: 100%"
disabled="true"
textFieldName="SERV_TYPEISERV_TYPE_NAME"
valueFieldName="SERV_TYPEISERV_TYPE_ID">
</custom:HtmlSelect></td>
</tr>
<tr>
<td class="Caption_Td"><div align="center" id="custnum_l">业务号码:</div></td>
<td class="body_td">
<div align="left"><input type="text" id="number" name="number" value="<%= prodOrder.getAbouttel()%>"
style="width: 100%" readonly="readonly"></div>
</td>
</tr>
<tr>
<td class="body_td" colspan="2" align="right"><input type="button" name="sreach"
class="button" onclick="fuc_event_sreach()" value="搜索">
</td>
</tr>
</table>
</td>
<td width="80%" valign="top">
<fieldset>
<legend>档案显示主线</legend>
<input type="radio" id="key_word_0" value="0" checked="checked" name="key_word"><label for="key_word_0"><u>A</u>. 单一服务查询 </label>
<input type="radio" id="key_word_1" value="1" name="key_word"><label for="key_word_1"><u>B</u>. 以客户为主线</label>
<input type="radio" id="key_word_2" value="2" name="key_word"><label for="key_word_2"><u>C</u>. 以帐户为主线</label>
</fieldset>
<br/>
<table id="Result" border="0" width="100%" cellspacing="0"
cellpadding="1"
style="behavior:url(../../../common/table.htc)"
DefaultClass="DefaltRow"
SelectedClass="SelectedRow"
keyName="key"
serviceURL="<%=request.getContextPath()+"/XmlHttpService"%>"
service="OrderService"
dataService="searchCustArchives"
rcService="searchCustArchivesCount"
autoLoad="false"
class="InnerTable"
locked='true'>
<caption style="display:none;">
<input type="hidden" name="qry_oper_model" value="-1"/>
<input type="hidden" name="key_word" value="0"/>
<input type="hidden" name="number" value=""/>
<input type="hidden" name="serviserv_type_id" />
<input type="hidden" name="serviarea_id" />
<input type="hidden" name="flag1" value=""/>
<input type="hidden" name="citycode" value="<%= cityCode%>"/>
<input type="hidden" name="prodorderid" value="<%= prodOrderId%>"/>
</caption>
<thead>
<tr class="OuterHead" style="cursor: none;">
<TD class="title_td" align="center" width="35%" nowrap><b>客户名称</b></TD>
<TD class="title_td" align="center" width="15%"><b>业务类别</b></TD>
<TD class="title_td" align="center" width="25%"><b>业务号码</b></TD>
<TD class="title_td" align="center" width="15%"><b>状态</b></TD>
<TD class="title_td" align="center" width="10%"><b>变更</b></TD>
</tr>
</thead>
<tbody>
<tr>
<td class="body_td" align="left" colspan="5">请在选择或输入相应的查询条件后点查询。</td>
</tr>
</tbody>
<tfoot>
<tr class="OuterFoot">
<td align="right" class="foot_td" nowrap width="100%" colspan="6">
<input type="button" name="button" class="button" onClick="check();" style="width:80" value="下一步">
</td>
</tr>
</tfoot>
</table><br/>
</td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -