@@ -366,7 +366,14 @@ | |||||
</td> | </td> | ||||
<td>{{value.timeType}}</td> | <td>{{value.timeType}}</td> | ||||
<td> | <td> | ||||
<input type="button" onclick="goDetail({{value.id}})" value="我要竞价" /> | |||||
<td> | |||||
{{if value.projectShowStatus == '正在报名'}}<input type="button" onclick="goDetail({{value.id}})" value="我要报名" />{{/if}} | |||||
{{if value.projectShowStatus == '正在竞价'}}<input type="button" onclick="goDetail({{value.id}})" value="我要竞价" />{{/if}} | |||||
{{if value.projectShowStatus == '等待竞价'}}<input type="button" onclick="goDetail({{value.id}})" value="进入查看" />{{/if}} | |||||
{{if value.projectShowStatus == '等待成交'}}<input type="button" onclick="goDetail({{value.id}})" value="进入查看" />{{/if}} | |||||
{{if value.projectShowStatus == '已经成交'}}<input type="button" onclick="goDetail({{value.id}})" value="进入查看" />{{/if}} | |||||
{{if value.projectShowStatus == '项目公示'}}<input type="button" onclick="goDetail({{value.id}})" value="进入查看" />{{/if}} | |||||
</td> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
{{/each}} | {{/each}} | ||||
@@ -31,3 +31,127 @@ table{ | |||||
.titIndex i{ | .titIndex i{ | ||||
padding: 0px 10px; | padding: 0px 10px; | ||||
} | } | ||||
.newList{ | |||||
padding: 0; | |||||
margin-top: 0; | |||||
} | |||||
.newList ul li{ | |||||
display: flex; | |||||
align-items: center; | |||||
justify-content: space-between; | |||||
cursor: pointer; | |||||
padding: 15px 0; | |||||
} | |||||
.newList #announcementInformationContent li p:nth-child(1){ | |||||
width: 25%; | |||||
padding-left: 15px; | |||||
} | |||||
.newList #announcementInformationContent li p:nth-child(2){ | |||||
width: 35%; | |||||
text-align: left; | |||||
} | |||||
.newList #announcementInformationContent li p:nth-child(3){ | |||||
width: 20%; | |||||
text-align: right; | |||||
} | |||||
.newList #announcementInformationContent li p:nth-child(4){ | |||||
width: 20%; | |||||
text-align: center; | |||||
} | |||||
.newList #attestationInformationContent li p:nth-child(1){ | |||||
width: 25%; | |||||
padding-left: 15px; | |||||
} | |||||
.newList #attestationInformationContent li p:nth-child(2){ | |||||
width: 35%; | |||||
text-align: left; | |||||
} | |||||
.newList #attestationInformationContent li p:nth-child(3){ | |||||
width: 20%; | |||||
text-align: right; | |||||
} | |||||
.newList #attestationInformationContent li p:nth-child(4){ | |||||
width: 20%; | |||||
text-align: center; | |||||
} | |||||
.newHead,.newHead_attestation{ | |||||
background: #f1f1f1; | |||||
padding: 15px 0; | |||||
display: flex; | |||||
align-items: center; | |||||
justify-content: space-between; | |||||
} | |||||
.newHead p,.newHead_attestation p{ | |||||
font-size: 16px; | |||||
font-weight: bold; | |||||
} | |||||
.newHead p:nth-child(1){ | |||||
width: 25%; | |||||
padding-left: 15px; | |||||
} | |||||
.newHead p:nth-child(2){ | |||||
width: 35%; | |||||
text-align: left; | |||||
} | |||||
.newHead p:nth-child(3){ | |||||
width: 20%; | |||||
text-align: right; | |||||
} | |||||
.newHead p:nth-child(4){ | |||||
width: 20%; | |||||
text-align: center; | |||||
} | |||||
.newHead_attestation p:nth-child(1){ | |||||
width: 25%; | |||||
padding-left: 15px; | |||||
} | |||||
.newHead_attestation p:nth-child(2){ | |||||
width: 35%; | |||||
text-align: left; | |||||
} | |||||
.newHead_attestation p:nth-child(3){ | |||||
width: 20%; | |||||
text-align: right; | |||||
} | |||||
.newHead_attestation p:nth-child(4){ | |||||
width: 20%; | |||||
text-align: center; | |||||
} | |||||
.breadcrum { | |||||
background: #f8f8f8; | |||||
height: auto; | |||||
padding: 25px; | |||||
margin-bottom: 25px; | |||||
} | |||||
.breadcrum p{ | |||||
color: #535252; | |||||
margin-bottom: 25px; | |||||
} | |||||
.search_main{ | |||||
display: flex; | |||||
justify-content: space-between; | |||||
align-items: center; | |||||
} |
@@ -3,8 +3,9 @@ | |||||
} | } | ||||
.tableList input[type='button'] { | .tableList input[type='button'] { | ||||
border: 1px solid #a6a6a6; | |||||
border-radius: 20px; | |||||
background: #cadbf1; | |||||
color: #1269d3; | |||||
border: none; | |||||
padding: 4px 10px; | padding: 4px 10px; | ||||
} | } | ||||
@@ -12,4 +13,12 @@ | |||||
color: #FFFFFF !important; | color: #FFFFFF !important; | ||||
border-color: var(--color) !important; | border-color: var(--color) !important; | ||||
background-color: var(--color) !important; | background-color: var(--color) !important; | ||||
} | |||||
} | |||||
.tableList table tr:nth-child(odd){ | |||||
background: transparent!important; | |||||
} | |||||
.tableList table tr td{ | |||||
border-bottom: 1px dashed #d0d0d0; | |||||
} |
@@ -132,17 +132,17 @@ | |||||
} | } | ||||
.searchClass { | .searchClass { | ||||
border: 2px solid var(--color)!important; | |||||
border-radius: 20px; | |||||
background: transparent; | |||||
padding: 6px 10px; | |||||
border: 1px solid #e0e0e0!important; | |||||
background: #ffffff; | |||||
padding: 0px 10px; | |||||
width: 100%; | width: 100%; | ||||
height: 40px; | |||||
} | } | ||||
.searchDiv { | .searchDiv { | ||||
position: relative; | position: relative; | ||||
width: 270px; | width: 270px; | ||||
transform: translate(0, 3px); | |||||
/*transform: translate(0, 3px);*/ | |||||
} | } | ||||
.searchButton { | .searchButton { | ||||
@@ -150,10 +150,10 @@ | |||||
color: #ffffff !important; | color: #ffffff !important; | ||||
width: 65px !important; | width: 65px !important; | ||||
border: 2px solid var(--color); | border: 2px solid var(--color); | ||||
border-radius: 25px; | |||||
padding: 4px 0px; | padding: 4px 0px; | ||||
position: absolute; | position: absolute; | ||||
right: 0; | right: 0; | ||||
height: 40px; | |||||
} | } | ||||
/*导航栏*/ | /*导航栏*/ | ||||
@@ -452,6 +452,10 @@ | |||||
height: 41px; | height: 41px; | ||||
} | } | ||||
.centerLeft .centerLeft-center .tableList table tr td{ | |||||
border-bottom: 1px dashed #e3e3e3; | |||||
} | |||||
.centerLeft-center .centerleft-center-tit01 { | .centerLeft-center .centerleft-center-tit01 { | ||||
color: #626262; | color: #626262; | ||||
margin: 24px 0px 14px 0px; | margin: 24px 0px 14px 0px; | ||||
@@ -998,12 +1002,12 @@ select { | |||||
cursor: pointer; | cursor: pointer; | ||||
} | } | ||||
.now-row td { | |||||
color: #d21313!important; | |||||
.now-row { | |||||
color: #ff7b2b!important; | |||||
} | } | ||||
.notStart-row td { | |||||
color: #007b76!important; | |||||
.notStart-row { | |||||
color: #1269d3!important; | |||||
} | } | ||||
.tableType { | .tableType { | ||||
@@ -1024,11 +1028,11 @@ select { | |||||
} | } | ||||
.tableType p:nth-child(1) { | .tableType p:nth-child(1) { | ||||
color: #007b76; | |||||
color: #1269d3; | |||||
} | } | ||||
.tableType p:nth-child(2) { | .tableType p:nth-child(2) { | ||||
color: #d21313; | |||||
color: #ff7b2b; | |||||
} | } | ||||
.tableType p:nth-child(3) { | .tableType p:nth-child(3) { | ||||
@@ -1036,11 +1040,11 @@ select { | |||||
} | } | ||||
.tableType p:nth-child(1) i { | .tableType p:nth-child(1) i { | ||||
background-color: #007b76; | |||||
background-color: #1269d3; | |||||
} | } | ||||
.tableType p:nth-child(2) i { | .tableType p:nth-child(2) i { | ||||
background-color: #d21313; | |||||
background-color: #ff7b2b; | |||||
} | } | ||||
.tableType p:nth-child(3) i { | .tableType p:nth-child(3) i { | ||||
@@ -1294,7 +1298,7 @@ label input[type="radio"]:checked+span { | |||||
} | } | ||||
.tableList table tr:nth-child(odd) { | .tableList table tr:nth-child(odd) { | ||||
background-color: #f6f5f5; | |||||
/*background-color: #f6f5f5;*/ | |||||
} | } | ||||
.tableList_top { | .tableList_top { | ||||
height: 260px; | height: 260px; | ||||
@@ -2,8 +2,14 @@ | |||||
width: 1200px; | width: 1200px; | ||||
/* height: 300px; */ | /* height: 300px; */ | ||||
margin: auto; | margin: auto; | ||||
/* background: red; */ | |||||
margin-top: 15px; | |||||
background: #f8f8f8; | |||||
margin-top: 25px; | |||||
padding: 25px; | |||||
} | |||||
.auction_hall_condition p{ | |||||
color: #535252; | |||||
margin-bottom: 25px; | |||||
} | } | ||||
.auction_hall_condition table { | .auction_hall_condition table { | ||||
@@ -22,8 +28,9 @@ | |||||
.auction_hall_condition table tr .auction_td { | .auction_hall_condition table tr .auction_td { | ||||
background: #F8F8F8; | background: #F8F8F8; | ||||
color: #999999; | |||||
width: 122px; | |||||
color: #535252; | |||||
width: 80px; | |||||
text-align: left; | |||||
} | } | ||||
.auction_hall_table_tab { | .auction_hall_table_tab { | ||||
@@ -668,4 +675,99 @@ input::-webkit-inner-spin-button { | |||||
#timeDown{ | #timeDown{ | ||||
font-size: 14px; | font-size: 14px; | ||||
margin-left: 15px; | margin-left: 15px; | ||||
} | |||||
} | |||||
.centerLeft_center{ | |||||
display: flex; | |||||
margin-top: 25px; | |||||
} | |||||
.centerLeft_center img{ | |||||
display: block; | |||||
width: 300px; | |||||
height: 174px; | |||||
margin-right: 25px; | |||||
flex-shrink: 0; | |||||
} | |||||
.centerLeft-center-middle-money { | |||||
font-size: 14px; | |||||
color: #d21313; | |||||
display: -webkit-box; | |||||
-webkit-box-orient: vertical; | |||||
-webkit-line-clamp: 1; | |||||
word-break: break-all; | |||||
overflow: hidden; | |||||
} | |||||
.centerLeft-center-middle-money i{ | |||||
font-size: 18px; | |||||
color: #d21313; | |||||
font-weight: bold; | |||||
} | |||||
.centerLeft-center-middle-block{ | |||||
display: flex; | |||||
justify-content: space-between; | |||||
align-items: center; | |||||
} | |||||
.centerLeft-center-middle-block .centerLeft-center-middle-tit01{ | |||||
font-size: 20px; | |||||
font-weight: bold; | |||||
color: #333333; | |||||
display: flex; | |||||
align-items: center; | |||||
flex: 1; | |||||
} | |||||
.centerLeft-center-middle-block .centerLeft-center-middle-tit01 strong{ | |||||
flex: 1; | |||||
display: -webkit-box; | |||||
-webkit-box-orient: vertical; | |||||
-webkit-line-clamp: 1; | |||||
word-break: break-all; | |||||
overflow: hidden; | |||||
} | |||||
.centerLeft-center-middle-block .centerLeft-center-middle-tit01 span{ | |||||
font-size: 14px; | |||||
border: none; | |||||
font-weight: normal; | |||||
padding: 2px 6px; | |||||
text-align: center; | |||||
display: inline-block; | |||||
} | |||||
.centerLeft-center-middle-block .centerLeft-center-middle-money i{ | |||||
font-size: 28px; | |||||
} | |||||
.centerLeft-center-middle-block .centerLeft-center-middle-money{ | |||||
line-height: 1; | |||||
flex-shrink: 0; | |||||
} | |||||
.centerLeft_center .centerLeft-center-middle-ul li p span{ | |||||
color: #535252; | |||||
font-size: 16px; | |||||
} | |||||
.centerLeft_center .centerLeft-center-middle-ul li p{ | |||||
color: #535252; | |||||
font-size: 16px; | |||||
} | |||||
.center_tap{ | |||||
display: flex; | |||||
justify-content: right; | |||||
width: 100%; | |||||
padding: 10px 0; | |||||
border-bottom: 1px solid #d5d5d5; | |||||
margin-top: 15px; | |||||
} | |||||
.center_tap img{ | |||||
display: block; | |||||
margin-left: 10px; | |||||
cursor: pointer; | |||||
} |
@@ -161,9 +161,9 @@ require(["jquery", "Tools","addressApi"], function ($, Tools) { | |||||
tools.skip('/'); | tools.skip('/'); | ||||
} | } | ||||
searchAllNew = function () { | |||||
var searchAllTitle = $('#searchAllTitle').val(); | |||||
tools.skip('/view/new/newList.html?title='+searchAllTitle); | |||||
} | |||||
// searchAllNew = function () { | |||||
// var searchAllTitle = $('#searchAllTitle').val(); | |||||
// tools.skip('/view/new/newList.html?title='+searchAllTitle); | |||||
// } | |||||
}) | }) |
@@ -31,7 +31,7 @@ define(['jquery', "template", "Tools", "announApi", "paging", 'swiper'], functio | |||||
module.init = function (page) { | module.init = function (page) { | ||||
//获取焦点图信息 | //获取焦点图信息 | ||||
tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true); | |||||
//tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true); | |||||
//底部友情链接 | //底部友情链接 | ||||
tools.doGet(friendsLinks, {}, module.bottomFriendsLinks, true); | tools.doGet(friendsLinks, {}, module.bottomFriendsLinks, true); | ||||
//成交公告 | //成交公告 | ||||
@@ -254,5 +254,31 @@ define(['jquery', "template", "Tools", "announApi", "paging", 'swiper'], functio | |||||
tools.doGet(announList, {deptId:100,pageNum:pageNum,pageSize:module.data.pageSize}, module.announInformation,true); | tools.doGet(announList, {deptId:100,pageNum:pageNum,pageSize:module.data.pageSize}, module.announInformation,true); | ||||
} | } | ||||
} | } | ||||
searchAllNew = function (type) { | |||||
var searchAllTitle = $('#searchAllTitle').val(); | |||||
var type = getQueryVariable('type'); | |||||
module.data.announcementInformationList = []; | |||||
module.data.attestationInformationList = []; | |||||
module.data.inviteTendersInformationList = []; | |||||
module.data.winTheBiddingInformationList = []; | |||||
$('.page_s1').html('') | |||||
$('#page_s1').html('') | |||||
$('.page_s2').html('') | |||||
$('#page_s2').html('') | |||||
$('.page_s3').html('') | |||||
$('#page_s3').html('') | |||||
$('.page_s4').html('') | |||||
$('#page_s4').html('') | |||||
if(type != undefined && type != ''){ | |||||
//成交公告 | |||||
tools.doGet(tenderList, {deptId:100,pageNum:module.data.pageNum,pageSize:module.data.pageSize}, module.inviteTendersInformation,true); | |||||
tools.doGet(winList, {deptId:100,pageNum:module.data.pageNum,pageSize:module.data.pageSize}, module.winTheBiddingInformation,true); | |||||
}else{ | |||||
tools.doGet(announList, {projectName:searchAllTitle,deptId:100,pageNum:module.data.pageNum,pageSize:module.data.pageSize}, module.announInformation,true); | |||||
tools.doGet(attestationList, {projectName:searchAllTitle,deptId:100,pageNum:module.data.pageNum,pageSize:module.data.pageSize}, module.attestationInformation,true); | |||||
} | |||||
} | |||||
return module; | return module; | ||||
}); | |||||
}); |
@@ -52,7 +52,7 @@ define(['jquery', "template", "Tools", "biddingApi", "itemsApi", "paging",'dateT | |||||
module.init = function (page) { | module.init = function (page) { | ||||
//获取焦点图信息 | //获取焦点图信息 | ||||
tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true); | |||||
//tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true); | |||||
//底部友情链接 | //底部友情链接 | ||||
tools.doGet(friendsLinks, {}, module.bottomFriendsLinks, true); | tools.doGet(friendsLinks, {}, module.bottomFriendsLinks, true); | ||||
//新闻资讯 | //新闻资讯 | ||||
@@ -62,7 +62,7 @@ define(['jquery', "template", "Tools", "itemsApi", "paging", 'dateTime', 'swiper | |||||
module.init = function (page) { | module.init = function (page) { | ||||
//获取焦点图信息 | //获取焦点图信息 | ||||
tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true); | |||||
//tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true); | |||||
//底部友情链接 | //底部友情链接 | ||||
tools.doGet(friendsLinks, {}, module.bottomFriendsLinks, true); | tools.doGet(friendsLinks, {}, module.bottomFriendsLinks, true); | ||||
if (getQueryVariable('projectCode') || getQueryVariable('projectName') || getQueryVariable('projectNumber')) { | if (getQueryVariable('projectCode') || getQueryVariable('projectName') || getQueryVariable('projectNumber')) { | ||||
@@ -211,11 +211,9 @@ define(['jquery', "template", "Tools", "itemsApi", "paging", 'dateTime', 'swiper | |||||
module.data.pageCount = pageCount; | module.data.pageCount = pageCount; | ||||
module.data.itemsInformationList = content; | module.data.itemsInformationList = content; | ||||
var ItemsInformationData = template('ItemsInformationData', module.data); | var ItemsInformationData = template('ItemsInformationData', module.data); | ||||
$("#ItemsInformationContent").html(ItemsInformationData); | $("#ItemsInformationContent").html(ItemsInformationData); | ||||
var ItemsInformationData2 = template('ItemsInformationData2', module.data); | |||||
$("#ItemsInformationContent2").html(ItemsInformationData2); | |||||
} | } | ||||
} | } | ||||
@@ -429,13 +427,6 @@ define(['jquery', "template", "Tools", "itemsApi", "paging", 'dateTime', 'swiper | |||||
} | } | ||||
tabList = function (id) { | tabList = function (id) { | ||||
document.getElementById('gyxm').style.display = 'none'; | |||||
document.getElementById('xqxm').style.display = 'none'; | |||||
document.getElementById(id).style.display = 'block'; | |||||
document.getElementById('gyxmBtn').className = ''; | |||||
document.getElementById('xqxmBtn').className = ''; | |||||
document.getElementById(id+'Btn').className = 'active'; | |||||
module.data.itemsInformationList = ''; | module.data.itemsInformationList = ''; | ||||
module.data.itemsInformationList1 = ''; | module.data.itemsInformationList1 = ''; | ||||
@@ -461,5 +452,11 @@ define(['jquery', "template", "Tools", "itemsApi", "paging", 'dateTime', 'swiper | |||||
} | } | ||||
centerTap = function (type) { | |||||
document.getElementById('ItemsInformationContent2').style.display = 'none'; | |||||
document.getElementById('gyxm').style.display = 'none'; | |||||
document.getElementById(type).style.display = 'block'; | |||||
} | |||||
return module; | return module; | ||||
}); | }); |
@@ -12,6 +12,7 @@ | |||||
<link href="../../static/css/main.css" rel="stylesheet" type="text/css" /> | <link href="../../static/css/main.css" rel="stylesheet" type="text/css" /> | ||||
<link href="../../static/css/index.css" rel="stylesheet" type="text/css" /> | <link href="../../static/css/index.css" rel="stylesheet" type="text/css" /> | ||||
<link href="../../static/css/new/new.css" rel="stylesheet" type="text/css" /> | <link href="../../static/css/new/new.css" rel="stylesheet" type="text/css" /> | ||||
<link href="../../static/css/announcement/announcement.css" rel="stylesheet" type="text/css" /> | |||||
<link href="../../static/css/iconfont.css" rel="stylesheet" type="text/css" /> | <link href="../../static/css/iconfont.css" rel="stylesheet" type="text/css" /> | ||||
<link href="https://at.alicdn.com/t/font_426541_j8s6z8ejoo.css" rel="stylesheet" type="text/css" /> | <link href="https://at.alicdn.com/t/font_426541_j8s6z8ejoo.css" rel="stylesheet" type="text/css" /> | ||||
<link href="../../static/css/page_common.css" rel="stylesheet" type="text/css" /> | <link href="../../static/css/page_common.css" rel="stylesheet" type="text/css" /> | ||||
@@ -19,56 +20,9 @@ | |||||
<body> | <body> | ||||
<div class="main" id="page"> | <div class="main" id="page"> | ||||
<div class="swiper-container" id="bannerFocusWrapTop"> | |||||
<script id="bannerFocusDataTop" type="text/html"> | |||||
{{each focusListTop as value i}} | |||||
<div class="swiper-slide"> | |||||
<img src="{{value.picUrl}}" alt="" width="100%" height="auto"> | |||||
</div> | |||||
{{/each}} | |||||
</script> | |||||
<div class="swiper-wrapper" id="bannerFocusTopContent"></div> | |||||
<!-- <div class="page-pagination"></div>--> | |||||
</div> | |||||
<!--顶部Title --> | <!--顶部Title --> | ||||
<div class="bg-f7 txc"> | <div class="bg-f7 txc"> | ||||
<div class="w-1200 topDress"> | <div class="w-1200 topDress"> | ||||
<p class="topTit fl">Hi,欢迎来到农村产权交易中心</p> | |||||
<div class="searchDiv fl"> | |||||
<input type="text" placeholder="请输入关键词搜索" id="searchAllTitle" class="searchClass" /> | |||||
<input type="button" value="搜索" onclick="searchAllNew()" class="searchButton" /> | |||||
</div> | |||||
<!-- <div class="topTit02 fl" id="dress">--> | |||||
<!-- <img src="../../static/images/icon3.png" alt="" class="fl"/>--> | |||||
<!-- <p class="fl">威海市</p>--> | |||||
<!-- <div class="clear"></div>--> | |||||
<!-- </div>--> | |||||
<a href="javascript:void(0);" class="topTit02 fl">返回主站</a> | |||||
<!-- <a href="../bidding/biddingBigData.html" target="_blank" class="topTit02 fl">竞价大厅</a>--> | |||||
<div class="dressPc" id="dressList" style="display: none;"> | |||||
<ul> | |||||
<li> | |||||
<p class="fl">文登区</p> | |||||
<i class="jiantou"></i> | |||||
<div class="clear"></div> | |||||
</li> | |||||
<li> | |||||
<p class="fl">文登区</p> | |||||
<i class="jiantou"></i> | |||||
<div class="clear"></div> | |||||
</li> | |||||
<li> | |||||
<p class="fl">文登区</p> | |||||
<i class="jiantou"></i> | |||||
<div class="clear"></div> | |||||
</li> | |||||
<li> | |||||
<p class="fl">文登区</p> | |||||
<i class="jiantou"></i> | |||||
<div class="clear"></div> | |||||
</li> | |||||
</ul> | |||||
</div> | |||||
<div class="fr" id="userLogin" style="display: none;"> | <div class="fr" id="userLogin" style="display: none;"> | ||||
<a href="../login/login.html">请登录</a> | <a href="../login/login.html">请登录</a> | ||||
<a href="../login/register.html">免费注册</a> | <a href="../login/register.html">免费注册</a> | ||||
@@ -123,7 +77,6 @@ | |||||
<div class="logoSearch w-1200"> | <div class="logoSearch w-1200"> | ||||
<div class="wid50 logoSearch-div fl"> | <div class="wid50 logoSearch-div fl"> | ||||
<div class="logo" onclick="goIndex()"></div> | <div class="logo" onclick="goIndex()"></div> | ||||
<h1 class="fl" id="webConfigName" onclick="goIndex()"></h1> | |||||
<div class="clear"></div> | <div class="clear"></div> | ||||
</div> | </div> | ||||
<div class="clear"></div> | <div class="clear"></div> | ||||
@@ -133,33 +86,45 @@ | |||||
<div class="top"> | <div class="top"> | ||||
<ul class="container w-1200"> | <ul class="container w-1200"> | ||||
<li><a href="../../index.html">首页</a></li> | <li><a href="../../index.html">首页</a></li> | ||||
<li><a href="../listingItems/itemsList.html">交易项目</a></li> | |||||
<li><a href="../bidding/biddingList.html">竞价大厅</a></li> | <li><a href="../bidding/biddingList.html">竞价大厅</a></li> | ||||
<li class="active"><a href="../announcement/announcement.html">公示公告</a></li> | |||||
<li><a href="../demand/demand.html">个人供求</a></li> | |||||
<li><a href="../new/newList.html">新闻资讯</a></li> | |||||
<li><a href="../policy/policy.html">政策法规</a></li> | |||||
<li><a href="../interact/interactList.html">互动交流</a></li> | |||||
<li><a href="../listingItems/itemsList.html">供应项目</a></li> | |||||
<li><a href="../listingItems/itemsNeedsList.html?clickType=collectiveAssets">需求项目</a></li> | |||||
<li class="active"><a href="../announcement/announcement.html">交易公告</a></li> | |||||
<li><a href="../announcement/announcementNew.html">招标公告</a></li> | |||||
</ul> | </ul> | ||||
</div> | </div> | ||||
<div class="w-1200"> | <div class="w-1200"> | ||||
<div class="breadcrum"> | <div class="breadcrum"> | ||||
<ul class="bre_news"> | |||||
<a onclick="tabList('announcement')" id="announcement" class="active"><i class="iconfont icon-dongtai"></i>成交公告</a> | |||||
<a onclick="tabList('attestation')" id="attestation"><i class="iconfont icon-meitibaodao"></i>鉴证公告</a> | |||||
<a onclick="tabList('inviteTenders')" id="inviteTenders"><i class="iconfont icon-yunyingfuwu"></i>招标公告</a> | |||||
<a onclick="tabList('winTheBidding')" id="winTheBidding"><i class="iconfont icon-xuanchuanzhaoshang"></i>招标结果</a> | |||||
</ul> | |||||
<p>首页 > 交易公告</p> | |||||
<div class="search_main"> | |||||
<ul class="bre_news"> | |||||
<a onclick="tabList('announcement')" id="announcement" class="active"><i class="iconfont icon-dongtai"></i>成交公告</a> | |||||
<a onclick="tabList('attestation')" id="attestation"><i class="iconfont icon-meitibaodao"></i>鉴证公告</a> | |||||
<a onclick="tabList('inviteTenders')" style="display: none;" id="inviteTenders"><i class="iconfont icon-yunyingfuwu"></i>招标公告</a> | |||||
<a onclick="tabList('winTheBidding')" style="display: none;" id="winTheBidding"><i class="iconfont icon-xuanchuanzhaoshang"></i>招标结果</a> | |||||
</ul> | |||||
<div class="searchDiv"> | |||||
<input type="text" placeholder="请输入关键词搜索" id="searchAllTitle" class="searchClass" /> | |||||
<input type="button" value="搜索" onclick="searchAllNew()" class="searchButton" /> | |||||
</div> | |||||
</div> | |||||
</div> | </div> | ||||
<div class="newList"> | <div class="newList"> | ||||
<!-- 成交公告 --> | <!-- 成交公告 --> | ||||
<script id="announcementInformationData" type="text/html"> | <script id="announcementInformationData" type="text/html"> | ||||
<div class="newHead"> | |||||
<p>项目编号</p> | |||||
<p>项目名称</p> | |||||
<p>成交金额</p> | |||||
<p>项目成交时间</p> | |||||
</div> | |||||
{{each announcementInformationList as value i}} | {{each announcementInformationList as value i}} | ||||
<li> | |||||
<a href="announcementDetail.html?id={{value.id}}" class="fl"><i class="sanjiao-right"></i>{{# value.projectName}}</a> | |||||
<p class="fr">{{# value.dealTime.substr(0,10)}}</p> | |||||
<div class="clear"></div> | |||||
<p class="m-t-5">项目编号:{{# value.projectCode}}</p> | |||||
<li onclick="window.location='announcementDetail.html?id={{value.id}}'"> | |||||
<p>{{# value.projectCode}}</p> | |||||
<p>{{# value.projectName}}</p> | |||||
<p>{{# value.dealMoneySum}}</p> | |||||
<p>{{# value.dealTime.substr(0,10)}}</p> | |||||
</li> | </li> | ||||
{{/each}} | {{/each}} | ||||
</script> | </script> | ||||
@@ -167,12 +132,18 @@ | |||||
<!-- 鉴证公告 --> | <!-- 鉴证公告 --> | ||||
<script id="attestationInformationData" type="text/html"> | <script id="attestationInformationData" type="text/html"> | ||||
<div class="newHead_attestation"> | |||||
<p>项目编号</p> | |||||
<p>项目名称</p> | |||||
<p>成交金额</p> | |||||
<p>项目成交时间</p> | |||||
</div> | |||||
{{each attestationInformationList as value i}} | {{each attestationInformationList as value i}} | ||||
<li> | |||||
<a href="attestation.html?id={{value.id}}" class="fl"><i class="sanjiao-right"></i>{{# value.projectName}}</a> | |||||
<p class="fr">{{# value.jzsSignDate}}</p> | |||||
<div class="clear"></div> | |||||
<p class="m-t-5">项目编号:{{# value.projectCode}}</p> | |||||
<li onclick="window.location='attestation.html?id={{value.id}}'"> | |||||
<p>{{# value.projectCode}}</p> | |||||
<p>{{# value.projectName}}</p> | |||||
<p>{{# value.dealMoneySum}}</p> | |||||
<p>{{# value.jzsSignDate}}</p> | |||||
</li> | </li> | ||||
{{/each}} | {{/each}} | ||||
</script> | </script> | ||||
@@ -0,0 +1,204 @@ | |||||
<!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" dir="ltr" lang="zh-CN" xml:lang="zh-CN"> | |||||
<head> | |||||
<meta charset="utf-8"> | |||||
<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="" /> | |||||
<meta name="description" cxontent="" /> | |||||
<link href="../../static/css/main.css" rel="stylesheet" type="text/css" /> | |||||
<link href="../../static/css/index.css" rel="stylesheet" type="text/css" /> | |||||
<link href="../../static/css/new/new.css" rel="stylesheet" type="text/css" /> | |||||
<link href="../../static/css/iconfont.css" rel="stylesheet" type="text/css" /> | |||||
<link href="https://at.alicdn.com/t/font_426541_j8s6z8ejoo.css" rel="stylesheet" type="text/css" /> | |||||
<link href="../../static/css/page_common.css" rel="stylesheet" type="text/css" /> | |||||
</head> | |||||
<body> | |||||
<div class="main" id="page"> | |||||
<!--顶部Title --> | |||||
<div class="bg-f7 txc"> | |||||
<div class="w-1200 topDress"> | |||||
<div class="fr" id="userLogin" style="display: none;"> | |||||
<a href="../login/login.html">请登录</a> | |||||
<a href="../login/register.html">免费注册</a> | |||||
</div> | |||||
<div class="fr" id="userInfo" style="display: none;"> | |||||
<img src="../../static/images/user_tips.png" class="block fl m-r-10" style="margin-top: 3px" alt=""/> | |||||
<img src="../../static/images/member.png" class="block fl m-r-10" style="margin-top: 4px" alt=""/> | |||||
<a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a> | |||||
<div class="clear"></div> | |||||
</div> | |||||
<div class="headHover" id="headHover" style="display: none;"> | |||||
<ul> | |||||
<li> | |||||
<p id="userRealName2">Sherry</p> | |||||
</li> | |||||
<li class="m-t-5"> | |||||
<img src="../../static/images/user_icon1.png" class="fl" alt=""/> | |||||
<a href="../user/user.html?type=info" class="fl">我的资料</a> | |||||
<div class="clear"></div> | |||||
</li> | |||||
<li> | |||||
<img src="../../static/images/user_icon2.png" class="fl" alt=""/> | |||||
<a href="../user/user.html?type=demand" class="fl">我的供求</a> | |||||
<div class="clear"></div> | |||||
</li> | |||||
<li> | |||||
<img src="../../static/images/user_icon3.png" class="fl" alt=""/> | |||||
<a href="../user/user.html?type=interact" class="fl">我的咨询</a> | |||||
<div class="clear"></div> | |||||
</li> | |||||
<li> | |||||
<img src="../../static/images/user_icon9.png" class="fl" alt=""/> | |||||
<a href="../user/user.html?type=application" class="fl">我的报名</a> | |||||
<div class="clear"></div> | |||||
</li> | |||||
<li class="m-b-5"> | |||||
<img src="../../static/images/user_icon4.png" class="fl" alt=""/> | |||||
<a href="../user/user.html?type=bidding" class="fl">我的竞价</a> | |||||
<div class="clear"></div> | |||||
</li> | |||||
<li onclick="outLogin()"> | |||||
<img src="../../static/images/user_icon5.png" class="fl" alt=""/> | |||||
<a class="fl">退出登录</a> | |||||
<div class="clear"></div> | |||||
</li> | |||||
</ul> | |||||
</div> | |||||
<div class="clear"></div> | |||||
</div> | |||||
</div> | |||||
<!--LOGO search --> | |||||
<div class="logoSearch w-1200"> | |||||
<div class="wid50 logoSearch-div fl"> | |||||
<div class="logo" onclick="goIndex()"></div> | |||||
<div class="clear"></div> | |||||
</div> | |||||
<div class="clear"></div> | |||||
</div> | |||||
<!--顶部导航栏 --> | |||||
<div class="top"> | |||||
<ul class="container w-1200"> | |||||
<li><a href="../../index.html">首页</a></li> | |||||
<li><a href="../bidding/biddingList.html">竞价大厅</a></li> | |||||
<li><a href="../listingItems/itemsList.html">供应项目</a></li> | |||||
<li><a href="../listingItems/itemsNeedsList.html?clickType=collectiveAssets">需求项目</a></li> | |||||
<li><a href="../announcement/announcement.html">交易公告</a></li> | |||||
<li class="active"><a href="../announcement/announcementNew.html">招标公告</a></li> | |||||
</ul> | |||||
</div> | |||||
<div class="w-1200"> | |||||
<div class="breadcrum"> | |||||
<ul class="bre_news"> | |||||
<a onclick="tabList('announcement')" style="display: none;" id="announcement"><i class="iconfont icon-dongtai"></i>成交公告</a> | |||||
<a onclick="tabList('attestation')" style="display: none;" id="attestation"><i class="iconfont icon-meitibaodao"></i>鉴证公告</a> | |||||
<a onclick="tabList('inviteTenders')" id="inviteTenders" class="active"><i class="iconfont icon-yunyingfuwu"></i>招标公告</a> | |||||
<a onclick="tabList('winTheBidding')" id="winTheBidding"><i class="iconfont icon-xuanchuanzhaoshang"></i>招标结果</a> | |||||
</ul> | |||||
</div> | |||||
<div class="newList"> | |||||
<!-- 成交公告 --> | |||||
<script id="announcementInformationData" type="text/html"> | |||||
{{each announcementInformationList as value i}} | |||||
<li> | |||||
<a href="announcementDetail.html?id={{value.id}}" class="fl"><i class="sanjiao-right"></i>{{# value.projectName}}</a> | |||||
<p class="fr">{{# value.dealTime.substr(0,10)}}</p> | |||||
<div class="clear"></div> | |||||
<p class="m-t-5">项目编号:{{# value.projectCode}}</p> | |||||
</li> | |||||
{{/each}} | |||||
</script> | |||||
<ul id="announcementInformationContent" style="display: none;"></ul> | |||||
<!-- 鉴证公告 --> | |||||
<script id="attestationInformationData" type="text/html"> | |||||
{{each attestationInformationList as value i}} | |||||
<li> | |||||
<a href="attestation.html?id={{value.id}}" class="fl"><i class="sanjiao-right"></i>{{# value.projectName}}</a> | |||||
<p class="fr">{{# value.jzsSignDate}}</p> | |||||
<div class="clear"></div> | |||||
<p class="m-t-5">项目编号:{{# value.projectCode}}</p> | |||||
</li> | |||||
{{/each}} | |||||
</script> | |||||
<ul id="attestationInformationContent" style="display: none;"></ul> | |||||
<!-- 招标公告 --> | |||||
<script id="inviteTendersInformationData" type="text/html"> | |||||
{{each inviteTendersInformationList as value i}} | |||||
<li> | |||||
<a href="inviteTendersDetail.html?id={{value.id}}" class="fl"><i class="sanjiao-right"></i>{{# value.projectName}}</a> | |||||
<p class="fr">{{# value.logintime}}</p> | |||||
<div class="clear"></div> | |||||
<p class="m-t-5">招标方:{{# value.tenderName}}</p> | |||||
</li> | |||||
{{/each}} | |||||
</script> | |||||
<ul id="inviteTendersInformationContent" style="display: block;"></ul> | |||||
<!-- 中标公告 --> | |||||
<script id="winTheBiddingInformationData" type="text/html"> | |||||
{{each winTheBiddingInformationList as value i}} | |||||
<li> | |||||
<a href="winTheBiddingDetail.html?id={{value.id}}" class="fl"><i class="sanjiao-right"></i>{{# value.projectName}}</a> | |||||
<p class="fr">{{# value.dealTime}}</p> | |||||
<div class="clear"></div> | |||||
{{if value.dealType == '1'}} | |||||
<p class="m-t-5">中标方:{{# value.assignee}}</p> | |||||
{{else}} | |||||
<p class="m-t-5" style="color: #c12e2a;">招标失败</p> | |||||
{{/if}} | |||||
</li> | |||||
{{/each}} | |||||
</script> | |||||
<ul id="winTheBiddingInformationContent" style="display: none;"></ul> | |||||
</div> | |||||
<div class="pageNum" id="announcementNum" style="display: block;"> | |||||
<div style="display: inline-block;margin: 0 auto;" class="page_s1"></div> | |||||
<p style="display: inline-block;margin: 0 auto;" id="page_s1"></p> | |||||
</div> | |||||
<div class="pageNum" id="attestationNum" style="display: none;"> | |||||
<div style="display: inline-block;margin: 0 auto;" class="page_s2"></div> | |||||
<p style="display: inline-block;margin: 0 auto;" id="page_s2"></p> | |||||
</div> | |||||
<div class="pageNum" id="inviteTendersNum" style="display: none;"> | |||||
<div style="display: inline-block;margin: 0 auto;" class="page_s3"></div> | |||||
<p style="display: inline-block;margin: 0 auto;" id="page_s3"></p> | |||||
</div> | |||||
<div class="pageNum" id="winTheBiddingNum" style="display: none;"> | |||||
<div style="display: inline-block;margin: 0 auto;" class="page_s4"></div> | |||||
<p style="display: inline-block;margin: 0 auto;" id="page_s4"></p> | |||||
</div> | |||||
</div> | |||||
<!--底部链接 --> | |||||
<div class="bottomLink"> | |||||
<div class="w-1200"> | |||||
<div class="w-1000 fl"> | |||||
<p class="bottomLink-tit"><i class="el-icon-link"></i>友情链接</p> | |||||
<script id="friendsLinksData" type="text/html"> | |||||
{{each friendsLinksList as value i}} | |||||
<a href="{{value.url}}" target="_blank">{{value.name}}</a> | |||||
{{/each}} | |||||
</script> | |||||
<div class="bottomLink-linkList" id="friendsLinksContent"></div> | |||||
<p class="ba" id="webConfigRecord"></p> | |||||
<p class="ba" id="webConfigAddress"></p> | |||||
</div> | |||||
<div class="ewm fr"> | |||||
<img src="../../static/images/ewm.jpg" width="110" height="110" alt="" /> | |||||
<p class="ewmtit">关注公众号 了解详情</p> | |||||
</div> | |||||
<div class="clear"></div> | |||||
</div> | |||||
</div> | |||||
</div> | |||||
</body> | |||||
<script src="../../static/js/common/require.js" data-main="../../static/js/common/main.js?t=101" id="require-page" | |||||
target-module="../../static/js/project/announcementList/announcementList.js" defer type="text/javascript"></script> | |||||
</html> |
@@ -19,56 +19,10 @@ | |||||
<body> | <body> | ||||
<div class="main" id="page"> | <div class="main" id="page"> | ||||
<div class="swiper-container" id="bannerFocusWrapTop"> | |||||
<script id="bannerFocusDataTop" type="text/html"> | |||||
{{each focusListTop as value i}} | |||||
<div class="swiper-slide"> | |||||
<img src="{{value.picUrl}}" alt="" width="100%" height="auto"> | |||||
</div> | |||||
{{/each}} | |||||
</script> | |||||
<div class="swiper-wrapper" id="bannerFocusTopContent"></div> | |||||
<!-- <div class="page-pagination"></div>--> | |||||
</div> | |||||
<!--顶部Title --> | <!--顶部Title --> | ||||
<div class="bg-f7 txc"> | <div class="bg-f7 txc"> | ||||
<div class="w-1200 topDress"> | <div class="w-1200 topDress"> | ||||
<p class="topTit fl">Hi,欢迎来到农村产权交易中心</p> | |||||
<div class="searchDiv fl"> | |||||
<input type="text" placeholder="请输入关键词搜索" id="searchAllTitle" class="searchClass" /> | |||||
<input type="button" value="搜索" onclick="searchAllNew()" class="searchButton" /> | |||||
</div> | |||||
<!-- <div class="topTit02 fl" id="dress">--> | |||||
<!-- <img src="../../static/images/icon3.png" alt="" class="fl"/>--> | |||||
<!-- <p class="fl">威海市</p>--> | |||||
<!-- <div class="clear"></div>--> | |||||
<!-- </div>--> | |||||
<a href="javascript:void(0);" class="topTit02 fl">返回主站</a> | |||||
<!-- <a href="../bidding/biddingBigData.html" target="_blank" class="topTit02 fl">竞价大厅</a>--> | |||||
<div class="dressPc" id="dressList" style="display: none;"> | |||||
<ul> | |||||
<li> | |||||
<p class="fl">文登区</p> | |||||
<i class="jiantou"></i> | |||||
<div class="clear"></div> | |||||
</li> | |||||
<li> | |||||
<p class="fl">文登区</p> | |||||
<i class="jiantou"></i> | |||||
<div class="clear"></div> | |||||
</li> | |||||
<li> | |||||
<p class="fl">文登区</p> | |||||
<i class="jiantou"></i> | |||||
<div class="clear"></div> | |||||
</li> | |||||
<li> | |||||
<p class="fl">文登区</p> | |||||
<i class="jiantou"></i> | |||||
<div class="clear"></div> | |||||
</li> | |||||
</ul> | |||||
</div> | |||||
<div class="fr" id="userLogin" style="display: none;"> | <div class="fr" id="userLogin" style="display: none;"> | ||||
<a href="../login/login.html">请登录</a> | <a href="../login/login.html">请登录</a> | ||||
<a href="../login/register.html">免费注册</a> | <a href="../login/register.html">免费注册</a> | ||||
@@ -123,7 +77,6 @@ | |||||
<div class="logoSearch w-1200"> | <div class="logoSearch w-1200"> | ||||
<div class="wid50 logoSearch-div fl"> | <div class="wid50 logoSearch-div fl"> | ||||
<div class="logo" onclick="goIndex()"></div> | <div class="logo" onclick="goIndex()"></div> | ||||
<h1 class="fl" id="webConfigName" onclick="goIndex()"></h1> | |||||
<div class="clear"></div> | <div class="clear"></div> | ||||
</div> | </div> | ||||
<div class="clear"></div> | <div class="clear"></div> | ||||
@@ -133,17 +86,16 @@ | |||||
<div class="top"> | <div class="top"> | ||||
<ul class="container w-1200"> | <ul class="container w-1200"> | ||||
<li><a href="../../index.html">首页</a></li> | <li><a href="../../index.html">首页</a></li> | ||||
<li><a href="../listingItems/itemsList.html">交易项目</a></li> | |||||
<li class="active"><a href="../bidding/biddingList.html">竞价大厅</a></li> | <li class="active"><a href="../bidding/biddingList.html">竞价大厅</a></li> | ||||
<li><a href="../announcement/announcement.html">公示公告</a></li> | |||||
<li><a href="../demand/demand.html">个人供求</a></li> | |||||
<li><a href="../new/newList.html">新闻资讯</a></li> | |||||
<li><a href="../policy/policy.html">政策法规</a></li> | |||||
<li><a href="../interact/interactList.html">互动交流</a></li> | |||||
<li><a href="../listingItems/itemsList.html">供应项目</a></li> | |||||
<li><a href="../listingItems/itemsNeedsList.html?clickType=collectiveAssets">需求项目</a></li> | |||||
<li><a href="../announcement/announcement.html">交易公告</a></li> | |||||
<li><a href="../announcement/announcementNew.html">招标公告</a></li> | |||||
</ul> | </ul> | ||||
</div> | </div> | ||||
<div class="w-1200"> | <div class="w-1200"> | ||||
<div class="auction_hall_condition"> | <div class="auction_hall_condition"> | ||||
<p>首页 > 竞价大厅</p> | |||||
<table border="1" bordercolor="#E4E4E4" cellspacing="0" cellpadding="0"> | <table border="1" bordercolor="#E4E4E4" cellspacing="0" cellpadding="0"> | ||||
<tr class="auction_tr"> | <tr class="auction_tr"> | ||||
<td class="auction_td">标的类型</td> | <td class="auction_td">标的类型</td> | ||||
@@ -206,7 +158,7 @@ | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
<tr class="auction_tr"> | <tr class="auction_tr"> | ||||
<td class="auction_td">报名结束时间</td> | |||||
<td class="auction_td">报名时间</td> | |||||
<td style="position: relative"> | <td style="position: relative"> | ||||
<input type="text" class="data_input datas_input" placeholder="请选择日期" id="signStartTimeStr" autocomplete="off"> | <input type="text" class="data_input datas_input" placeholder="请选择日期" id="signStartTimeStr" autocomplete="off"> | ||||
<img class="input_data_icon" src="../../static/images/data_input.png" alt="data_input"/> | <img class="input_data_icon" src="../../static/images/data_input.png" alt="data_input"/> | ||||
@@ -220,7 +172,7 @@ | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
<tr class="auction_tr"> | <tr class="auction_tr"> | ||||
<td class="auction_td">竞价结束时间</td> | |||||
<td class="auction_td">竞价时间</td> | |||||
<td style="position: relative"> | <td style="position: relative"> | ||||
<input type="text" class="data_input3 datas_input" placeholder="请选择日期" id="auctionStartTimeStr" autocomplete="off"> | <input type="text" class="data_input3 datas_input" placeholder="请选择日期" id="auctionStartTimeStr" autocomplete="off"> | ||||
<img class="input_data_icon" src="../../static/images/data_input.png" alt="data_input"/> | <img class="input_data_icon" src="../../static/images/data_input.png" alt="data_input"/> | ||||
@@ -235,11 +187,15 @@ | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
</div> | </div> | ||||
<img src="" id="bannerBottom" alt="" class="m-t-30"/> | |||||
<!--横幅 --> | |||||
<div class="m-t-15"> | |||||
<img src="../../static/images/hf_01.png" width="100%"/> | |||||
</div> | |||||
<div class="tableType" style="background: none"> | <div class="tableType" style="background: none"> | ||||
<p><i></i>未开始</p> | |||||
<p><i></i>进行中</p> | |||||
<p><i></i>已结束</p> | |||||
<p><i></i>等待竞价</p> | |||||
<p><i></i>正在竞价</p> | |||||
<p><i></i>正在报名 / 等待成交 / 已经成交 / 项目公示</p> | |||||
</div> | </div> | ||||
<table width="100%" class="tableHead" style="table-layout: fixed;"> | <table width="100%" class="tableHead" style="table-layout: fixed;"> | ||||
<tr> | <tr> | ||||
@@ -256,7 +212,7 @@ | |||||
<div class="tableList" style="height: auto; overflow-y: none; width: 1200px;"> | <div class="tableList" style="height: auto; overflow-y: none; width: 1200px;"> | ||||
<script id="biddingInformationData" type="text/html"> | <script id="biddingInformationData" type="text/html"> | ||||
{{each biddingInformationList as value i}} | {{each biddingInformationList as value i}} | ||||
<tr class="{{value.timeType == '未开始' ? 'notStart-row':''}}{{value.timeType == '进行中' ? 'now-row':''}}"> | |||||
<tr> | |||||
<td style="text-align: left;padding-left: 2%;" title="{{value.projectName}}">{{value.projectName}}</td> | <td style="text-align: left;padding-left: 2%;" title="{{value.projectName}}">{{value.projectName}}</td> | ||||
<td>{{value.biddingType}}</td> | <td>{{value.biddingType}}</td> | ||||
<td>{{value.signupStopTime}}</td> | <td>{{value.signupStopTime}}</td> | ||||
@@ -269,8 +225,15 @@ | |||||
{{value.money}} | {{value.money}} | ||||
{{/if}} | {{/if}} | ||||
</td> | </td> | ||||
<td>{{value.timeType}}</td> | |||||
<td><input type="button" onclick="goDetail({{value.id}})" value="我要竞价" /></td> | |||||
<td class="{{value.projectShowStatus == '等待竞价' ? 'notStart-row':''}}{{value.projectShowStatus == '正在竞价' ? 'now-row':''}}">{{value.projectShowStatus}}</td> | |||||
<td> | |||||
{{if value.projectShowStatus == '正在报名'}}<input type="button" onclick="goDetail({{value.id}})" value="我要报名" />{{/if}} | |||||
{{if value.projectShowStatus == '正在竞价'}}<input type="button" onclick="goDetail({{value.id}})" value="我要竞价" />{{/if}} | |||||
{{if value.projectShowStatus == '等待竞价'}}<input type="button" onclick="goDetail({{value.id}})" value="进入查看" />{{/if}} | |||||
{{if value.projectShowStatus == '等待成交'}}<input type="button" onclick="goDetail({{value.id}})" value="进入查看" />{{/if}} | |||||
{{if value.projectShowStatus == '已经成交'}}<input type="button" onclick="goDetail({{value.id}})" value="进入查看" />{{/if}} | |||||
{{if value.projectShowStatus == '项目公示'}}<input type="button" onclick="goDetail({{value.id}})" value="进入查看" />{{/if}} | |||||
</td> | |||||
</tr> | </tr> | ||||
{{/each}} | {{/each}} | ||||
</script> | </script> | ||||
@@ -21,56 +21,9 @@ | |||||
<body> | <body> | ||||
<div class="main" id="page"> | <div class="main" id="page"> | ||||
<div class="swiper-container" id="bannerFocusWrapTop"> | |||||
<script id="bannerFocusDataTop" type="text/html"> | |||||
{{each focusListTop as value i}} | |||||
<div class="swiper-slide"> | |||||
<img src="{{value.picUrl}}" alt="" width="100%" height="auto"> | |||||
</div> | |||||
{{/each}} | |||||
</script> | |||||
<div class="swiper-wrapper" id="bannerFocusTopContent"></div> | |||||
<!-- <div class="page-pagination"></div>--> | |||||
</div> | |||||
<!--顶部Title --> | <!--顶部Title --> | ||||
<div class="bg-f7 txc"> | <div class="bg-f7 txc"> | ||||
<div class="w-1200 topDress"> | <div class="w-1200 topDress"> | ||||
<p class="topTit fl">Hi,欢迎来到农村产权交易中心</p> | |||||
<div class="searchDiv fl"> | |||||
<input type="text" placeholder="请输入关键词搜索" id="searchAllTitle" class="searchClass" /> | |||||
<input type="button" value="搜索" onclick="searchAllNew()" class="searchButton" /> | |||||
</div> | |||||
<!-- <div class="topTit02 fl" id="dress">--> | |||||
<!-- <img src="../../static/images/icon3.png" alt="" class="fl"/>--> | |||||
<!-- <p class="fl">威海市</p>--> | |||||
<!-- <div class="clear"></div>--> | |||||
<!-- </div>--> | |||||
<a href="javascript:void(0);" class="topTit02 fl">返回主站</a> | |||||
<!-- <a href="../bidding/biddingBigData.html" target="_blank" class="topTit02 fl">竞价大厅</a>--> | |||||
<div class="dressPc" id="dressList" style="display: none;"> | |||||
<ul> | |||||
<li> | |||||
<p class="fl">文登区</p> | |||||
<i class="jiantou"></i> | |||||
<div class="clear"></div> | |||||
</li> | |||||
<li> | |||||
<p class="fl">文登区</p> | |||||
<i class="jiantou"></i> | |||||
<div class="clear"></div> | |||||
</li> | |||||
<li> | |||||
<p class="fl">文登区</p> | |||||
<i class="jiantou"></i> | |||||
<div class="clear"></div> | |||||
</li> | |||||
<li> | |||||
<p class="fl">文登区</p> | |||||
<i class="jiantou"></i> | |||||
<div class="clear"></div> | |||||
</li> | |||||
</ul> | |||||
</div> | |||||
<div class="fr" id="userLogin" style="display: none;"> | <div class="fr" id="userLogin" style="display: none;"> | ||||
<a href="../login/login.html">请登录</a> | <a href="../login/login.html">请登录</a> | ||||
<a href="../login/register.html">免费注册</a> | <a href="../login/register.html">免费注册</a> | ||||
@@ -125,7 +78,6 @@ | |||||
<div class="logoSearch w-1200"> | <div class="logoSearch w-1200"> | ||||
<div class="wid50 logoSearch-div fl"> | <div class="wid50 logoSearch-div fl"> | ||||
<div class="logo" onclick="goIndex()"></div> | <div class="logo" onclick="goIndex()"></div> | ||||
<h1 class="fl" id="webConfigName" onclick="goIndex()"></h1> | |||||
<div class="clear"></div> | <div class="clear"></div> | ||||
</div> | </div> | ||||
<div class="clear"></div> | <div class="clear"></div> | ||||
@@ -135,23 +87,16 @@ | |||||
<div class="top"> | <div class="top"> | ||||
<ul class="container w-1200"> | <ul class="container w-1200"> | ||||
<li><a href="../../index.html">首页</a></li> | <li><a href="../../index.html">首页</a></li> | ||||
<li class="active"><a href="../listingItems/itemsList.html">交易项目</a></li> | |||||
<li><a href="../bidding/biddingList.html">竞价大厅</a></li> | <li><a href="../bidding/biddingList.html">竞价大厅</a></li> | ||||
<li><a href="../announcement/announcement.html">公示公告</a></li> | |||||
<li><a href="../demand/demand.html">个人供求</a></li> | |||||
<li><a href="../new/newList.html">新闻资讯</a></li> | |||||
<li><a href="../policy/policy.html">政策法规</a></li> | |||||
<li><a href="../interact/interactList.html">互动交流</a></li> | |||||
<li class="active"><a href="../listingItems/itemsList.html">供应项目</a></li> | |||||
<li><a href="../listingItems/itemsNeedsList.html?clickType=collectiveAssets">需求项目</a></li> | |||||
<li><a href="../announcement/announcement.html">交易公告</a></li> | |||||
<li><a href="../announcement/announcementNew.html">招标公告</a></li> | |||||
</ul> | </ul> | ||||
</div> | </div> | ||||
<div class="w-1200"> | <div class="w-1200"> | ||||
<div class="breadcrum"> | |||||
<ul class="bre_news"> | |||||
<a onclick="tabList('gyxm')" id="gyxmBtn" class="active"><i class="iconfont icon-jichufuwu"></i>供应项目</a> | |||||
<a onclick="tabList('xqxm')" id="xqxmBtn"><i class="iconfont icon-jishufuwu"></i>需求项目</a> | |||||
</ul> | |||||
</div> | |||||
<div class="auction_hall_condition"> | <div class="auction_hall_condition"> | ||||
<p>首页 > 供应项目</p> | |||||
<table border="1" bordercolor="#E4E4E4" cellspacing="0" cellpadding="0"> | <table border="1" bordercolor="#E4E4E4" cellspacing="0" cellpadding="0"> | ||||
<tr class="auction_tr"> | <tr class="auction_tr"> | ||||
<td class="auction_td">标的类型</td> | <td class="auction_td">标的类型</td> | ||||
@@ -216,7 +161,7 @@ | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
<tr class="auction_tr" id="bmsjShow"> | <tr class="auction_tr" id="bmsjShow"> | ||||
<td class="auction_td">报名结束时间</td> | |||||
<td class="auction_td">报名时间</td> | |||||
<td style="position: relative"> | <td style="position: relative"> | ||||
<input type="text" class="data_input datas_input" placeholder="请选择日期" id="signStartTimeStr" autocomplete="off"> | <input type="text" class="data_input datas_input" placeholder="请选择日期" id="signStartTimeStr" autocomplete="off"> | ||||
<img class="input_data_icon" src="../../static/images/data_input.png" alt="data_input"/> | <img class="input_data_icon" src="../../static/images/data_input.png" alt="data_input"/> | ||||
@@ -230,7 +175,7 @@ | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
<tr class="auction_tr" id="jjsjShow"> | <tr class="auction_tr" id="jjsjShow"> | ||||
<td class="auction_td">竞价结束时间</td> | |||||
<td class="auction_td">竞价时间</td> | |||||
<td style="position: relative"> | <td style="position: relative"> | ||||
<input type="text" class="data_input3 datas_input" placeholder="请选择日期" id="auctionStartTimeStr" autocomplete="off"> | <input type="text" class="data_input3 datas_input" placeholder="请选择日期" id="auctionStartTimeStr" autocomplete="off"> | ||||
<img class="input_data_icon" src="../../static/images/data_input.png" alt="data_input"/> | <img class="input_data_icon" src="../../static/images/data_input.png" alt="data_input"/> | ||||
@@ -245,7 +190,11 @@ | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
</div> | </div> | ||||
<div id="gyxm" class="centerLeft"> | |||||
<div id="gyxm" style="display: none;" class="centerLeft"> | |||||
<div class="center_tap"> | |||||
<img src="../../static/images/icon_card_02.png" onclick="centerTap('ItemsInformationContent2')" alt=""> | |||||
<img src="../../static/images/icon_list_01.png" alt=""> | |||||
</div> | |||||
<div class="centerLeft-center"> | <div class="centerLeft-center"> | ||||
<table width="100%" class="tableHead" style="table-layout: fixed;" > | <table width="100%" class="tableHead" style="table-layout: fixed;" > | ||||
<tr> | <tr> | ||||
@@ -293,6 +242,72 @@ | |||||
</div> | </div> | ||||
</div> | </div> | ||||
</div> | </div> | ||||
<div class="centerLeft" id="ItemsInformationContent2"> | |||||
<script id="ItemsInformationData2" type="text/html"> | |||||
<div class="center_tap"> | |||||
<img src="../../static/images/icon_card_01.png" alt=""> | |||||
<img src="../../static/images/icon_list_02.png" onclick="centerTap('gyxm')" alt=""> | |||||
</div> | |||||
{{each itemsInformationList as value i}} | |||||
<div onclick="goDetail({{value.id}})" class="centerLeft_center"> | |||||
<img src="../../static/images/zwtp.jpg" alt=""> | |||||
<div style="flex: 1;width: calc(100% - 325px);"> | |||||
<div class="centerLeft-center-middle-block"> | |||||
<p class="centerLeft-center-middle-tit01"> | |||||
{{if value.projectShowStatus == '已经成交' || value.projectShowStatus == '项目公示'}} | |||||
<span style="background: #d7d7d7;color: #626262"> | |||||
{{/if}} | |||||
{{if value.projectShowStatus == '正在报名'}} | |||||
<span style="background: #ffe5d5;color: #ff7b2b"> | |||||
{{/if}} | |||||
{{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: #fad3d3;color: #e62121"> | |||||
{{/if}} | |||||
{{# value.projectShowStatus}} | |||||
</span> | |||||
<strong>{{# value.projectName}}</strong> | |||||
</p> | |||||
<p class="centerLeft-center-middle-money"> | |||||
<i>{{# value.price}}</i>{{# value.unit}} | |||||
</p> | |||||
</div> | |||||
<ul class="centerLeft-center-middle-ul"> | |||||
<li> | |||||
<p style="color: #535252;"> | |||||
<span>标的位置</span> | |||||
{{# value.locationName}} | |||||
</p> | |||||
</li> | |||||
<li> | |||||
<p> | |||||
<span>报名结束</span> | |||||
{{# value.signupStopTime}} | |||||
</p> | |||||
</li> | |||||
<li> | |||||
<p> | |||||
<span>竞价结束</span> | |||||
{{# value.biddingStopTime}} | |||||
</p> | |||||
</li> | |||||
<li> | |||||
<p> | |||||
<span>保证金</span> | |||||
{{# value.biddingStopTime}} | |||||
</p> | |||||
</li> | |||||
</ul> | |||||
</div> | |||||
</div> | |||||
{{/each}} | |||||
</script> | |||||
</div> | |||||
<div id="xqxm" style="display: none;" class="centerLeft"> | <div id="xqxm" style="display: none;" class="centerLeft"> | ||||
<div class="centerLeft-center"> | <div class="centerLeft-center"> | ||||
<table width="100%" class="tableHead" style="table-layout: fixed;" > | <table width="100%" class="tableHead" style="table-layout: fixed;" > | ||||
@@ -0,0 +1,303 @@ | |||||
<!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" dir="ltr" lang="zh-CN" xml:lang="zh-CN"> | |||||
<head> | |||||
<meta charset="utf-8"> | |||||
<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="" /> | |||||
<meta name="description" cxontent="" /> | |||||
<link href="../../static/css/main.css" rel="stylesheet" type="text/css" /> | |||||
<link href="../../static/css/index.css" rel="stylesheet" type="text/css" /> | |||||
<link href="../../static/css/new/new.css" rel="stylesheet" type="text/css" /> | |||||
<link href="../../static/css/listingItems/items.css" rel="stylesheet" type="text/css" /> | |||||
<link href="../../static/css/page_common.css" rel="stylesheet" type="text/css" /> | |||||
<link href="../../static/css/dateTime.css" rel="stylesheet" type="text/css" /> | |||||
<link href="../../static/css/iconfont.css" rel="stylesheet" type="text/css" /> | |||||
<link href="https://at.alicdn.com/t/font_426541_j8s6z8ejoo.css" rel="stylesheet" type="text/css" /> | |||||
</head> | |||||
<body> | |||||
<div class="main" id="page"> | |||||
<!--顶部Title --> | |||||
<div class="bg-f7 txc"> | |||||
<div class="w-1200 topDress"> | |||||
<div class="fr" id="userLogin" style="display: none;"> | |||||
<a href="../login/login.html">请登录</a> | |||||
<a href="../login/register.html">免费注册</a> | |||||
</div> | |||||
<div class="fr" id="userInfo" style="display: none;"> | |||||
<img src="../../static/images/user_tips.png" class="block fl m-r-10" style="margin-top: 3px" alt=""/> | |||||
<img src="../../static/images/member.png" class="block fl m-r-10" style="margin-top: 4px" alt=""/> | |||||
<a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a> | |||||
<div class="clear"></div> | |||||
</div> | |||||
<div class="headHover" id="headHover" style="display: none;"> | |||||
<ul> | |||||
<li> | |||||
<p id="userRealName2">Sherry</p> | |||||
</li> | |||||
<li class="m-t-5"> | |||||
<img src="../../static/images/user_icon1.png" class="fl" alt=""/> | |||||
<a href="../user/user.html?type=info" class="fl">我的资料</a> | |||||
<div class="clear"></div> | |||||
</li> | |||||
<li> | |||||
<img src="../../static/images/user_icon2.png" class="fl" alt=""/> | |||||
<a href="../user/user.html?type=demand" class="fl">我的供求</a> | |||||
<div class="clear"></div> | |||||
</li> | |||||
<li> | |||||
<img src="../../static/images/user_icon3.png" class="fl" alt=""/> | |||||
<a href="../user/user.html?type=interact" class="fl">我的咨询</a> | |||||
<div class="clear"></div> | |||||
</li> | |||||
<li> | |||||
<img src="../../static/images/user_icon9.png" class="fl" alt=""/> | |||||
<a href="../user/user.html?type=application" class="fl">我的报名</a> | |||||
<div class="clear"></div> | |||||
</li> | |||||
<li class="m-b-5"> | |||||
<img src="../../static/images/user_icon4.png" class="fl" alt=""/> | |||||
<a href="../user/user.html?type=bidding" class="fl">我的竞价</a> | |||||
<div class="clear"></div> | |||||
</li> | |||||
<li onclick="outLogin()"> | |||||
<img src="../../static/images/user_icon5.png" class="fl" alt=""/> | |||||
<a class="fl">退出登录</a> | |||||
<div class="clear"></div> | |||||
</li> | |||||
</ul> | |||||
</div> | |||||
<div class="clear"></div> | |||||
</div> | |||||
</div> | |||||
<!--LOGO search --> | |||||
<div class="logoSearch w-1200"> | |||||
<div class="wid50 logoSearch-div fl"> | |||||
<div class="logo" onclick="goIndex()"></div> | |||||
<div class="clear"></div> | |||||
</div> | |||||
<div class="clear"></div> | |||||
</div> | |||||
<!--顶部导航栏 --> | |||||
<div class="top"> | |||||
<ul class="container w-1200"> | |||||
<li><a href="../../index.html">首页</a></li> | |||||
<li><a href="../bidding/biddingList.html">竞价大厅</a></li> | |||||
<li><a href="../listingItems/itemsList.html">供应项目</a></li> | |||||
<li class="active"><a href="../listingItems/itemsNeedsList.html?clickType=collectiveAssets">需求项目</a></li> | |||||
<li><a href="../announcement/announcement.html">交易公告</a></li> | |||||
<li><a href="../announcement/announcementNew.html">招标公告</a></li> | |||||
</ul> | |||||
</div> | |||||
<div class="w-1200"> | |||||
<div class="auction_hall_condition"> | |||||
<p>首页 > 需求项目</p> | |||||
<table border="1" bordercolor="#E4E4E4" cellspacing="0" cellpadding="0"> | |||||
<tr class="auction_tr"> | |||||
<td class="auction_td">标的类型</td> | |||||
<td> | |||||
<div class="auction_all_right2" id="auction_all_right_standard_type"> | |||||
<script id="deptTypeData" type="text/html"> | |||||
<div class="auction_hall_table_tab auction_hall_table_tab_select" onclick="typeCheck('')" id="standardTypeAll">全部</div> | |||||
{{each deptTypeList as value i}} | |||||
<div class="auction_hall_table_tab" id="standardType{{value.dictSort}}" onclick="typeCheck({{value.dictSort}},{{value.dictValue}})">{{value.dictLabel}}</div> | |||||
{{/each}} | |||||
</script> | |||||
<div class="auction_all_one2" id="deptTypeContent"></div> | |||||
</div> | |||||
</td> | |||||
</tr> | |||||
<tr class="auction_tr"> | |||||
<td class="auction_td">标的所在地</td> | |||||
<td> | |||||
<div class="auction_all_left"> | |||||
<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"> | |||||
<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="auction_add_area auction_add_area_one" id="secondDept" style="display: none;"> | |||||
<script id="deptSecondLocationData" type="text/html"> | |||||
<div class="auction_hall_table_tab auction_hall_table_tab_select" id="locInfoSecondall" onclick="secondCheck('',100)">全部</div> | |||||
{{each deptSecondLocationList as value i}} | |||||
<div class="auction_hall_table_tab auction_loc" id="locInfoall{{i}}" onclick="secondCheck({{i}},{{value.deptId}})">{{value.deptName}}</div> | |||||
{{/each}} | |||||
<div class="clear"></div> | |||||
</script> | |||||
</div> | |||||
</div> | |||||
</td> | |||||
</tr> | |||||
<tr class="auction_tr" id="xmztShow"> | |||||
<td class="auction_td">项目状态</td> | |||||
<td> | |||||
<div class="auction_hall_table_tab auction_hall_table_tab_select" id="statusall" | |||||
onclick="selectedStatus('all')">全部 | |||||
</div> | |||||
<div class="auction_hall_table_tab" id="status1" onclick="selectedStatus('1','正在报名')">正在报名</div> | |||||
<div class="auction_hall_table_tab" id="status2" onclick="selectedStatus('2','等待竞价')">等待竞价</div> | |||||
<div class="auction_hall_table_tab" id="status3" onclick="selectedStatus('3','正在竞价')">正在竞价</div> | |||||
<div class="auction_hall_table_tab" id="status4" onclick="selectedStatus('4','等待成交')">等待成交</div> | |||||
<div class="auction_hall_table_tab" id="status5" onclick="selectedStatus('5','已经成交')">已经成交</div> | |||||
</td> | |||||
</tr> | |||||
<tr class="auction_tr" id="bmsjShow"> | |||||
<td class="auction_td">报名结束时间</td> | |||||
<td style="position: relative"> | |||||
<input type="text" class="data_input datas_input" placeholder="请选择日期" id="signStartTimeStr" autocomplete="off"> | |||||
<img class="input_data_icon" src="../../static/images/data_input.png" alt="data_input"/> | |||||
<div class="data_input_line"></div> | |||||
<input type="text" class="data_input2 datas_input" placeholder="请选择日期" id="signEndTimeStr" autocomplete="off"> | |||||
<img class="input_data_icon input_data_icon2" src="../../static/images/data_input.png" alt="data_input"/> | |||||
<!-- <div class="input_data_btn" onclick="sign_query()">查询</div> --> | |||||
</td> | |||||
</tr> | |||||
<tr class="auction_tr" id="jjsjShow"> | |||||
<td class="auction_td">竞价结束时间</td> | |||||
<td style="position: relative"> | |||||
<input type="text" class="data_input3 datas_input" placeholder="请选择日期" id="auctionStartTimeStr" autocomplete="off"> | |||||
<img class="input_data_icon" src="../../static/images/data_input.png" alt="data_input"/> | |||||
<div class="data_input_line"></div> | |||||
<input type="text" class="data_input4 datas_input" placeholder="请选择日期" id="endTimeStr" autocomplete="off"> | |||||
<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> | |||||
</td> | |||||
</tr> | |||||
</table> | |||||
</div> | |||||
<div id="gyxm" style="display: none;" class="centerLeft"> | |||||
<div class="centerLeft-center"> | |||||
<table width="100%" class="tableHead" style="table-layout: fixed;" > | |||||
<tr> | |||||
<td>项目名称</td> | |||||
<td>转出价格</td> | |||||
<td>转出方</td> | |||||
<td>报名结束</td> | |||||
<td>竞价结束</td> | |||||
<!--<td>地址</td>--> | |||||
</tr> | |||||
</table> | |||||
<div class="tableList"> | |||||
<script id="ItemsInformationData" type="text/html"> | |||||
{{each itemsInformationList as value i}} | |||||
<tr onclick="goDetail({{value.id}})"> | |||||
<td title="{{value.projectName}}" style="text-align: left;"> | |||||
{{if 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"> | |||||
{{/if}} | |||||
{{if value.projectShowStatus == '等待竞价' || value.projectShowStatus == '等待成交'}} | |||||
<span style="background: #e7851c;color: #ffffff"> | |||||
{{/if}} | |||||
{{if value.projectShowStatus == '正在竞价'}} | |||||
<span style="background: #1c58bb;color: #ffffff"> | |||||
{{/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}} | |||||
</script> | |||||
<table width="100%;" cellspacing="0" cellpadding="0" style="table-layout: fixed;" id="ItemsInformationContent"></table> | |||||
</div> | |||||
</div> | |||||
</div> | |||||
<div id="xqxm" class="centerLeft"> | |||||
<div class="centerLeft-center"> | |||||
<table width="100%" class="tableHead" style="table-layout: fixed;background: #f1f1f1;" > | |||||
<tr> | |||||
<td style="text-align: left;padding-left: 25px;">项目名称</td> | |||||
<td>需求描述</td> | |||||
<td>需求方名称</td> | |||||
<td>需求开始时间</td> | |||||
<td>需求结束时间</td> | |||||
<td>电话</td> | |||||
</tr> | |||||
</table> | |||||
<div class="tableList"> | |||||
<script id="ItemsInformationData1" type="text/html"> | |||||
{{each itemsInformationList1 as value i}} | |||||
<tr onclick="goNeedsDetail({{value.id}})"> | |||||
<td style="text-align: left;padding-left: 25px;" title="{{value.projectName}}"> | |||||
{{# value.projectName}} | |||||
</td> | |||||
<td>{{# value.price}}</td> | |||||
<td>{{# value.needname}}</td> | |||||
<td>{{# value.needStartTime}}</td> | |||||
<td>{{# value.needStopTime}}</td> | |||||
<td>{{# value.phone}}</td> | |||||
</tr> | |||||
{{/each}} | |||||
</script> | |||||
<table width="100%;" cellspacing="0" cellpadding="0" style="table-layout: fixed;" id="ItemsInformationContent1"></table> | |||||
</div> | |||||
</div> | |||||
</div> | |||||
</div> | |||||
<div class="pageNum"> | |||||
<div style="display: inline-block;margin: 0 auto;" class="page_s1"></div> | |||||
<p style="display: inline-block;margin: 0 auto;" id="page_s1"></p> | |||||
</div> | |||||
<!--底部链接 --> | |||||
<div class="bottomLink"> | |||||
<div class="w-1200"> | |||||
<div class="w-1000 fl"> | |||||
<p class="bottomLink-tit"><i class="el-icon-link"></i>友情链接</p> | |||||
<script id="friendsLinksData" type="text/html"> | |||||
{{each friendsLinksList as value i}} | |||||
<a href="{{value.url}}" target="_blank">{{value.name}}</a> | |||||
{{/each}} | |||||
</script> | |||||
<div class="bottomLink-linkList" id="friendsLinksContent"></div> | |||||
<p class="ba" id="webConfigRecord"></p> | |||||
<p class="ba" id="webConfigAddress"></p> | |||||
</div> | |||||
<div class="ewm fr"> | |||||
<img src="../../static/images/ewm.jpg" width="110" height="110" alt="" /> | |||||
<p class="ewmtit">关注公众号 了解详情</p> | |||||
</div> | |||||
<div class="clear"></div> | |||||
</div> | |||||
</div> | |||||
</div> | |||||
</body> | |||||
<!--target-module="./static/js/project/index.js"--> | |||||
<script src="../../static/js/common/require.js" data-main="../../static/js/common/main.js?t=101" id="require-page" | |||||
target-module="../../static/js/project/listingItems/itemsList.js" defer type="text/javascript"></script> | |||||
</html> |