@@ -201,6 +201,7 @@ | |||
</div> | |||
<script id="landListData" type="text/html"> | |||
{{each landListList as value i}} | |||
{{if i < 5 }} | |||
<div class="centerLeft-center-middle" onclick="goDetail({{value.id}})" style="cursor: pointer;"> | |||
<!--项目<br />公示--> | |||
{{if value.projectShowStatus == '已经成交'}} | |||
@@ -260,11 +261,13 @@ | |||
<p>{{# value.locationName}}</p> | |||
</div> | |||
</div> | |||
{{/if}} | |||
{{/each}} | |||
</script> | |||
<div class="container" id="landListContent"></div> | |||
<script id="collectiveAssetsData" type="text/html"> | |||
{{each collectiveAssetsList as value i}} | |||
{{if i < 5 }} | |||
<div class="centerLeft-center-middle" onclick="goDetail({{value.id}})" style="cursor: pointer;"> | |||
<!--项目<br />公示--> | |||
{{if value.fileUrl == null}} | |||
@@ -307,6 +310,7 @@ | |||
<p>{{# value.phone}}</p> | |||
</div> | |||
</div> | |||
{{/if}} | |||
{{/each}} | |||
</script> | |||
<div class="container" style="display: none" id="collectiveAssetsContent"></div> | |||
@@ -32,7 +32,7 @@ | |||
.logo{ | |||
width: 593px; | |||
height: 72px; | |||
background: url("../images/index_head_logo.png") 0px no-repeat; | |||
background: url("../images/logo.png") 0px no-repeat; | |||
} | |||
/*顶部标题*/ | |||
.topTit { | |||
@@ -175,13 +175,14 @@ | |||
.top ul { | |||
/*padding-bottom: 5px;*/ | |||
cursor: pointer; | |||
display: flex; | |||
} | |||
.top ul li { | |||
/*border-radius: 20px;*/ | |||
display: inline-block; | |||
/*display: inline-block;*/ | |||
padding: 15px 0; | |||
margin-right: 15px; | |||
flex-shrink: 0; | |||
} | |||
.top ul li a { | |||
@@ -447,7 +448,7 @@ | |||
padding: 3px 8px; | |||
margin: 0 5px 0 20px; | |||
display: inline-block; | |||
border-radius: 10px; | |||
/*border-radius: 10px;*/ | |||
} | |||
.centerLeft .centerLeft-center .tableList table tr{ | |||
@@ -568,7 +569,7 @@ | |||
.centerLeft-center-bottom p:first-child { | |||
background: url('../images/address_icon.png') 0px no-repeat; | |||
padding-left: 16px; | |||
width: 66%; | |||
width: 100%; | |||
white-space:nowrap; | |||
text-overflow:ellipsis; | |||
overflow:hidden; | |||
@@ -1,9 +1,8 @@ | |||
.auction_hall_condition { | |||
width: 1200px; | |||
/* height: 300px; */ | |||
margin: auto; | |||
margin: 25px auto; | |||
background: #f8f8f8; | |||
margin-top: 25px; | |||
padding: 25px; | |||
} | |||
@@ -114,7 +113,6 @@ | |||
width: 63px; | |||
height: 28px; | |||
background: var(--color); | |||
border-radius: 35px; | |||
font-size: 14px; | |||
color: #FFFFFF; | |||
line-height: 28px; | |||
@@ -122,6 +120,20 @@ | |||
cursor: pointer; | |||
} | |||
.input_data_btn_clear { | |||
float: left; | |||
width: 63px; | |||
height: 28px; | |||
background: #ebebeb; | |||
font-size: 14px; | |||
color: #6e6e6e; | |||
line-height: 28px; | |||
margin-left: 25px; | |||
cursor: pointer; | |||
} | |||
input[type=text]{ | |||
background: #fff; | |||
} | |||
.auction_all_left { | |||
float: left; | |||
width: 60px; | |||
@@ -764,10 +776,29 @@ input::-webkit-inner-spin-button { | |||
width: 100%; | |||
padding: 10px 0; | |||
border-bottom: 1px solid #d5d5d5; | |||
margin-top: 15px; | |||
} | |||
.center_tap img{ | |||
display: block; | |||
margin-left: 10px; | |||
cursor: pointer; | |||
} | |||
.tableHead{ | |||
margin-top: 0; | |||
} | |||
.tableHead tr td:first-child{ | |||
padding-left: 15px; | |||
} | |||
.tableList table tr td:first-child{ | |||
padding-left: 15px; | |||
} | |||
.tableList table tr td:last-child{ | |||
width: 4%; | |||
} | |||
.tableList table tr td:last-child span{ | |||
margin: 0!important; | |||
} | |||
.tableHead tr td:last-child{ | |||
width: 4%; | |||
} |
@@ -3,19 +3,19 @@ | |||
} | |||
.icon-you:before { | |||
content: ">"; | |||
content: ">"!important; | |||
} | |||
.icon-zuo:before { | |||
content: "<"; | |||
content: "<"!important; | |||
} | |||
.icon-most-left:before { | |||
content: "<<"; | |||
content: "<<"!important; | |||
} | |||
.icon-most-right:before { | |||
content: ">>"; | |||
content: ">>"!important; | |||
} | |||
.page_common_btn_style{ | |||
@@ -49,4 +49,4 @@ a.page_common_btn_style:active{ | |||
.page_common_btn_active{ | |||
background:var(--color); | |||
color:#eee; | |||
} | |||
} |
@@ -532,7 +532,7 @@ define(['jquery', 'dialog','jsencrypt'], function ($, dialog,JSEncrypt) { | |||
// logo = '../images/logo.png'; | |||
// } | |||
$("#webConfigName").html(content[0].configValue); | |||
$("#webConfigRecord").html(content[1].configValue + '<span style="margin-left: 10px;"></span>' + content[2].configValue); | |||
$("#webConfigRecord").html('<img src="/static/images/gh.png" style="vertical-align: middle;"/> '+content[1].configValue + '<span style="margin-left: 10px;"></span>' + content[2].configValue); | |||
$("#webConfigAddress").html(content[0].configValue + '<span style="margin-left: 10px;"></span>' + content[3].configValue); | |||
serverApi = content[11].configValue; | |||
@@ -322,6 +322,17 @@ define(['jquery', "template", "Tools", "biddingApi", "itemsApi", "paging",'dateT | |||
} | |||
} | |||
goSearchClear = function(){ | |||
selectedStatus('all'); | |||
tabCheck(''); | |||
typeCheck(''); | |||
$('#signStartTimeStr').val('') | |||
$('#signEndTimeStr').val('') | |||
$('#auctionStartTimeStr').val('') | |||
$('#endTimeStr').val('') | |||
goSearch(); | |||
} | |||
goSearch = function(){ | |||
module.data.itemsInformationList = ''; | |||
module.data.biddingInformationList = []; | |||
@@ -435,23 +435,7 @@ define(['jquery', "template", "Tools", "echarts", 'swiper'], function ($, templa | |||
//console.log(data) | |||
module.data.serverApi = serverApi; | |||
var content = data.rows; | |||
for (let i = 0 ; i < 4 ; i++){ | |||
if (content[i]==undefined){ | |||
module.data.landListList.push({ | |||
projectShowStatus:'', | |||
projectName :'', | |||
price :'', | |||
unit :'', | |||
outName :'', | |||
signupStopTime :'', | |||
biddingStopTime :'', | |||
locationName:'', | |||
}); | |||
}else{ | |||
module.data.landListList.push(content[i]); | |||
} | |||
} | |||
// module.data.landListList = content; | |||
module.data.landListList = content; | |||
var landListData = template('landListData', module.data); | |||
$("#landListContent").html(landListData); | |||
} | |||
@@ -462,27 +446,7 @@ define(['jquery', "template", "Tools", "echarts", 'swiper'], function ($, templa | |||
//console.log(data) | |||
module.data.serverApi = serverApi; | |||
var content = data.rows; | |||
for (let i = 0 ; i < 4 ; i++){ | |||
//console.log(content[i]) | |||
if (content[i]==undefined){ | |||
//console.log('aaaaaaaaaa') | |||
module.data.collectiveAssetsList.push({ | |||
id :'', | |||
projectName :'', | |||
price :'', | |||
needname :'', | |||
needStartTime :'', | |||
needStopTime :'', | |||
phone:'', | |||
}); | |||
}else{ | |||
module.data.collectiveAssetsList.push(content[i]); | |||
} | |||
} | |||
module.data.collectiveAssetsList = content; | |||
// module.data.collectiveAssetsList = content; | |||
var collectiveAssetsData = template('collectiveAssetsData', module.data); | |||
$("#collectiveAssetsContent").html(collectiveAssetsData); | |||
@@ -368,6 +368,17 @@ define(['jquery', "template", "Tools", "itemsApi", "paging", 'dateTime', 'swiper | |||
document.getElementById('status' + id).className = 'auction_hall_table_tab auction_hall_table_tab_select' | |||
} | |||
goSearchClear = function(){ | |||
selectedStatus('all'); | |||
tabCheck(''); | |||
typeCheck(''); | |||
$('#signStartTimeStr').val('') | |||
$('#signEndTimeStr').val('') | |||
$('#auctionStartTimeStr').val('') | |||
$('#endTimeStr').val('') | |||
goSearch(); | |||
} | |||
goSearch = function () { | |||
module.data.itemsInformationList = ''; | |||
module.data.itemsInformationList1 = ''; | |||
@@ -413,7 +424,7 @@ define(['jquery', "template", "Tools", "itemsApi", "paging", 'dateTime', 'swiper | |||
if (module.data.searchType == 'gyxm'){ | |||
tools.doGet(itemsList, module.data.form, module.itemList, true); | |||
}else{ | |||
tools.doGet(needProjectList, {projectNumber:module.data.projectNumber,pageSize:module.data.pageSize,pageNum:'1'}, module.itemLists, true); | |||
tools.doGet(needProjectList, {deptId:module.data.deptId,projectNumber:module.data.projectNumber,pageSize:module.data.pageSize,pageNum:'1'}, module.itemLists, true); | |||
} | |||
} | |||
@@ -440,6 +451,7 @@ define(['jquery', "template", "Tools", "itemsApi", "paging", 'dateTime', 'swiper | |||
document.getElementById('bmsjShow').style.display = 'table-row'; | |||
document.getElementById('xmztShow').style.display = 'table-row'; | |||
document.getElementById('xqxmSearch').style.display = 'none'; | |||
document.getElementById('xqxmSearch2').style.display = 'none'; | |||
tools.doGet(itemsList, { deptId: 100, pageNum: module.data.pageNum, pageSize: module.data.pageSize }, module.itemList, true); | |||
}else{ | |||
module.data.searchType = 'xqxm' | |||
@@ -447,6 +459,7 @@ define(['jquery', "template", "Tools", "itemsApi", "paging", 'dateTime', 'swiper | |||
document.getElementById('bmsjShow').style.display = 'none'; | |||
document.getElementById('xmztShow').style.display = 'none'; | |||
document.getElementById('xqxmSearch').style.display = 'block'; | |||
document.getElementById('xqxmSearch2').style.display = 'block'; | |||
tools.doGet(needProjectList, {projectNumber:'',pageSize:module.data.pageSize,pageNum:'1'}, module.itemLists, true); | |||
} | |||
@@ -4,7 +4,7 @@ | |||
<head> | |||
<meta charset="utf-8"> | |||
<title>产权交易-项目公告</title> | |||
<title>产权交易-交易公告</title> | |||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |||
<meta name="keywords" content="" /> | |||
@@ -193,7 +193,7 @@ | |||
<div class="bottomLink"> | |||
<div class="w-1200"> | |||
<div class="w-1000 fl"> | |||
<p class="bottomLink-tit"><i class="el-icon-link"></i>友情链接</p> | |||
<p class="bottomLink-tit"><img src="../../static/images/icon_link.png" alt=""/>友情链接</p> | |||
<script id="friendsLinksData" type="text/html"> | |||
{{each friendsLinksList as value i}} | |||
<a href="{{value.url}}" target="_blank">{{value.name}}</a> | |||
@@ -4,7 +4,7 @@ | |||
<head> | |||
<meta charset="utf-8"> | |||
<title>产权交易-公示公告</title> | |||
<title>产权交易-成交详情</title> | |||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |||
<meta name="keywords" content="" /> | |||
@@ -143,7 +143,7 @@ | |||
<div class="bottomLink"> | |||
<div class="w-1200"> | |||
<div class="w-1000 fl"> | |||
<p class="bottomLink-tit"><i class="el-icon-link"></i>友情链接</p> | |||
<p class="bottomLink-tit"><img src="../../static/images/icon_link.png" alt=""/>友情链接</p> | |||
<script id="friendsLinksData" type="text/html"> | |||
{{each friendsLinksList as value i}} | |||
<a href="{{value.url}}" target="_blank">{{value.name}}</a> | |||
@@ -4,7 +4,7 @@ | |||
<head> | |||
<meta charset="utf-8"> | |||
<title>产权交易-项目公告</title> | |||
<title>产权交易-招标公告</title> | |||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |||
<meta name="keywords" content="" /> | |||
@@ -88,7 +88,7 @@ | |||
</div> | |||
<div class="w-1200"> | |||
<div class="breadcrum"> | |||
<p>首页 > 交易公告</p> | |||
<p>首页 > 招标公告</p> | |||
<div class="search_main"> | |||
<ul class="bre_news"> | |||
<a onclick="tabList('announcement')" style="display: none;" id="announcement"><i class="iconfont icon-dongtai"></i>成交公告</a> | |||
@@ -195,7 +195,7 @@ | |||
<div class="bottomLink"> | |||
<div class="w-1200"> | |||
<div class="w-1000 fl"> | |||
<p class="bottomLink-tit"><i class="el-icon-link"></i>友情链接</p> | |||
<p class="bottomLink-tit"><img src="../../static/images/icon_link.png" alt=""/>友情链接</p> | |||
<script id="friendsLinksData" type="text/html"> | |||
{{each friendsLinksList as value i}} | |||
<a href="{{value.url}}" target="_blank">{{value.name}}</a> | |||
@@ -197,7 +197,7 @@ | |||
<div class="bottomLink"> | |||
<div class="w-1200"> | |||
<div class="w-1000 fl"> | |||
<p class="bottomLink-tit"><i class="el-icon-link"></i>友情链接</p> | |||
<p class="bottomLink-tit"><img src="../../static/images/icon_link.png" alt=""/>友情链接</p> | |||
<script id="friendsLinksData" type="text/html"> | |||
{{each friendsLinksList as value i}} | |||
<a href="{{value.url}}" target="_blank">{{value.name}}</a> | |||
@@ -203,7 +203,7 @@ | |||
<div class="bottomLink"> | |||
<div class="w-1200"> | |||
<div class="w-1000 fl"> | |||
<p class="bottomLink-tit"><i class="el-icon-link"></i>友情链接</p> | |||
<p class="bottomLink-tit"><img src="../../static/images/icon_link.png" alt=""/>友情链接</p> | |||
<script id="friendsLinksData" type="text/html"> | |||
{{each friendsLinksList as value i}} | |||
<a href="{{value.url}}" target="_blank">{{value.name}}</a> | |||
@@ -213,7 +213,7 @@ | |||
<div class="bottomLink"> | |||
<div class="w-1200"> | |||
<div class="w-1000 fl"> | |||
<p class="bottomLink-tit"><i class="el-icon-link"></i>友情链接</p> | |||
<p class="bottomLink-tit"><img src="../../static/images/icon_link.png" alt=""/>友情链接</p> | |||
<script id="friendsLinksData" type="text/html"> | |||
{{each friendsLinksList as value i}} | |||
<a href="{{value.url}}" target="_blank">{{value.name}}</a> | |||
@@ -175,7 +175,7 @@ | |||
<div class="bottomLink"> | |||
<div class="w-1200"> | |||
<div class="w-1000 fl"> | |||
<p class="bottomLink-tit"><i class="el-icon-link"></i>友情链接</p> | |||
<p class="bottomLink-tit"><img src="../../static/images/icon_link.png" alt=""/>友情链接</p> | |||
<script id="friendsLinksData" type="text/html"> | |||
{{each friendsLinksList as value i}} | |||
<a href="{{value.url}}" target="_blank">{{value.name}}</a> | |||
@@ -175,6 +175,7 @@ | |||
<img class="input_data_icon input_data_icon2" src="../../static/images/data_input.png" alt="data_input"/> | |||
<div class="input_data_btn" onclick="goSearch()">查询</div> | |||
<div class="input_data_btn_clear" onclick="goSearchClear()">重置</div> | |||
</td> | |||
</tr> | |||
</table> | |||
@@ -242,7 +243,7 @@ | |||
<div class="bottomLink"> | |||
<div class="w-1200"> | |||
<div class="w-1000 fl"> | |||
<p class="bottomLink-tit"><i class="el-icon-link"></i>友情链接</p> | |||
<p class="bottomLink-tit"><img src="../../static/images/icon_link.png" alt=""/>友情链接</p> | |||
<script id="friendsLinksData" type="text/html"> | |||
{{each friendsLinksList as value i}} | |||
<a href="{{value.url}}" target="_blank">{{value.name}}</a> | |||
@@ -203,7 +203,7 @@ | |||
<div class="bottomLink"> | |||
<div class="w-1200"> | |||
<div class="w-1000 fl"> | |||
<p class="bottomLink-tit"><i class="el-icon-link"></i>友情链接</p> | |||
<p class="bottomLink-tit"><img src="../../static/images/icon_link.png" alt=""/>友情链接</p> | |||
<script id="friendsLinksData" type="text/html"> | |||
{{each friendsLinksList as value i}} | |||
<a href="{{value.url}}" target="_blank">{{value.name}}</a> | |||
@@ -186,7 +186,7 @@ | |||
<div class="bottomLink"> | |||
<div class="w-1200"> | |||
<div class="w-1000 fl"> | |||
<p class="bottomLink-tit"><i class="el-icon-link"></i>友情链接</p> | |||
<p class="bottomLink-tit"><img src="../../static/images/icon_link.png" alt=""/>友情链接</p> | |||
<script id="friendsLinksData" type="text/html"> | |||
{{each friendsLinksList as value i}} | |||
<a href="{{value.url}}" target="_blank">{{value.name}}</a> | |||
@@ -210,7 +210,7 @@ | |||
<div class="bottomLink"> | |||
<div class="w-1200"> | |||
<div class="w-1000 fl"> | |||
<p class="bottomLink-tit"><i class="el-icon-link"></i>友情链接</p> | |||
<p class="bottomLink-tit"><img src="../../static/images/icon_link.png" alt=""/>友情链接</p> | |||
<script id="friendsLinksData" type="text/html"> | |||
{{each friendsLinksList as value i}} | |||
<a href="{{value.url}}" target="_blank">{{value.name}}</a> | |||
@@ -228,7 +228,7 @@ | |||
<div class="bottomLink"> | |||
<div class="w-1200"> | |||
<div class="w-1000 fl"> | |||
<p class="bottomLink-tit"><i class="el-icon-link"></i>友情链接</p> | |||
<p class="bottomLink-tit"><img src="../../static/images/icon_link.png" alt=""/>友情链接</p> | |||
<script id="friendsLinksData" type="text/html"> | |||
{{each friendsLinksList as value i}} | |||
<a href="{{value.url}}" target="_blank">{{value.name}}</a> | |||
@@ -572,7 +572,7 @@ | |||
<div class="bottomLink"> | |||
<div class="w-1200"> | |||
<div class="w-1000 fl"> | |||
<p class="bottomLink-tit"><i class="el-icon-link"></i>友情链接</p> | |||
<p class="bottomLink-tit"><img src="../../static/images/icon_link.png" alt=""/>友情链接</p> | |||
<script id="friendsLinksData" type="text/html"> | |||
{{each friendsLinksList as value i}} | |||
<a href="{{value.url}}" target="_blank">{{value.name}}</a> | |||
@@ -4,7 +4,7 @@ | |||
<head> | |||
<meta charset="utf-8"> | |||
<title>产权交易-交易项目</title> | |||
<title>产权交易-供应项目</title> | |||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |||
<meta name="keywords" content="" /> | |||
@@ -179,6 +179,7 @@ | |||
<img class="input_data_icon input_data_icon2" src="../../static/images/data_input.png" alt="data_input"/> | |||
<div class="input_data_btn" onclick="goSearch()">查询</div> | |||
<div class="input_data_btn_clear" onclick="goSearchClear()">重置</div> | |||
</td> | |||
</tr> | |||
</table> | |||
@@ -189,13 +190,14 @@ | |||
<img src="../../static/images/icon_list_01.png" alt=""> | |||
</div> | |||
<div class="centerLeft-center"> | |||
<table width="100%" class="tableHead" style="table-layout: fixed;" > | |||
<table width="100%" class="tableHead" style="table-layout: fixed;background: #f1f1f1;" > | |||
<tr> | |||
<td>项目名称</td> | |||
<td>转出价格</td> | |||
<td>转出方</td> | |||
<td style="text-align: left">项目名称</td> | |||
<td style="text-align: right">转出价格</td> | |||
<td style="text-align: right">转出方</td> | |||
<td>报名结束</td> | |||
<td>竞价结束</td> | |||
<td></td> | |||
<!--<td>地址</td>--> | |||
</tr> | |||
</table> | |||
@@ -204,29 +206,31 @@ | |||
{{each itemsInformationList as value i}} | |||
<tr onclick="goDetail({{value.id}})"> | |||
<td title="{{value.projectName}}" style="text-align: left;"> | |||
{{if value.projectShowStatus == '已经成交'}} | |||
{{# value.projectName}} | |||
</td> | |||
<td style="text-align: right">{{# value.price}}{{# value.unit}}</td> | |||
<td style="text-align: right">{{# value.outName}}</td> | |||
<td>{{# value.signupStopTime}}</td> | |||
<td>{{# value.biddingStopTime}}</td> | |||
<td> | |||
{{if value.projectShowStatus == '已经成交' || value.projectShowStatus == '项目公示'}} | |||
<span style="background: #d7d7d7;color: #626262"> | |||
{{/if}} | |||
{{if value.projectShowStatus == '项目公示'}} | |||
<span style="background: #007b76;color: #ffffff"> | |||
{{/if}} | |||
{{if value.projectShowStatus == '正在报名'}} | |||
<span style="background: #e8041f;color: #ffffff"> | |||
<span style="background: #ffe5d5;color: #ff7b2b"> | |||
{{/if}} | |||
{{if value.projectShowStatus == '等待竞价' || value.projectShowStatus == '等待成交'}} | |||
<span style="background: #e7851c;color: #ffffff"> | |||
{{if value.projectShowStatus == '等待竞价'}} | |||
<span style="background: #d0e1f6;color: #1269d3"> | |||
{{/if}} | |||
{{if value.projectShowStatus == '等待成交'}} | |||
<span style="background: #d1f1e1;color: #19b867"> | |||
{{/if}} | |||
{{if value.projectShowStatus == '正在竞价'}} | |||
<span style="background: #1c58bb;color: #ffffff"> | |||
<span style="background: #fad3d3;color: #e62121"> | |||
{{/if}} | |||
{{# value.projectShowStatus}} | |||
</span> | |||
{{# value.projectName}} | |||
</td> | |||
<td>{{# value.price}}{{# value.unit}}</td> | |||
<td style="text-align: left;">{{# value.outName}}</td> | |||
<td>{{# value.signupStopTime}}</td> | |||
<td>{{# value.biddingStopTime}}</td> | |||
<!--<td>{{# value.locationName}}</td>--> | |||
</tr> | |||
{{/each}} | |||
@@ -296,7 +300,7 @@ | |||
<li> | |||
<p> | |||
<span>保证金</span> | |||
{{# value.biddingStopTime}} | |||
{{# value.deposit}}元 | |||
</p> | |||
</li> | |||
</ul> | |||
@@ -345,7 +349,7 @@ | |||
<div class="bottomLink"> | |||
<div class="w-1200"> | |||
<div class="w-1000 fl"> | |||
<p class="bottomLink-tit"><i class="el-icon-link"></i>友情链接</p> | |||
<p class="bottomLink-tit"><img src="../../static/images/icon_link.png" alt=""/>友情链接</p> | |||
<script id="friendsLinksData" type="text/html"> | |||
{{each friendsLinksList as value i}} | |||
<a href="{{value.url}}" target="_blank">{{value.name}}</a> | |||
@@ -4,7 +4,7 @@ | |||
<head> | |||
<meta charset="utf-8"> | |||
<title>产权交易-项目公告</title> | |||
<title>产权交易-需求详情</title> | |||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |||
<meta name="keywords" content="" /> | |||
@@ -147,7 +147,7 @@ | |||
<div class="bottomLink"> | |||
<div class="w-1200"> | |||
<div class="w-1000 fl"> | |||
<p class="bottomLink-tit"><i class="el-icon-link"></i>友情链接</p> | |||
<p class="bottomLink-tit"><img src="../../static/images/icon_link.png" alt=""/>友情链接</p> | |||
<script id="friendsLinksData" type="text/html"> | |||
{{each friendsLinksList as value i}} | |||
<a href="{{value.url}}" target="_blank">{{value.name}}</a> | |||
@@ -4,7 +4,7 @@ | |||
<head> | |||
<meta charset="utf-8"> | |||
<title>产权交易-交易项目</title> | |||
<title>产权交易-需求项目</title> | |||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |||
<meta name="keywords" content="" /> | |||
@@ -112,15 +112,16 @@ | |||
<div class="auction_hall_table_tab auction_hall_table_tab_select" onclick="tabCheck('')" id="locInfoall">全部</div> | |||
</div> | |||
<div class="auction_all_right"> | |||
<div class="auction_all_one" id="deptLocationContent"> | |||
<div class="auction_all_one" style="float: left;" id="deptLocationContent"> | |||
<script id="deptLocationData" type="text/html"> | |||
{{each deptLocationList as value i}} | |||
<div class="auction_hall_table_tab auction_loc" id="locInfoall{{value.deptId}}" data="{{value.deptId}}" onclick="tabCheck({{value.deptId}})">{{value.deptName}}</div> | |||
{{/each}} | |||
<div class="input_data_btn" id="xqxmSearch" style="margin-top: 5px;display: none;" onclick="goSearch()">查询</div> | |||
<div class="clear"></div> | |||
</script> | |||
</div> | |||
<div class="input_data_btn" id="xqxmSearch" style="margin-top: 5px;" onclick="goSearch()">查询</div> | |||
<div class="input_data_btn_clear" id="xqxmSearch2" style="margin-top: 5px;" onclick="goSearchClear()">重置</div> | |||
<!-- 市 --> | |||
<div class="auction_add_area auction_add_area_one" id="secondDept" style="display: none;"> | |||
<script id="deptSecondLocationData" type="text/html"> | |||
@@ -271,7 +272,7 @@ | |||
<div class="bottomLink"> | |||
<div class="w-1200"> | |||
<div class="w-1000 fl"> | |||
<p class="bottomLink-tit"><i class="el-icon-link"></i>友情链接</p> | |||
<p class="bottomLink-tit"><img src="../../static/images/icon_link.png" alt=""/>友情链接</p> | |||
<script id="friendsLinksData" type="text/html"> | |||
{{each friendsLinksList as value i}} | |||
<a href="{{value.url}}" target="_blank">{{value.name}}</a> | |||
@@ -160,7 +160,7 @@ | |||
<div class="bottomLink"> | |||
<div class="w-1200"> | |||
<div class="w-1000 fl"> | |||
<p class="bottomLink-tit"><i class="el-icon-link"></i>友情链接</p> | |||
<p class="bottomLink-tit"><img src="../../static/images/icon_link.png" alt=""/>友情链接</p> | |||
<script id="friendsLinksData" type="text/html"> | |||
{{each friendsLinksList as value i}} | |||
<a href="{{value.url}}" target="_blank">{{value.name}}</a> | |||
@@ -166,7 +166,7 @@ | |||
<div class="bottomLink"> | |||
<div class="w-1200"> | |||
<div class="w-1000 fl"> | |||
<p class="bottomLink-tit"><i class="el-icon-link"></i>友情链接</p> | |||
<p class="bottomLink-tit"><img src="../../static/images/icon_link.png" alt=""/>友情链接</p> | |||
<script id="friendsLinksData" type="text/html"> | |||
{{each friendsLinksList as value i}} | |||
<a href="{{value.url}}" target="_blank">{{value.name}}</a> | |||
@@ -204,7 +204,7 @@ | |||
<div class="bottomLink"> | |||
<div class="w-1200"> | |||
<div class="w-1000 fl"> | |||
<p class="bottomLink-tit"><i class="el-icon-link"></i>友情链接</p> | |||
<p class="bottomLink-tit"><img src="../../static/images/icon_link.png" alt=""/>友情链接</p> | |||
<script id="friendsLinksData" type="text/html"> | |||
{{each friendsLinksList as value i}} | |||
<a href="{{value.url}}" target="_blank">{{value.name}}</a> | |||
@@ -160,7 +160,7 @@ | |||
<div class="bottomLink"> | |||
<div class="w-1200"> | |||
<div class="w-1000 fl"> | |||
<p class="bottomLink-tit"><i class="el-icon-link"></i>友情链接</p> | |||
<p class="bottomLink-tit"><img src="../../static/images/icon_link.png" alt=""/>友情链接</p> | |||
<script id="friendsLinksData" type="text/html"> | |||
{{each friendsLinksList as value i}} | |||
<a href="{{value.url}}" target="_blank">{{value.name}}</a> | |||
@@ -16,7 +16,7 @@ | |||
<div class="bottomLink"> | |||
<div class="w-1200"> | |||
<div class="w-1000 fl"> | |||
<p class="bottomLink-tit"><i class="el-icon-link"></i>友情链接</p> | |||
<p class="bottomLink-tit"><img src="../../static/images/icon_link.png" alt=""/>友情链接</p> | |||
<script id="friendsLinksData" type="text/html"> | |||
{{each friendsLinksList as value i}} | |||
<a href="{{value.url}}" target="_blank">{{value.name}}</a> | |||
@@ -750,7 +750,7 @@ | |||
<div class="bottomLink"> | |||
<div class="w-1200"> | |||
<div class="w-1000 fl"> | |||
<p class="bottomLink-tit"><i class="el-icon-link"></i>友情链接</p> | |||
<p class="bottomLink-tit"><img src="../../static/images/icon_link.png" alt=""/>友情链接</p> | |||
<script id="friendsLinksData" type="text/html"> | |||
{{each friendsLinksList as value i}} | |||
<a href="{{value.url}}" target="_blank">{{value.name}}</a> | |||