You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
237 lines
12 KiB
Plaintext
237 lines
12 KiB
Plaintext
9 months ago
|
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="MultipleSearch.aspx.cs" Inherits="DSWeb.Search.MultipleSearch" %>
|
||
|
|
||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||
|
|
||
|
<html xmlns="http://www.w3.org/1999/xhtml" >
|
||
|
<head runat="server">
|
||
|
<title>综合查询</title>
|
||
|
<style type="text/css">
|
||
|
html,body{font-size:12px;margin:0px;height:100%;}
|
||
|
.txtTab{border:1px solid #A0A0A4; border-color:#6699CC;}
|
||
|
.line
|
||
|
{
|
||
|
border-top:1px dashed #cccccc;
|
||
|
height: 1px;
|
||
|
overflow:hidden;
|
||
|
padding-top:3px;
|
||
|
padding-bottom:5px;
|
||
|
}
|
||
|
.btn
|
||
|
{
|
||
|
width:100px;
|
||
|
BORDER-RIGHT: #2C59AA 1px solid;
|
||
|
PADDING-RIGHT: 2px; BORDER-TOP: #2C59AA 1px solid;
|
||
|
PADDING-LEFT: 2px; FONT-SIZE: 12px; FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#C3DAF5);
|
||
|
BORDER-LEFT: #2C59AA 1px solid; CURSOR: hand; COLOR: black; PADDING-TOP: 2px;
|
||
|
BORDER-BOTTOM: #2C59AA 1px solid
|
||
|
}
|
||
|
</style>
|
||
|
<link href="../theme/dhtmlxcombo.css" type="text/css" rel="Stylesheet" media="screen"/>
|
||
|
<script src="../js/dhtmlxcommon.js" type="text/javascript"></script>
|
||
|
<script type="text/javascript" src="../js/dhtmlxcombo.js"></script>
|
||
|
<script type="text/javascript" src="../js/dhtmlxcombo_whp.js"></script>
|
||
|
<script type="text/javascript" src="../js/m97date/wdatepicker.js"></script>
|
||
|
<script src="../js/json2.js" type="text/javascript"></script>
|
||
|
<script type="text/javascript">
|
||
|
window.dhx_globalImgPath="../images/";
|
||
|
|
||
|
function document.onkeydown(){
|
||
|
if(event.keyCode==116){
|
||
|
event.keyCode = 0;
|
||
|
event.cancelBubble = true;
|
||
|
return false;
|
||
|
}
|
||
|
}
|
||
|
</script>
|
||
|
<script src="../js/MultipleSearch.js" type="text/javascript"></script>
|
||
|
</head>
|
||
|
<body onload="initJson();initAllSelect();">
|
||
|
<div style=" width:100%; height:100%; position:relative;" oncontextmenu="return true" id="dvContainer">
|
||
|
<form id="form1" runat="server">
|
||
|
<div style="width:100%;float:left;font-size:15px;"></div>
|
||
|
<div style="width:100%;float:left; margin-top:5px;padding-left:15px;">
|
||
|
<div style="float:left;width:10%;">
|
||
|
<div id="dvNull" style="width:100%;float:left;text-align:left;"> </div>
|
||
|
</div>
|
||
|
<div style="float:left;width:20%;">
|
||
|
<div id="dvName" style="width:80%;float:left;text-align:left;">检索栏目</div>
|
||
|
</div>
|
||
|
<div style="float:left;width:15%;">
|
||
|
<div id="dvEqual" style="width:80%;float:left;text-align:left;">检索方式</div>
|
||
|
</div>
|
||
|
<div style="float:left;width:33%;">
|
||
|
<div id="dvValue" style="width:100%;float:left;text-align:left;">检索值</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="line" style="width:100%;height:5px;"></div>
|
||
|
<div style="width:100%;float:left;padding-left:15px;">
|
||
|
<div style="float:left;width:10%;">
|
||
|
<div style="float:left;width:80%;">
|
||
|
<select id="sel_option1" runat="server" style="width:100%; visibility:hidden;">
|
||
|
<option value=""></option>
|
||
|
<option value="1">且</option>
|
||
|
<option value="2">或 </option>
|
||
|
</select>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div style="float:left;width:20%;">
|
||
|
<div style="float:left;width:80%;"><select id="sel_name1" runat="server" style="width:100%;" onchange="initSelectChange('sel_equal1',this.options[this.options.selectedIndex].value,'txt_value1',2,'dvValue1')" class="txtTab"></select></div>
|
||
|
</div>
|
||
|
<div style="float:left;width:15%;">
|
||
|
<div style="float:left;width:80%;">
|
||
|
<select id="sel_equal1" runat="server" style="width:100%;" disabled=1 class="txtTab">
|
||
|
</select>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div style="float:left;width:33%;">
|
||
|
<div style="float:left;width:100%;">
|
||
|
<div id="dvValue1" style="width:100%;"><input type="text" id="txt_value1" runat="server" class="txtTab" style="width:100%;" disabled=1/></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div style="width:100%;float:left; margin-top:5px;padding-left:15px;">
|
||
|
<div style="float:left;width:10%;">
|
||
|
<div style="float:left;width:80%;">
|
||
|
<select id="sel_option2" runat="server" style="width:100%;" disabled=1 class="txtTab">
|
||
|
<option value=""></option>
|
||
|
<option value="1">且</option>
|
||
|
<option value="2">或 </option>
|
||
|
</select>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div style="float:left;width:20%;">
|
||
|
<div style="float:left;width:80%;"><select id="sel_name2" runat="server" style="width:100%;" disabled=1 onchange="initSelectChange('sel_equal2',this.options[this.options.selectedIndex].value,'txt_value2',3,'dvValue2')" class="txtTab"></select></div>
|
||
|
</div>
|
||
|
<div style="float:left;width:15%;">
|
||
|
<div style="float:left;width:80%;">
|
||
|
<select id="sel_equal2" runat="server" style="width:100%;" disabled=1 class="txtTab">
|
||
|
</select>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div style="float:left;width:33%;">
|
||
|
<div style="float:left;width:100%;">
|
||
|
<div id="dvValue2" style="width:100%;"><input type="text" id="txt_value2" runat="server" class="txtTab" style="width:100%;" disabled=1/></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div style="width:100%;float:left; margin-top:5px;padding-left:15px;">
|
||
|
<div style="float:left;width:10%;">
|
||
|
<div style="float:left;width:80%;">
|
||
|
<select id="sel_option3" runat="server" style="width:100%;" disabled=1 class="txtTab">
|
||
|
<option value=""></option>
|
||
|
<option value="1">且</option>
|
||
|
<option value="2">或 </option>
|
||
|
</select>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div style="float:left;width:20%;">
|
||
|
<div style="float:left;width:80%;"><select id="sel_name3" runat="server" style="width:100%;" disabled=1 onchange="initSelectChange('sel_equal3',this.options[this.options.selectedIndex].value,'txt_value3',4,'dvValue3')" class="txtTab"></select></div>
|
||
|
</div>
|
||
|
<div style="float:left;width:15%;">
|
||
|
<div style="float:left;width:80%;">
|
||
|
<select id="sel_equal3" runat="server" style="width:100%;" disabled=1 class="txtTab">
|
||
|
</select>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div style="float:left;width:33%;">
|
||
|
<div style="float:left;width:100%;">
|
||
|
<div id="dvValue3" style="width:100%;"><input type="text" id="txt_value3" runat="server" class="txtTab" style="width:100%;" disabled=1/></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div style="width:100%;float:left; margin-top:5px;padding-left:15px;">
|
||
|
<div style="float:left;width:10%;">
|
||
|
<div style="float:left;width:80%;">
|
||
|
<select id="sel_option4" runat="server" style="width:100%;" disabled=1 class="txtTab">
|
||
|
<option value=""></option>
|
||
|
<option value="1">且</option>
|
||
|
<option value="2">或 </option>
|
||
|
</select>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div style="float:left;width:20%;">
|
||
|
<div style="float:left;width:80%;"><select id="sel_name4" runat="server" style="width:100%;" disabled=1 onchange="initSelectChange('sel_equal4',this.options[this.options.selectedIndex].value,'txt_value4',5,'dvValue4')" class="txtTab"></select></div>
|
||
|
</div>
|
||
|
<div style="float:left;width:15%;">
|
||
|
<div style="float:left;width:80%;">
|
||
|
<select id="sel_equal4" runat="server" style="width:100%;" disabled=1 class="txtTab">
|
||
|
</select>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div style="float:left;width:33%;">
|
||
|
<div style="float:left;width:100%;">
|
||
|
<div id="dvValue4" style="width:100%;"><input type="text" id="txt_value4" runat="server" class="txtTab" style="width:100%;" disabled=1/></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div style="width:100%;float:left; margin-top:5px;padding-left:15px;">
|
||
|
<div style="float:left;width:10%;">
|
||
|
<div style="float:left;width:80%;">
|
||
|
<select id="sel_option5" runat="server" style="width:100%;" disabled=1 class="txtTab">
|
||
|
<option value=""></option>
|
||
|
<option value="1">且</option>
|
||
|
<option value="2">或 </option>
|
||
|
</select>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div style="float:left;width:20%;">
|
||
|
<div style="float:left;width:80%;"><select id="sel_name5" runat="server" style="width:100%;" disabled=1 onchange="initSelectChange('sel_equal5',this.options[this.options.selectedIndex].value,'txt_value5',6,'dvValue5')" class="txtTab"></select></div>
|
||
|
</div>
|
||
|
<div style="float:left;width:15%;">
|
||
|
<div style="float:left;width:80%;">
|
||
|
<select id="sel_equal5" runat="server" style="width:100%;" disabled=1 class="txtTab">
|
||
|
</select>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div style="float:left;width:33%;">
|
||
|
<div style="float:left;width:100%;">
|
||
|
<div id="dvValue5" style="width:100%;"><input type="text" id="txt_value5" runat="server" class="txtTab" style="width:100%;" disabled=1/></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div style="width:100%;float:left; margin-top:5px;padding-left:15px;">
|
||
|
<div style="float:left;width:10%;">
|
||
|
<div style="float:left;width:80%;">
|
||
|
<select id="sel_option6" runat="server" style="width:100%;" disabled=1 class="txtTab">
|
||
|
<option value=""></option>
|
||
|
<option value="1">且</option>
|
||
|
<option value="2">或 </option>
|
||
|
</select>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div style="float:left;width:20%;">
|
||
|
<div style="float:left;width:80%;"><select id="sel_name6" runat="server" style="width:100%;" disabled=1 onchange="initSelectChange('sel_equal6',this.options[this.options.selectedIndex].value,'txt_value6',0,'dvValue6')" class="txtTab"></select></div>
|
||
|
</div>
|
||
|
<div style="float:left;width:15%;">
|
||
|
<div style="float:left;width:80%;">
|
||
|
<select id="sel_equal6" runat="server" style="width:100%;" disabled=1 class="txtTab">
|
||
|
</select>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div style="float:left;width:33%;">
|
||
|
<div style="float:left;width:100%;">
|
||
|
<div id="dvValue6" style="width:100%;"><input type="text" id="txt_value6" runat="server" class="txtTab" style="width:100%;" disabled=1/></div>
|
||
|
</div>
|
||
|
|
||
|
</div>
|
||
|
</div>
|
||
|
<div style="width:100%;float:left; margin-top:15px;padding-left:15px;">
|
||
|
<div style="float:left;width:180px; padding-left:80px;text-align:right;">
|
||
|
<input type="button" id="btn_search" runat="server" value="查询" class="btn" onclick="searchAction()"/>
|
||
|
</div>
|
||
|
<div style="float:left;width:100px; text-align:left;padding-left:15px;display:none;">
|
||
|
<input type="button" id="btn_cancel" runat="server" value="取消" class="btn" onclick="cancelAction()"/>
|
||
|
</div>
|
||
|
<div style="float:left;width:100px; text-align:left;padding-left:15px;">
|
||
|
<input type="button" id="btn_initsearch" runat="server" value="清空查询" class="btn" onclick="initSearchAction()"/>
|
||
|
</div>
|
||
|
</div>
|
||
|
<input type="hidden" id="h_handle" runat="server" />
|
||
|
<input type="hidden" id="h_searchcache" runat="server" />
|
||
|
<input type="hidden" id="h_opentype" runat="server" />
|
||
|
</form>
|
||
|
</div>
|
||
|
|
||
|
</body>
|
||
|
</html>
|