|
@@ -117,10 +117,12 @@ a{
|
|
}
|
|
}
|
|
.layheader div:nth-child(1){
|
|
.layheader div:nth-child(1){
|
|
font-size:20px;
|
|
font-size:20px;
|
|
|
|
+ width:272px;
|
|
}
|
|
}
|
|
.layheader div:nth-child(2){
|
|
.layheader div:nth-child(2){
|
|
font-size:16px;
|
|
font-size:16px;
|
|
margin-top:10px;
|
|
margin-top:10px;
|
|
|
|
+ width:272px;
|
|
}
|
|
}
|
|
.modal-footer{
|
|
.modal-footer{
|
|
text-align: center;
|
|
text-align: center;
|
|
@@ -195,6 +197,7 @@ $(function(){
|
|
$("#zbSeatchT [name='searchvalue']").val($.trim(keys));
|
|
$("#zbSeatchT [name='searchvalue']").val($.trim(keys));
|
|
$("#searchinput").focus();
|
|
$("#searchinput").focus();
|
|
if($.trim(keys)!=""){
|
|
if($.trim(keys)!=""){
|
|
|
|
+ $(".wx-inner-bottom").html('');
|
|
$("#t-clear").show();
|
|
$("#t-clear").show();
|
|
searchvalue = $.trim(keys);
|
|
searchvalue = $.trim(keys);
|
|
searchvalueArray = searchvalue.split("+");
|
|
searchvalueArray = searchvalue.split("+");
|
|
@@ -353,7 +356,6 @@ $(function(){
|
|
</div><!-- /.modal-content -->
|
|
</div><!-- /.modal-content -->
|
|
</div><!-- /.modal -->
|
|
</div><!-- /.modal -->
|
|
</div>
|
|
</div>
|
|
-//
|
|
|
|
<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true" >
|
|
<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true" >
|
|
<div class="modal-dialog" style="width:400px;border:0px;" >
|
|
<div class="modal-dialog" style="width:400px;border:0px;" >
|
|
<div class="j-wx-code" id="myModal-div">
|
|
<div class="j-wx-code" id="myModal-div">
|
|
@@ -379,7 +381,7 @@ $(function(){
|
|
<div class="control-tabBtn">
|
|
<div class="control-tabBtn">
|
|
<a href="#" class="on" style="display:none;">超级搜索</a>
|
|
<a href="#" class="on" style="display:none;">超级搜索</a>
|
|
<span class="bidbut">招标搜索</span>
|
|
<span class="bidbut">招标搜索</span>
|
|
- <a href="/jylab/bidsearchforent/index.html">中标企业搜索</a>
|
|
|
|
|
|
+ <a id="entsearch" href="javascript:" datahref="/jylab/bidsearchforent/index.html">中标企业搜索</a>
|
|
</div>
|
|
</div>
|
|
<!--搜索-->
|
|
<!--搜索-->
|
|
<div class="searchInput clearfix">
|
|
<div class="searchInput clearfix">
|
|
@@ -681,10 +683,11 @@ $(function(){
|
|
<script type="text/javascript">
|
|
<script type="text/javascript">
|
|
$(function(){
|
|
$(function(){
|
|
haslogin({{.T.logid}});
|
|
haslogin({{.T.logid}});
|
|
- console.log(loginflag+"-------")
|
|
|
|
//点击超级搜索按钮
|
|
//点击超级搜索按钮
|
|
$(".superSearch").click(function(){
|
|
$(".superSearch").click(function(){
|
|
if(loginflag){
|
|
if(loginflag){
|
|
|
|
+ $(".layheader div:nth-child(1)").html("超级搜索");
|
|
|
|
+ $(".layheader div:nth-child(2)").html("按行业、金额搜索、结果可按表格显示");
|
|
$("#labModal").modal("show");
|
|
$("#labModal").modal("show");
|
|
}else{
|
|
}else{
|
|
$("#bidLogin").modal("show");
|
|
$("#bidLogin").modal("show");
|