@@ -14,18 +14,33 @@ | |||
</head> | |||
<body> | |||
<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="/api{{value.picUrl}}" alt="" width="100%" height="auto"> | |||
</div> | |||
{{/each}} | |||
</script> | |||
<div class="swiper-wrapper" id="bannerFocusTopContent"></div> | |||
<!-- <div class="page-pagination"></div>--> | |||
</div> | |||
<!--顶部Title --> | |||
<div class="bg-f7 txc"> | |||
<div class="w-1200 topDress"> | |||
<p class="topTit fl">Hi,欢迎来到农村产权交易中心1111</p> | |||
<a href="javascript:void(0);" class="topTit02 fr">返回主站</a> | |||
<!-- <div class="topTit02 fr" id="dress">--> | |||
<!-- <img src="static/images/icon3.png" alt="" class="fl"/>--> | |||
<!-- <p class="fl">威海市</p>--> | |||
<!-- <div class="clear"></div>--> | |||
<!-- </div>--> | |||
<div class="clear"></div> | |||
<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> | |||
<div class="dressPc" id="dressList" style="display: none;"> | |||
<ul> | |||
<li> | |||
@@ -50,24 +65,14 @@ | |||
</li> | |||
</ul> | |||
</div> | |||
</div> | |||
</div> | |||
<!--LOGO search --> | |||
<div class="logoSearch w-1200"> | |||
<div class="wid50 logoSearch-div fl"> | |||
<div class="logo" onclick="goIndex()"></div> | |||
<h1 class="fl" id="webConfigName" onclick="goIndex()"></h1> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="wid50 logoSearch-div fr"> | |||
<div class="searchDiv fl"> | |||
<input type="text" placeholder="请输入关键词搜索" id="searchAllTitle" class="searchClass" /> | |||
<input type="button" value="搜索" onclick="searchAllNew()" class="searchButton" /> | |||
<div class="fr" id="userLogin" style="display: none;"> | |||
<a href="view/login/login.html">请登录</a> | |||
<a href="view/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: 21px" alt=""/> | |||
<img src="../../static/images/member.png" class="block fl m-r-10" style="margin-top: 21px" alt=""/> | |||
<a href="view/user/user.html" class="fl userName" id="userRealName">Sherry</a> | |||
<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.html" class="fl userName" id="userRealName">Sherry</a> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="headHover" id="headHover" style="display: none;"> | |||
@@ -102,10 +107,14 @@ | |||
</li> | |||
</ul> | |||
</div> | |||
<div class="fr" id="userLogin" style="display: none;"> | |||
<a href="view/login/login.html">请登录</a> | |||
<a href="view/login/register.html">免费注册</a> | |||
</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> | |||
<h1 class="fl" id="webConfigName" onclick="goIndex()"></h1> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="clear"></div> | |||
@@ -127,34 +136,6 @@ | |||
<div class="w-1200"> | |||
<!--banner及左侧导航 --> | |||
<div class="banner"> | |||
<div class="bannerLeft fl"> | |||
<div class="bannerLeft-top"> | |||
<p class="font20 bannerLeft-tit01"><i></i>标的物类型</p> | |||
<script id="deptTypeData" type="text/html"> | |||
{{each deptTypeList as value i}} | |||
<li> | |||
<a href="javascript:goListing('deptType',{{value.dictSort}},{{value.dictCode}})">{{value.dictLabel}}</a> | |||
</li> | |||
{{/each}} | |||
<li><a href="javascript:goListing('','','')">更多类型></a></li> | |||
</script> | |||
<ul id="deptTypeContent"></ul> | |||
</div> | |||
<div class="bannerLeft-buttom"> | |||
<p class="font20 bannerLeft-tit02"><i></i>标的物所在地</p> | |||
<script id="deptLocationData" type="text/html"> | |||
{{each deptLocationList as value i}} | |||
<li> | |||
<a href="javascript:goListing('deptLocation',{{value.deptId}},'')">{{value.deptName}}</a> | |||
</li> | |||
{{/each}} | |||
<li><a href="javascript:goListing('','','')">更多类型></a></li> | |||
</script> | |||
<ul id="deptLocationContent"> | |||
</ul> | |||
</div> | |||
</div> | |||
<script id="bannerFocusData" type="text/html"> | |||
{{each focusList as value i}} | |||
@@ -165,15 +146,96 @@ | |||
{{/each}} | |||
</script> | |||
<div class="bannerRight fr"> | |||
<div class="bannerRight fl"> | |||
<div class="swiper-container" id="bannerFocusWrap"> | |||
<div class="swiper-wrapper" id="bannerFocusContent"></div> | |||
<div class="page-pagination"></div> | |||
</div> | |||
</div> | |||
<div class="bannerLeft fr"> | |||
<div class="bannerLeft_tab"> | |||
<p class="active" id="cjggBtn" onclick="tabClick('cjgg')">成交公告</p> | |||
<p id="jzggBtn" onclick="tabClick('jzgg')">鉴证公告</p> | |||
<span class="fr">更多></span> | |||
<div class="clear"></div> | |||
</div> | |||
<div id="cjgg" class="centerRight-list2"> | |||
<script id="announcementListData" type="text/html"> | |||
{{each announcementListList as value i}} | |||
<li> | |||
<p><a href="view/announcement/announcementDetail.html?id={{value.id}}"><i class="sanjiao-right m-r-5"></i>{{# value.projectName}}</a></p> | |||
<p><span>编号:<span>{{# value.projectCode}}</span></span><span>{{# value.dealTime.substr(0,10)}}</span></p> | |||
</li> | |||
{{/each}} | |||
</script> | |||
<ul id="announcementListContent"></ul> | |||
</div> | |||
<div id="jzgg" style="display: none" class="centerRight-list3"> | |||
<script id="attestationData" type="text/html"> | |||
{{each attestationList as value i}} | |||
<li> | |||
<p><a href="view/announcement/attestation.html?id={{value.id}}"><i class="sanjiao-right m-r-5"></i>{{value.projectName}}</a></p> | |||
<p>鉴证书编号:<span>{{value.projectCode}}</span></p> | |||
</li> | |||
{{/each}} | |||
</script> | |||
<ul id="attestationContent"></ul> | |||
</div> | |||
</div> | |||
<div class="clear"></div> | |||
</div> | |||
<!--竞价大厅 --> | |||
<div class="m-t-40 bidding"> | |||
<div class="biddingTit container"> | |||
<p class="biddingTit-tit01"> | |||
<span>竞价</span>大厅 | |||
</p> | |||
<p class="biddingTit-tit02" onclick="goBidding()"> | |||
更多> | |||
</p> | |||
</div> | |||
<img src="" alt="" id="bannerBottom" /> | |||
<table width="100%" class="tableHead" style="table-layout: fixed;" > | |||
<tr> | |||
<td>项目名称</td> | |||
<td>竞价方式</td> | |||
<td>报名截止时间</td> | |||
<td>竞价开始时间</td> | |||
<td>标的底价</td> | |||
<td>当前报价</td> | |||
<td>竞价剩余时间</td> | |||
<td>操作</td> | |||
</tr> | |||
</table> | |||
<div class="tableList" id="tableList"> | |||
<script id="biddingHallListData" type="text/html"> | |||
{{each biddingHallListList as value i}} | |||
<tr class="{{value.timeType == '未开始' ? 'notStart-row':''}}{{value.timeType == '进行中' ? 'now-row':''}}"> | |||
<td title="{{value.projectName}}">{{value.projectName}}</td> | |||
<td>{{value.biddingType}}</td> | |||
<td>{{value.signupStopTime}}</td> | |||
<td>{{value.biddingStartTime}}</td> | |||
<td>{{value.price}}</td> | |||
<td>{{value.money}}</td> | |||
<td>{{value.timeType}}</td> | |||
<td> | |||
<input type="button" onclick="goDetail({{value.id}})" value="我要竞价" /> | |||
</td> | |||
</tr> | |||
{{/each}} | |||
</script> | |||
<table width="100%;" style="table-layout: fixed;" id="biddingHallListContent"></table> | |||
</div> | |||
<div class="tableType"> | |||
<p><i></i>未开始</p> | |||
<p><i></i>进行中</p> | |||
<p><i></i>已结束</p> | |||
</div> | |||
</div> | |||
<!--横幅 --> | |||
<div class="m-t-25"> | |||
<img src="" id="centerBanner"/> | |||
@@ -185,302 +247,118 @@ | |||
<div class="centerLeft"> | |||
<div class="centerLeft-top container"> | |||
<p class="centerLeft-top-tit01"> | |||
<span>挂牌</span>项目 | |||
<span>供应</span>项目 | |||
</p> | |||
<script id="allViewCountData" type="text/html"> | |||
{{each allViewCountList as value i}} | |||
<span>{{# value}}</span> | |||
{{/each}} | |||
次围观 | |||
</script> | |||
<p class="centerLeft-top-tit02" id="allViewCount"></p> | |||
<!-- <script id="allViewCountData" type="text/html">--> | |||
<!-- {{each allViewCountList as value i}}--> | |||
<!-- <span>{{# value}}</span>--> | |||
<!-- {{/each}}--> | |||
<!-- 次围观--> | |||
<!-- </script>--> | |||
<!-- <p class="centerLeft-top-tit02" id="allViewCount"></p>--> | |||
</div> | |||
<div class="centerLeft-center"> | |||
<div> | |||
<p class="centerleft-center-tit01"> | |||
<span class="m-r-20">承包士地经营权</span> | |||
<span onclick="goListing()">更多></span> | |||
</p> | |||
<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="landListData" type="text/html"> | |||
{{each landListList 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>{{# 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="landListContent"></table> | |||
</div> | |||
</div> | |||
<div> | |||
<p class="centerleft-center-tit01"> | |||
<span class="m-r-20">农村集体经营性资产</span> | |||
<span onclick="goListing()">更多></span> | |||
</p> | |||
<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="collectiveAssetsData" type="text/html"> | |||
{{each collectiveAssetsList 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>{{# 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="collectiveAssetsContent"></table> | |||
</div> | |||
</div> | |||
<div> | |||
<p class="centerleft-center-tit01"> | |||
<span class="m-r-20">宅基地使用权</span> | |||
<span onclick="goListing()">更多></span> | |||
</p> | |||
<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="productionEquipmentData" type="text/html"> | |||
{{each productionEquipmentList 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>{{# 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="productionEquipmentContent"></table> | |||
</div> | |||
</div> | |||
<div> | |||
<p class="centerleft-center-tit01"> | |||
<span class="m-r-20">小微工程</span> | |||
<span onclick="goListing()">更多></span> | |||
</p> | |||
<table width="100%" class="tableHead" style="table-layout: fixed;" > | |||
<tr> | |||
<td>项目名称</td> | |||
<td>挂牌价格</td> | |||
<td>转出方</td> | |||
<td>报名结束</td> | |||
<td>竞价结束</td> | |||
<td>地址</td> | |||
<script id="deptTypeData" type="text/html"> | |||
<span class="m-r-20 active" id="tab0" onclick="goListingChange(0)">全部</span> | |||
{{each deptTypeList as value i}} | |||
<span class="m-r-20" id="tab{{value.dictValue}}" onclick="goListingChange({{value.dictValue}})">{{# value.dictLabel}}</span> | |||
{{/each}} | |||
<span onclick="goListing()">更多></span> | |||
</script> | |||
<p class="centerleft-center-tit01" id="deptTypeContent"></p> | |||
<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="landListData" type="text/html"> | |||
{{each landListList 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>{{# value.outName}}</td> | |||
<td>{{# value.signupStopTime}}</td> | |||
<td>{{# value.biddingStopTime}}</td> | |||
<td>{{# value.locationName}}</td> | |||
</tr> | |||
</table> | |||
<div class="tableList"> | |||
<script id="waterConservancyFacilitiesData" type="text/html"> | |||
{{each waterConservancyFacilitiesList 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>{{# 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="waterConservancyFacilitiesContent"></table> | |||
</div> | |||
</div> | |||
</div> | |||
</div> | |||
<div class="centerRight"> | |||
<script id="statisticsData" type="text/html"> | |||
<p class="centerRight-list1-tit01"><span>最新</span><span>土地挂牌价格走势</span></p> | |||
<p>当前均价:<i></i>{{nowPriceAvg}}元/亩/年</p> | |||
<p>相较去年:<i></i><span class="{{priceRate < 0 ? 'down':''}}">{{priceRate}}%</span></p> | |||
<div id="chart" style="width: 100%;height: 230px;margin-left: 15px;"></div> | |||
<p>本站“均价”统计自该网站已挂牌土地类项目数据</p> | |||
</script> | |||
<div class="centerRight-list0" id="statisticsContent"></div> | |||
<div class="centerRight-list1"> | |||
<p class="centerRight-list1-tit01"><i class="el-icon-s-data"></i>项目查询</p> | |||
<p class="centerRight-list1-tit02">证书查询</p> | |||
<div class="centerRight-list1-div01"> | |||
<span>证书类型:</span> | |||
<label><input type="radio" name="transaction" checked value="attestation" /><span></span>交易鉴证</label> | |||
<label><input type="radio" name="transaction" value="warrant" /><span></span>经营权证</label> | |||
</div> | |||
<div class="centerRight-list1-div02"> | |||
<input type="text" placeholder="输入证书编号(共10位)搜索" id="searchKeyWord" class="searchClass" /> | |||
<input type="button" value="搜索" onclick="goSearchKeyWord()" class="searchButton" /> | |||
</div> | |||
<div class="centerRight-list1-div03"> | |||
<p class="centerRight-list1-tit02">项目查询</p> | |||
<div class="centerRight-list1-form"> | |||
<table> | |||
<tr> | |||
<td>项目编号:</td> | |||
<td><input type="text" id="projectNum" /></td> | |||
</tr> | |||
<tr> | |||
<td>项目名称:</td> | |||
<td><input type="text" id="projectName" /></td> | |||
</tr> | |||
<tr> | |||
<td>类<i style="display:inline-block;width: 2em;"></i>型:</td> | |||
<td> | |||
<script id="deptTypeSelectData" type="text/html"> | |||
{{each deptTypeSelectList as value i}} | |||
<option value="{{value.dictValue}}">{{value.dictLabel}}</option> | |||
{{/each}} | |||
</script> | |||
<select id="deptTypeSelectContent" name="deptTypeSelect"> | |||
</select> | |||
</td> | |||
</tr> | |||
</table> | |||
</div> | |||
<input type="button" class="searchbtn" onclick="searchProject()" value="查询" /> | |||
{{/each}} | |||
</script> | |||
<table width="100%;" cellspacing="0" cellpadding="0" style="table-layout: fixed;" id="landListContent"></table> | |||
</div> | |||
</div> | |||
<div class="centerRight-list2"> | |||
<!-- <p class="centerRight-list2-tit01">成交公告<span onclick="goAnnouncementList('announcement')">更多></span></p>--> | |||
<p class="centerRight-list1-tit01"><span>成交公告</span><span onclick="goAnnouncementList('announcement')">更多></span></p> | |||
<script id="announcementListData" type="text/html"> | |||
{{each announcementListList as value i}} | |||
<li> | |||
<p><a href="view/announcement/announcementDetail.html?id={{value.id}}"><i class="sanjiao-right m-r-5"></i>{{# value.projectName}}</a></p> | |||
<p><span>编号:<span>{{# value.projectCode}}</span></span><span>{{# value.dealTime.substr(0,10)}}</span></p> | |||
</li> | |||
{{/each}} | |||
</script> | |||
<ul id="announcementListContent" style="padding:0 15px 15px;"></ul> | |||
<div class="centerLeft-top container m-t-35"> | |||
<p class="centerLeft-top-tit01"> | |||
<span>需求</span>项目 | |||
</p> | |||
<!-- <script id="allViewCountData" type="text/html">--> | |||
<!-- {{each allViewCountList as value i}}--> | |||
<!-- <span>{{# value}}</span>--> | |||
<!-- {{/each}}--> | |||
<!-- 次围观--> | |||
<!-- </script>--> | |||
<!-- <p class="centerLeft-top-tit02" id="allViewCount"></p>--> | |||
</div> | |||
<div class="centerRight-list3"> | |||
<!-- <p class="centerRight-list2-tit01">鉴证公告<span onclick="goAnnouncementList('attestation')">更多></span></p>--> | |||
<p class="centerRight-list1-tit01"><span>鉴证公告</span><span onclick="goAnnouncementList('attestation')">更多></span></p> | |||
<script id="attestationData" type="text/html"> | |||
{{each attestationList as value i}} | |||
<li> | |||
<p><a href="view/announcement/attestation.html?id={{value.id}}"><i class="sanjiao-right m-r-5"></i>{{value.projectName}}</a></p> | |||
<p>鉴证书编号:<span>{{value.projectCode}}</span></p> | |||
</li> | |||
<div class="centerLeft-center"> | |||
<script id="deptTypeData1" type="text/html"> | |||
<span class="m-r-20 active" id="tabs0" onclick="goListingChanges(0)">全部</span> | |||
{{each deptTypeList1 as value i}} | |||
<span class="m-r-20" id="tabs{{value.dictValue}}" onclick="goListingChanges({{value.dictValue}})">{{# value.dictLabel}}</span> | |||
{{/each}} | |||
<span onclick="goListing('collectiveAssets')">更多></span> | |||
</script> | |||
<ul id="attestationContent" style="padding:0 15px 15px;"></ul> | |||
<p class="centerleft-center-tit01" id="deptTypeContent1"></p> | |||
<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="collectiveAssetsData" type="text/html"> | |||
{{each collectiveAssetsList as value i}} | |||
<tr onclick="goDetail({{value.id}})"> | |||
<td 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="collectiveAssetsContent"></table> | |||
</div> | |||
</div> | |||
<div class="clear"></div> | |||
</div> | |||
</div> | |||
<!--底部内容 --> | |||
@@ -539,55 +417,6 @@ | |||
</div> | |||
</div> | |||
<!--竞价大厅 --> | |||
<div class="m-t-40 bidding"> | |||
<div class="biddingTit container"> | |||
<p class="biddingTit-tit01"> | |||
<span>竞价</span>大厅 | |||
</p> | |||
<p class="biddingTit-tit02" onclick="goBidding()"> | |||
更多> | |||
</p> | |||
</div> | |||
<img src="" alt="" id="bannerBottom" /> | |||
<table width="100%" class="tableHead" style="table-layout: fixed;" > | |||
<tr> | |||
<td>项目名称</td> | |||
<td>竞价方式</td> | |||
<td>报名截止时间</td> | |||
<td>竞价开始时间</td> | |||
<td>标的底价</td> | |||
<td>当前报价</td> | |||
<td>竞价剩余时间</td> | |||
<td>操作</td> | |||
</tr> | |||
</table> | |||
<div class="tableList" id="tableList"> | |||
<script id="biddingHallListData" type="text/html"> | |||
{{each biddingHallListList as value i}} | |||
<tr class="{{value.timeType == '未开始' ? 'notStart-row':''}}{{value.timeType == '进行中' ? 'now-row':''}}"> | |||
<td title="{{value.projectName}}">{{value.projectName}}</td> | |||
<td>{{value.biddingType}}</td> | |||
<td>{{value.signupStopTime}}</td> | |||
<td>{{value.biddingStartTime}}</td> | |||
<td>{{value.price}}</td> | |||
<td>{{value.money}}</td> | |||
<td>{{value.timeType}}</td> | |||
<td> | |||
<input type="button" onclick="goDetail({{value.id}})" value="我要竞价" /> | |||
</td> | |||
</tr> | |||
{{/each}} | |||
</script> | |||
<table width="100%;" style="table-layout: fixed;" id="biddingHallListContent"></table> | |||
</div> | |||
<div class="tableType"> | |||
<p><i></i>未开始</p> | |||
<p><i></i>进行中</p> | |||
<p><i></i>已结束</p> | |||
</div> | |||
</div> | |||
<!--个人需求 --> | |||
<div class="m-t-40 personal"> | |||
<div class="personalTit container"> | |||
@@ -6,6 +6,33 @@ | |||
/*--color:#e8041f;*/ | |||
} | |||
#bannerFocusWrapTop{ | |||
height: calc(100vw/5.3); | |||
position: absolute; | |||
z-index: -1; | |||
} | |||
#userLogin{ | |||
color: #adadad; | |||
text-align: left; | |||
font-size: 12px; | |||
padding: 10px 0; | |||
} | |||
#userLogin a{ | |||
display: inline; | |||
} | |||
#userLogin a:first-child{ | |||
border-right: 1px solid #adadad; | |||
margin-right: 5px; | |||
padding-right: 5px; | |||
} | |||
#userLogin a:hover{ | |||
color: #007b76; | |||
} | |||
.logo{ | |||
width: 72px; | |||
height: 72px; | |||
@@ -68,13 +95,14 @@ | |||
/*logo和搜索*/ | |||
.logoSearch { | |||
padding: 20px 0px; | |||
height: calc(100vw/5.3 - 38px); | |||
} | |||
.logoSearch .logoSearch-div { | |||
height: 72px; | |||
line-height: 72px; | |||
position: relative; | |||
top: calc(100vw/5.3/3); | |||
} | |||
.logoSearch-div a { | |||
@@ -89,14 +117,18 @@ | |||
.logoSearch-div h1 { | |||
line-height: 72px; | |||
margin-left: 15px; | |||
font-weight: 900; | |||
text-stroke: 1px #ffffff; | |||
-webkit-text-stroke: 1px #ffffff; | |||
font-size: 38px; | |||
} | |||
.logoSearch-div:first-child img,.logoSearch-div:first-child h1{ | |||
cursor: pointer; | |||
} | |||
.logoSearch .searchClass { | |||
border: 2px solid var(--color); | |||
.searchClass { | |||
border: 2px solid var(--color)!important; | |||
border-radius: 20px; | |||
background: transparent; | |||
padding: 6px 10px; | |||
@@ -106,8 +138,7 @@ | |||
.searchDiv { | |||
position: relative; | |||
width: 270px; | |||
transform: translate(0, 20px); | |||
margin-left: 120px; | |||
transform: translate(0, 3px); | |||
} | |||
.searchButton { | |||
@@ -123,7 +154,8 @@ | |||
/*导航栏*/ | |||
.top .active { | |||
background-color: var(--color); | |||
/*background-color: var(--color);*/ | |||
background-color: #2d9e99; | |||
} | |||
.top .active a { | |||
@@ -132,16 +164,18 @@ | |||
} | |||
.top { | |||
border-bottom: 2px solid var(--color); | |||
background: var(--color); | |||
} | |||
.top ul { | |||
padding-bottom: 5px; | |||
/*padding-bottom: 5px;*/ | |||
cursor: pointer; | |||
} | |||
.top ul li { | |||
border-radius: 20px; | |||
/*border-radius: 20px;*/ | |||
display: inline-block; | |||
padding: 15px 0; | |||
} | |||
.top ul li a { | |||
@@ -149,10 +183,12 @@ | |||
padding: 0 20px; | |||
display: block; | |||
font-size: 16px; | |||
color: #FFFFFF; | |||
} | |||
.top ul li:hover { | |||
background-color: var(--color); | |||
/*background-color: var(--color);*/ | |||
background-color: #2d9e99; | |||
color: #FFFFFF; | |||
} | |||
@@ -168,10 +204,47 @@ | |||
/*banner左侧导航*/ | |||
.bannerLeft { | |||
padding: 0px 0px 30px 20px; | |||
border: 1px solid #e3e3e3; | |||
width: 400px; | |||
height: 300px; | |||
padding:5px 15px 15px; | |||
} | |||
.bannerLeft_tab { | |||
position: relative; | |||
} | |||
.bannerLeft_tab div{ | |||
border-bottom: 1px solid #e3e3e3; | |||
position: absolute; | |||
bottom: 1px; | |||
width: 100%; | |||
z-index: -1; | |||
} | |||
.bannerLeft_tab p{ | |||
display: inline-block; | |||
font-size: 18px; | |||
padding: 5px 0; | |||
} | |||
.bannerLeft_tab span{ | |||
margin-top: 10px; | |||
cursor: pointer; | |||
} | |||
.bannerLeft_tab span:hover{ | |||
color: var(--color); | |||
} | |||
.bannerLeft_tab p:hover{ | |||
color: var(--color); | |||
cursor: pointer; | |||
border-bottom: 3px solid var(--color); | |||
} | |||
.bannerLeft_tab p.active{ | |||
color: var(--color); | |||
border-bottom: 3px solid var(--color); | |||
} | |||
.bannerLeft_tab p:first-child{ | |||
margin-right: 20px; | |||
} | |||
.bannerLeft-top ul li { | |||
@@ -320,6 +393,19 @@ | |||
margin: 24px 0px 14px 0px; | |||
} | |||
/*.centerLeft-center .centerleft-center-tit01 span:first-child {*/ | |||
/* color: var(--color);*/ | |||
/*}*/ | |||
.centerLeft-center .centerleft-center-tit01 span.active{ | |||
color: var(--color); | |||
} | |||
.centerLeft-center .centerleft-center-tit01 span:hover { | |||
cursor: pointer; | |||
color: var(--color); | |||
} | |||
.centerLeft-center .centerleft-center-tit01 span:last-child { | |||
float: right; | |||
cursor: pointer; | |||
@@ -620,14 +706,9 @@ select { | |||
} | |||
.centerRight-list2 { | |||
margin-top: 26px; | |||
background-color: #f7f7f7; | |||
border: 1px solid #e3e3e3; | |||
/*padding: 26px 20px;*/ | |||
min-height: 420px; | |||
float: left; | |||
width: 24%; | |||
margin-left: 1.333%; | |||
max-height: 300px; | |||
width: 100%; | |||
} | |||
.centerRight-list2-tit01 { | |||
@@ -669,7 +750,7 @@ select { | |||
overflow: hidden; | |||
text-overflow: ellipsis; | |||
white-space: nowrap; | |||
margin-bottom: 10px; | |||
margin-bottom: 5px; | |||
} | |||
.centerRight-list2 ul li p:last-child { | |||
@@ -689,7 +770,7 @@ select { | |||
} | |||
.centerRight-list2 ul li { | |||
margin-top: 20px; | |||
margin-top: 10px; | |||
} | |||
.centerRight-list2 ul li a:hover { | |||
@@ -697,14 +778,8 @@ select { | |||
} | |||
.centerRight-list3 { | |||
margin-top: 26px; | |||
background-color: #f7f7f7; | |||
border: 1px solid #e3e3e3; | |||
/*padding: 26px 20px;*/ | |||
min-height: 420px; | |||
float: left; | |||
width: 24%; | |||
margin-left: 1.333%; | |||
max-height: 300px; | |||
width: 100%; | |||
} | |||
.centerRight-list3-tit01 { | |||
@@ -725,7 +800,7 @@ select { | |||
overflow: hidden; | |||
text-overflow: ellipsis; | |||
white-space: nowrap; | |||
margin-bottom: 10px; | |||
margin-bottom: 5px; | |||
} | |||
.centerRight-list3 ul li p:last-child { | |||
@@ -737,7 +812,7 @@ select { | |||
} | |||
.centerRight-list3 ul li { | |||
margin-top: 20px; | |||
margin-top: 10px; | |||
} | |||
.centerRight-list3 ul li a:hover { | |||
@@ -1226,6 +1301,7 @@ label input[type="radio"]:checked+span { | |||
font-size: 12px; | |||
color: #000!important; | |||
margin: 0!important; | |||
padding: 10px 0; | |||
} | |||
.userName:hover{ | |||
@@ -1235,7 +1311,7 @@ label input[type="radio"]:checked+span { | |||
.headHover{ | |||
position: absolute; | |||
top: 64px; | |||
top: 38px; | |||
right: 0; | |||
background: #FFF; | |||
padding: 15px 10px; | |||
@@ -34,6 +34,7 @@ | |||
font-size: 14px; | |||
color: #666666; | |||
cursor: pointer; | |||
margin-bottom: 10px; | |||
} | |||
.auction_hot_icon { | |||
@@ -107,4 +107,16 @@ | |||
height: 35px; | |||
border: 1px solid #cfcfcf; | |||
width: 100%; | |||
} | |||
.logoSearch{ | |||
height: calc(100vh - 865px); | |||
} | |||
.logoSearch .logoSearch-div{ | |||
top: 2vh; | |||
} | |||
#userLogin{ | |||
padding: 0; | |||
} |
@@ -129,4 +129,18 @@ | |||
background: var(--color)!important; | |||
color: #ffffff!important; | |||
border: none; | |||
} | |||
.logoSearch{ | |||
height: calc(100vh - 865px); | |||
} | |||
.logoSearch .logoSearch-div{ | |||
top: 2vh; | |||
} | |||
#userLogin{ | |||
padding: 0; | |||
} |
@@ -134,6 +134,7 @@ body { | |||
body>.main { | |||
overflow-y: auto; | |||
height: 100%; | |||
position: relative; | |||
} | |||
ul, | |||
@@ -284,6 +285,7 @@ body { | |||
.txc { | |||
text-align: center; | |||
opacity: 0.8; | |||
} | |||
.fl { | |||
@@ -9,6 +9,20 @@ | |||
*/ | |||
var announList = '/transaction/website/outproject/publicity'//成交公告列表 | |||
/* | |||
@purl /transaction/website/tender/publicity/{deptId} | |||
@param | |||
deptId:行政区划部门ID | |||
*/ | |||
var tenderList = '/transaction/website/tender/publicity'//招标公告列表 | |||
/* | |||
@purl /transaction/website/win/publicity/{deptId} | |||
@param | |||
deptId:行政区划部门ID | |||
*/ | |||
var winList = '/transaction/website/win/publicity'//中标公告列表 | |||
/* | |||
@purl /transaction/website/jzlist/{deptId} | |||
@param | |||
@@ -10,8 +10,18 @@ var getInfo_get = '/getInfo' //获取用户信息 | |||
* 首页 | |||
-----------------*/ | |||
/* | |||
@purl /transaction/website/news/{number}/{limit} | |||
@purl /transaction/website/picture | |||
@param | |||
picType:类型 | |||
status: 状态 | |||
orderByColumn: 排序字段 | |||
isAsc: 正序/倒叙 | |||
*/ | |||
var websitePicture = '/transaction/website/picture' //顶部轮播 | |||
/* | |||
@purl /transaction/website/news/{number}/{limit} | |||
@param | |||
number:新闻类型字典编号 | |||
limit: 要查询的数据条数 | |||
*/ | |||
@@ -124,4 +134,24 @@ var statistics = '/transaction/website/outproject/statistics'//土地挂牌价 | |||
deptId:行政区划部门ID | |||
limit:需要获取的数据条数 | |||
*/ | |||
var supplyDemandRecommend = '/transaction/website/supplyDemandRecommend'//土地挂牌价格走势统计图 | |||
var supplyDemandRecommend = '/transaction/website/supplyDemandRecommend'//土地挂牌价格走势统计图 | |||
/* | |||
@purl /transaction/website/outproject/list | |||
@param | |||
deptId:行政区划部门ID | |||
projectCode:项目编号 | |||
projectName:项目名称 | |||
projectNumber:项目类型字典value值(下拉框选择) | |||
*/ | |||
var itemsList = '/transaction/website/outproject/list' | |||
/* | |||
@purl /transaction/website/outproject/list | |||
@param | |||
deptId:行政区划部门ID | |||
projectNumber:项目类型字典value值(下拉框选择) | |||
*/ | |||
var needProjectList = '/transaction/website/needproject/list' |
@@ -36,6 +36,7 @@ requirejs.config({ | |||
ajaxUploadImage:'lib/ajaxUpload/ajaxupload',//上传图片 | |||
kindeditor:'lib/kindeditor/kindeditor-all', | |||
zhCN:'lib/kindeditor/lang/zh-CN', | |||
jsencrypt:'lib/jsencrypt/jsencrypt.min',//加密解密 | |||
}, | |||
shim: { | |||
bootstrap: { | |||
@@ -71,6 +72,10 @@ requirejs.config({ | |||
kindeditor: { | |||
deps: ['zhCN'], | |||
exports: 'kindeditor' | |||
}, | |||
jsencrypt: { | |||
deps: ['jquery'], | |||
exports: 'jsencrypt' | |||
} | |||
} | |||
}); | |||
@@ -2,7 +2,7 @@ var serverApi = ''; | |||
var friendsLinksList = []; | |||
var themeColor = ''; | |||
var logo = ''; | |||
define(['jquery', 'dialog'], function ($, dialog) { | |||
define(['jquery', 'dialog','jsencrypt'], function ($, dialog,JSEncrypt) { | |||
// 工具类 | |||
function Tool() { | |||
this.version = "1.0.0"; | |||
@@ -476,6 +476,35 @@ define(['jquery', 'dialog'], function ($, dialog) { | |||
location.reload(); | |||
} | |||
}, | |||
/** | |||
* encrypt 加密 | |||
* @param | |||
*/ | |||
encrypt: function (txt) { | |||
const publicKey = 'MFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBAKoR8mX0rGKLqzcWmOzbfj64K8ZIgOdH\n' + | |||
'nzkXSOVOZbFu/TJhZ7rFAN+eaGkl3C4buccQd/EjEsj9ir7ijT7h96MCAwEAAQ==' | |||
const encryptor = new JSEncrypt() | |||
encryptor.setPublicKey(publicKey) // 设置公钥 | |||
return encryptor.encrypt(txt) // 对数据进行加密 | |||
}, | |||
/** | |||
* encrypt 解密 | |||
* @param | |||
*/ | |||
decrypt: function (txt) { | |||
const privateKey = 'MIIBVAIBADANBgkqhkiG9w0BAQEFAASCAT4wggE6AgEAAkEAqhHyZfSsYourNxaY\n' + | |||
'7Nt+PrgrxkiA50efORdI5U5lsW79MmFnusUA355oaSXcLhu5xxB38SMSyP2KvuKN\n' + | |||
'PuH3owIDAQABAkAfoiLyL+Z4lf4Myxk6xUDgLaWGximj20CUf+5BKKnlrK+Ed8gA\n' + | |||
'kM0HqoTt2UZwA5E2MzS4EI2gjfQhz5X28uqxAiEA3wNFxfrCZlSZHb0gn2zDpWow\n' + | |||
'cSxQAgiCstxGUoOqlW8CIQDDOerGKH5OmCJ4Z21v+F25WaHYPxCFMvwxpcw99Ecv\n' + | |||
'DQIgIdhDTIqD2jfYjPTY8Jj3EDGPbH2HHuffvflECt3Ek60CIQCFRlCkHpi7hthh\n' + | |||
'YhovyloRYsM+IS9h/0BzlEAuO0ktMQIgSPT3aFAgJYwKpqRYKlLDVcflZFCKY7u3\n' + | |||
'UP8iWi1Qw0Y=' | |||
const encryptor = new JSEncrypt() | |||
encryptor.setPrivateKey(privateKey) // 设置私钥 | |||
return encryptor.decrypt(txt) // 对数据进行解密 | |||
}, | |||
}); | |||
return Tool; | |||
}); |
@@ -1,22 +1,41 @@ | |||
/** | |||
* Created by Administrator on 2021/4/5. | |||
*/ | |||
define(['jquery', "template", "Tools", "announApi", "paging"], function ($, template, Tools ) { | |||
define(['jquery', "template", "Tools", "announApi", "paging", 'swiper'], function ($, template, Tools ) { | |||
//数据存储 | |||
var module = { | |||
data: { | |||
//焦点图数据 | |||
focusListTop: [], | |||
announcementInformationDetail:'', | |||
}, | |||
}; | |||
var tools = new Tools(); | |||
module.init = function (page) { | |||
//获取焦点图信息 | |||
tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true); | |||
//成交公告 | |||
tools.doGet(announDetail+'/'+getQueryVariable('id'), {}, module.announInformation,true); | |||
//网站配置信息(网站名称 底部联系方式 公安备案号 网站备案号) | |||
tools.getWebConfig(); | |||
}; | |||
//焦点图数据 | |||
module.focusNewsTop = function (data) { | |||
if (data.code == 200) { | |||
module.data.focusListTop = data.data; | |||
var bannerFocusDataTop = template('bannerFocusDataTop', module.data); | |||
$("#bannerFocusTopContent").html(bannerFocusDataTop); | |||
new Swiper('#bannerFocusWrapTop', { | |||
paginationClickable: true, | |||
autoplay : 4000, | |||
loop:true | |||
}) | |||
} | |||
} | |||
//底部友情链接 | |||
module.bottomFriendsLinks = function (data) { | |||
if (data.code == 200) { | |||
@@ -1,10 +1,12 @@ | |||
/** | |||
* Created by Administrator on 2021/4/5. | |||
*/ | |||
define(['jquery', "template", "Tools", "announApi", "paging"], function ($, template, Tools ) { | |||
define(['jquery', "template", "Tools", "announApi", "paging", 'swiper'], function ($, template, Tools ) { | |||
//数据存储 | |||
var module = { | |||
data: { | |||
//焦点图数据 | |||
focusListTop: [], | |||
//公告列表 | |||
announcementInformationList:'', | |||
//鉴证列表 | |||
@@ -24,6 +26,8 @@ define(['jquery', "template", "Tools", "announApi", "paging"], function ($, temp | |||
var tools = new Tools(); | |||
module.init = function (page) { | |||
//获取焦点图信息 | |||
tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true); | |||
//底部友情链接 | |||
tools.doGet(friendsLinks, {}, module.bottomFriendsLinks, true); | |||
//成交公告 | |||
@@ -38,10 +42,29 @@ define(['jquery', "template", "Tools", "announApi", "paging"], function ($, temp | |||
//console.log('正常进入') | |||
//鉴证公告 | |||
tools.doGet(attestationList, {deptId:100,pageNum:module.data.pageNum,pageSize:module.data.pageSize}, module.attestationInformation,true); | |||
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); | |||
} | |||
//网站配置信息(网站名称 底部联系方式 公安备案号 网站备案号) | |||
tools.getWebConfig(); | |||
}; | |||
//焦点图数据 | |||
module.focusNewsTop = function (data) { | |||
if (data.code == 200) { | |||
module.data.focusListTop = data.data; | |||
var bannerFocusDataTop = template('bannerFocusDataTop', module.data); | |||
$("#bannerFocusTopContent").html(bannerFocusDataTop); | |||
new Swiper('#bannerFocusWrapTop', { | |||
paginationClickable: true, | |||
autoplay : 4000, | |||
loop:true | |||
}) | |||
} | |||
} | |||
//底部友情链接 | |||
module.bottomFriendsLinks = function (data) { | |||
if (data.code == 200) { | |||
@@ -117,18 +140,78 @@ define(['jquery', "template", "Tools", "announApi", "paging"], function ($, temp | |||
} | |||
} | |||
//招标公告数据 | |||
module.inviteTendersInformation = function (data) { | |||
if (data.code == 200) { | |||
var content = data.rows; | |||
var pageCount = (data.total/module.data.pageSize).toFixed(0); | |||
if (pageCount < 1){ | |||
pageCount = 1; | |||
} | |||
if(module.data.announcementInformationList == ''){ | |||
// 初始化 分页器 | |||
var page_s1=createPage('.page_s3'); | |||
// 设置分页 | |||
setPage(page_s1,{ | |||
pageTotal: data.total, // 数据总条数 | |||
pageSize: module.data.pageSize, // 每页显示条数 | |||
pageCurrent: 1, // 当前页 | |||
maxBtnNum: 5, // 最多按钮个数 (最少5个) | |||
}) | |||
$('#page_s3').html('共'+pageCount+'页') | |||
} | |||
module.data.pageCount = pageCount; | |||
module.data.inviteTendersInformationList = content; | |||
var inviteTendersInformationData = template('inviteTendersInformationData', module.data); | |||
$("#inviteTendersInformationContent").html(inviteTendersInformationData); | |||
} | |||
} | |||
//中标公告数据 | |||
module.winTheBiddingInformation = function (data) { | |||
if (data.code == 200) { | |||
var content = data.rows; | |||
var pageCount = (data.total/module.data.pageSize).toFixed(0); | |||
if (pageCount < 1){ | |||
pageCount = 1; | |||
} | |||
if(module.data.announcementInformationList == ''){ | |||
// 初始化 分页器 | |||
var page_s1=createPage('.page_s4'); | |||
// 设置分页 | |||
setPage(page_s1,{ | |||
pageTotal: data.total, // 数据总条数 | |||
pageSize: module.data.pageSize, // 每页显示条数 | |||
pageCurrent: 1, // 当前页 | |||
maxBtnNum: 5, // 最多按钮个数 (最少5个) | |||
}) | |||
$('#page_s4').html('共'+pageCount+'页') | |||
} | |||
module.data.pageCount = pageCount; | |||
module.data.winTheBiddingInformationList = content; | |||
var winTheBiddingInformationData = template('winTheBiddingInformationData', module.data); | |||
$("#winTheBiddingInformationContent").html(winTheBiddingInformationData); | |||
} | |||
} | |||
tabList = function(type){ | |||
//console.log(type) | |||
document.getElementById('attestationInformationContent').style.display = 'none'; | |||
document.getElementById('announcementInformationContent').style.display = 'none'; | |||
document.getElementById('inviteTendersInformationContent').style.display = 'none'; | |||
document.getElementById('winTheBiddingInformationContent').style.display = 'none'; | |||
document.getElementById(type+'InformationContent').style.display = 'block'; | |||
document.getElementById('attestation').className = ''; | |||
document.getElementById('announcement').className = ''; | |||
document.getElementById('inviteTenders').className = ''; | |||
document.getElementById('winTheBidding').className = ''; | |||
document.getElementById(type).className = 'active'; | |||
document.getElementById('attestationNum').style.display = 'none'; | |||
document.getElementById('announcementNum').style.display = 'none'; | |||
document.getElementById('inviteTendersNum').style.display = 'none'; | |||
document.getElementById('winTheBiddingNum').style.display = 'none'; | |||
document.getElementById(type+'Num').style.display = 'block'; | |||
module.data.clickType = type; | |||
@@ -1,16 +1,20 @@ | |||
/** | |||
* Created by Administrator on 2021/4/5. | |||
*/ | |||
define(['jquery', "template", "Tools", "announApi", "paging"], function ($, template, Tools ) { | |||
define(['jquery', "template", "Tools", "announApi", "paging", 'swiper'], function ($, template, Tools ) { | |||
//数据存储 | |||
var module = { | |||
data: { | |||
//焦点图数据 | |||
focusListTop: [], | |||
announcementInformationDetail:'', | |||
}, | |||
}; | |||
var tools = new Tools(); | |||
module.init = function (page) { | |||
//获取焦点图信息 | |||
tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true); | |||
//底部友情链接 | |||
tools.doGet(friendsLinks, {}, module.bottomFriendsLinks, true); | |||
//鉴证公告 | |||
@@ -19,6 +23,22 @@ define(['jquery', "template", "Tools", "announApi", "paging"], function ($, temp | |||
tools.getWebConfig(); | |||
}; | |||
//焦点图数据 | |||
module.focusNewsTop = function (data) { | |||
if (data.code == 200) { | |||
module.data.focusListTop = data.data; | |||
var bannerFocusDataTop = template('bannerFocusDataTop', module.data); | |||
$("#bannerFocusTopContent").html(bannerFocusDataTop); | |||
new Swiper('#bannerFocusWrapTop', { | |||
paginationClickable: true, | |||
autoplay : 4000, | |||
loop:true | |||
}) | |||
} | |||
} | |||
//获取地址栏参数 | |||
function getQueryVariable(variable){ | |||
var query = window.location.search.substring(1); | |||
@@ -1,16 +1,20 @@ | |||
/** | |||
* Created by Administrator on 2021/4/5. | |||
*/ | |||
define(['jquery', "template", "Tools", "announApi", "paging"], function ($, template, Tools ) { | |||
define(['jquery', "template", "Tools", "announApi", "paging", 'swiper'], function ($, template, Tools ) { | |||
//数据存储 | |||
var module = { | |||
data: { | |||
//焦点图数据 | |||
focusListTop: [], | |||
announcementInformationDetail:'', | |||
}, | |||
}; | |||
var tools = new Tools(); | |||
module.init = function (page) { | |||
//获取焦点图信息 | |||
tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true); | |||
//底部友情链接 | |||
tools.doGet(friendsLinks, {}, module.bottomFriendsLinks, true); | |||
//成交公告 | |||
@@ -19,6 +23,22 @@ define(['jquery', "template", "Tools", "announApi", "paging"], function ($, temp | |||
tools.getWebConfig(); | |||
}; | |||
//焦点图数据 | |||
module.focusNewsTop = function (data) { | |||
if (data.code == 200) { | |||
module.data.focusListTop = data.data; | |||
var bannerFocusDataTop = template('bannerFocusDataTop', module.data); | |||
$("#bannerFocusTopContent").html(bannerFocusDataTop); | |||
new Swiper('#bannerFocusWrapTop', { | |||
paginationClickable: true, | |||
autoplay : 4000, | |||
loop:true | |||
}) | |||
} | |||
} | |||
//获取地址栏参数 | |||
function getQueryVariable(variable){ | |||
var query = window.location.search.substring(1); | |||
@@ -1,10 +1,12 @@ | |||
/** | |||
* Created by Administrator on 2021/4/5. | |||
*/ | |||
define(['jquery', "template", "Tools", "biddingApi", "itemsApi", "paging",'dateTime'], function ($, template, Tools ) { | |||
define(['jquery', "template", "Tools", "biddingApi", "itemsApi", "paging",'dateTime', 'swiper'], function ($, template, Tools ) { | |||
//数据存储 | |||
var module = { | |||
data: { | |||
//焦点图数据 | |||
focusListTop: [], | |||
//标的物类型 | |||
deptTypeList:[], | |||
//标的物所在地 | |||
@@ -51,6 +53,8 @@ define(['jquery', "template", "Tools", "biddingApi", "itemsApi", "paging",'dateT | |||
var tools = new Tools(); | |||
module.init = function (page) { | |||
//获取焦点图信息 | |||
tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true); | |||
//底部友情链接 | |||
tools.doGet(friendsLinks, {}, module.bottomFriendsLinks, true); | |||
//新闻资讯 | |||
@@ -102,6 +106,23 @@ define(['jquery', "template", "Tools", "biddingApi", "itemsApi", "paging",'dateT | |||
module.switchTheme(); | |||
},500) | |||
}; | |||
//焦点图数据 | |||
module.focusNewsTop = function (data) { | |||
if (data.code == 200) { | |||
module.data.focusListTop = data.data; | |||
var bannerFocusDataTop = template('bannerFocusDataTop', module.data); | |||
$("#bannerFocusTopContent").html(bannerFocusDataTop); | |||
new Swiper('#bannerFocusWrapTop', { | |||
paginationClickable: true, | |||
autoplay : 4000, | |||
loop:true | |||
}) | |||
} | |||
} | |||
//主题图片切换 | |||
module.switchTheme = function(){ | |||
if(themeColor == 'red'){ | |||
@@ -1,10 +1,12 @@ | |||
/** | |||
* Created by Administrator on 2021/4/5. | |||
*/ | |||
define(['jquery', "template", "Tools", "demandApi", "paging"], function ($, template, Tools ) { | |||
define(['jquery', "template", "Tools", "demandApi", "paging", 'swiper'], function ($, template, Tools ) { | |||
//数据存储 | |||
var module = { | |||
data: { | |||
//焦点图数据 | |||
focusListTop: [], | |||
//公告列表 | |||
demandInformationList:'', | |||
//鉴证列表 | |||
@@ -26,6 +28,8 @@ define(['jquery', "template", "Tools", "demandApi", "paging"], function ($, temp | |||
var tools = new Tools(); | |||
module.init = function (page) { | |||
//获取焦点图信息 | |||
tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true); | |||
//底部友情链接 | |||
tools.doGet(friendsLinks, {}, module.bottomFriendsLinks, true); | |||
//个人供应 | |||
@@ -55,6 +59,23 @@ define(['jquery', "template", "Tools", "demandApi", "paging"], function ($, temp | |||
//网站配置信息(网站名称 底部联系方式 公安备案号 网站备案号) | |||
tools.getWebConfig(); | |||
}; | |||
//焦点图数据 | |||
module.focusNewsTop = function (data) { | |||
if (data.code == 200) { | |||
module.data.focusListTop = data.data; | |||
var bannerFocusDataTop = template('bannerFocusDataTop', module.data); | |||
$("#bannerFocusTopContent").html(bannerFocusDataTop); | |||
new Swiper('#bannerFocusWrapTop', { | |||
paginationClickable: true, | |||
autoplay : 4000, | |||
loop:true | |||
}) | |||
} | |||
} | |||
//底部友情链接 | |||
module.bottomFriendsLinks = function (data) { | |||
if (data.code == 200) { | |||
@@ -1,10 +1,12 @@ | |||
/** | |||
* Created by Administrator on 2021/4/5. | |||
*/ | |||
define(['jquery', "template", "Tools", "demandApi", "paging","user"], function ($, template, Tools ) { | |||
define(['jquery', "template", "Tools", "demandApi", "paging","user", 'swiper'], function ($, template, Tools ) { | |||
//数据存储 | |||
var module = { | |||
data: { | |||
//焦点图数据 | |||
focusListTop: [], | |||
//公告列表 | |||
demandInformationList:'', | |||
//鉴证列表 | |||
@@ -26,6 +28,8 @@ define(['jquery', "template", "Tools", "demandApi", "paging","user"], function ( | |||
var tools = new Tools(); | |||
module.init = function (page) { | |||
//获取焦点图信息 | |||
tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true); | |||
//底部友情链接 | |||
tools.doGet(friendsLinks, {}, module.bottomFriendsLinks, true); | |||
//网站配置信息(网站名称 底部联系方式 公安备案号 网站备案号) | |||
@@ -34,6 +38,23 @@ define(['jquery', "template", "Tools", "demandApi", "paging","user"], function ( | |||
tools.doGet(userDemandUpdate+'/'+getQueryVariable('id'), {}, module.demandDetail,true); | |||
}; | |||
//焦点图数据 | |||
module.focusNewsTop = function (data) { | |||
if (data.code == 200) { | |||
module.data.focusListTop = data.data; | |||
var bannerFocusDataTop = template('bannerFocusDataTop', module.data); | |||
$("#bannerFocusTopContent").html(bannerFocusDataTop); | |||
new Swiper('#bannerFocusWrapTop', { | |||
paginationClickable: true, | |||
autoplay : 4000, | |||
loop:true | |||
}) | |||
} | |||
} | |||
//获取地址栏参数 | |||
function getQueryVariable(variable){ | |||
var query = window.location.search.substring(1); | |||
@@ -9,6 +9,8 @@ define(['jquery', "template", "Tools", "echarts", 'swiper'], function ($, templa | |||
serverApi:'', | |||
//焦点图数据 | |||
focusList: [], | |||
//焦点图数据 | |||
focusListTop: [], | |||
//底部焦点图 | |||
focusListNext:[], | |||
//新闻资讯数据 | |||
@@ -105,6 +107,9 @@ define(['jquery', "template", "Tools", "echarts", 'swiper'], function ($, templa | |||
var tools = new Tools(); | |||
module.init = function (page) { | |||
//获取焦点图信息 | |||
tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true); | |||
//获取焦点图信息 | |||
tools.doGet(websiteNew + '/1/0/4', {}, module.focusNews , true); | |||
@@ -121,13 +126,13 @@ define(['jquery', "template", "Tools", "echarts", 'swiper'], function ($, templa | |||
tools.doGet(websiteNew + '/5/0/6', {}, module.dataDownload, true); | |||
//标的物所在地 | |||
tools.doGet(webDept, {deptId:''}, module.deptLocation , true); | |||
// tools.doGet(webDept, {deptId:''}, module.deptLocation , true); | |||
//标的物类型 | |||
tools.doGet(webDeptType+"/project_type", {}, module.deptType, true); | |||
//标的物类型下拉菜单 | |||
tools.doGet(webDeptType+"/project_type", {}, module.deptTypeSelect, true); | |||
// tools.doGet(webDeptType+"/project_type", {}, module.deptTypeSelect, true); | |||
//网站配置信息(网站名称 底部联系方式 公安备案号 网站备案号) | |||
tools.getWebConfig(); | |||
@@ -135,20 +140,20 @@ define(['jquery', "template", "Tools", "echarts", 'swiper'], function ($, templa | |||
//底部友情链接 | |||
tools.doGet(friendsLinks, {}, module.bottomFriendsLinks, true); | |||
//土地 | |||
tools.doGet(webListing + '/1/0/5', {}, module.landList, true); | |||
//供应项目 | |||
tools.doGet(itemsList, {projectNumber:'',pageSize:'5',pageNum:'1'}, module.itemList, true); | |||
//集体资产 | |||
tools.doGet(webListing + '/4/0/5', {}, module.collectiveAssets, true); | |||
//需求项目 | |||
tools.doGet(needProjectList, {projectNumber:'',pageSize:'5',pageNum:'1'}, module.itemLists, true); | |||
//农业生产设备 | |||
tools.doGet(webListing + '/9/0/5', {}, module.productionEquipment, true); | |||
// tools.doGet(webListing + '/9/0/5', {}, module.productionEquipment, true); | |||
//小型水利设施 | |||
tools.doGet(webListing + '/8/0/5', {}, module.waterConservancyFacilities, true); | |||
// tools.doGet(webListing + '/8/0/5', {}, module.waterConservancyFacilities, true); | |||
//查询挂牌项目浏览总次数 | |||
tools.doGet(allViewCount + '/100', {}, module.allViewCount, true); | |||
// tools.doGet(allViewCount + '/100', {}, module.allViewCount, true); | |||
//查询挂牌项目浏览总次数 | |||
tools.doGet(announcementList + '/0/4', {}, module.announcementList, true); | |||
@@ -161,13 +166,14 @@ define(['jquery', "template", "Tools", "echarts", 'swiper'], function ($, templa | |||
//个人供求 | |||
tools.doGet(supplyDemand + '/100/1/5', {}, module.supplyDemand, true); | |||
tools.doGet(supplyDemand + '/100/2/5', {}, module.supplyDemand2, true); | |||
//互动交流 | |||
tools.doGet(communicateList + '/100/5/notnull', {}, module.communicateList, true); | |||
//土地挂牌价格走势统计图 | |||
tools.doGet(statistics, {deptId: 100}, module.statisticsContent, true); | |||
// tools.doGet(statistics, {deptId: 100}, module.statisticsContent, true); | |||
//竞价大厅-滚动 | |||
module.hallRolling(); | |||
@@ -189,6 +195,22 @@ define(['jquery', "template", "Tools", "echarts", 'swiper'], function ($, templa | |||
} | |||
} | |||
//焦点图数据 | |||
module.focusNewsTop = function (data) { | |||
if (data.code == 200) { | |||
module.data.focusListTop = data.data; | |||
var bannerFocusDataTop = template('bannerFocusDataTop', module.data); | |||
$("#bannerFocusTopContent").html(bannerFocusDataTop); | |||
new Swiper('#bannerFocusWrapTop', { | |||
paginationClickable: true, | |||
autoplay : 4000, | |||
loop:true | |||
}) | |||
} | |||
} | |||
//焦点图数据 | |||
module.focusNews = function (data) { | |||
if (data.code == 200) { | |||
@@ -287,7 +309,7 @@ define(['jquery', "template", "Tools", "echarts", 'swiper'], function ($, templa | |||
//标的物所在地 | |||
module.deptLocation = function (data) { | |||
//console.log(data) | |||
console.log(data) | |||
if (data.code == 200) { | |||
var content = data.data ; | |||
var contentList = []; | |||
@@ -310,6 +332,10 @@ define(['jquery', "template", "Tools", "echarts", 'swiper'], function ($, templa | |||
module.data.deptTypeList = content; | |||
var deptTypeData = template('deptTypeData', module.data); | |||
$("#deptTypeContent").html(deptTypeData); | |||
module.data.deptTypeList1 = content; | |||
var deptTypeData1 = template('deptTypeData1', module.data); | |||
$("#deptTypeContent1").html(deptTypeData1); | |||
} | |||
} | |||
@@ -356,6 +382,47 @@ define(['jquery', "template", "Tools", "echarts", 'swiper'], function ($, templa | |||
} | |||
} | |||
module.itemList = function (data) { | |||
if (data.code == 200) { | |||
//console.log(data) | |||
module.data.serverApi = serverApi; | |||
var content = data.rows; | |||
module.data.landListList = content; | |||
var landListData = template('landListData', module.data); | |||
$("#landListContent").html(landListData); | |||
} | |||
} | |||
module.itemLists = function (data) { | |||
if (data.code == 200) { | |||
//console.log(data) | |||
module.data.serverApi = serverApi; | |||
var content = data.rows; | |||
module.data.collectiveAssetsList = content; | |||
var collectiveAssetsData = template('collectiveAssetsData', module.data); | |||
$("#collectiveAssetsContent").html(collectiveAssetsData); | |||
} | |||
} | |||
//土地林地四荒地 | |||
goListingChange = function (id) { | |||
$('#deptTypeContent').children('span').removeClass('active') ; | |||
document.getElementById('tab'+id).className = 'm-r-20 active'; | |||
if (id == 0){ | |||
tools.doGet(itemsList, {projectNumber:'',pageSize:'5',pageNum:'1'}, module.itemList, true); | |||
}else{ | |||
//土地 | |||
tools.doGet(webListing + '/'+id+'/0/5', {}, module.landList, true); | |||
} | |||
} | |||
//土地林地四荒地 | |||
goListingChanges = function (id) { | |||
$('#deptTypeContent1').children('span').removeClass('active') ; | |||
document.getElementById('tabs'+id).className = 'm-r-20 active'; | |||
tools.doGet(needProjectList, {projectNumber:id==0?'':id,pageSize:'5',pageNum:'1'}, module.itemLists, true); | |||
} | |||
//集体资产 | |||
module.collectiveAssets = function (data) { | |||
if (data.code == 200) { | |||
@@ -597,6 +664,18 @@ define(['jquery', "template", "Tools", "echarts", 'swiper'], function ($, templa | |||
document.getElementById(type+'Btn').className = 'active'; | |||
} | |||
//切换 | |||
tabClick = function (type) { | |||
document.getElementById('cjgg').style.display = 'none'; | |||
document.getElementById('jzgg').style.display = 'none'; | |||
document.getElementById('cjggBtn').className = ''; | |||
document.getElementById('jzggBtn').className = ''; | |||
document.getElementById(type).style.display = 'block'; | |||
document.getElementById(type+'Btn').className = 'active'; | |||
} | |||
goDetail = function (id) { | |||
tools.skip('view/listingItems/itemsDetail.html?id='+id); | |||
} | |||
@@ -1,10 +1,12 @@ | |||
/** | |||
* Created by Administrator on 2021/4/5. | |||
*/ | |||
define(['jquery', "template", "Tools", "interactApi", "paging"], function ($, template, Tools ) { | |||
define(['jquery', "template", "Tools", "interactApi", "paging", 'swiper'], function ($, template, Tools ) { | |||
//数据存储 | |||
var module = { | |||
data: { | |||
//焦点图数据 | |||
focusListTop: [], | |||
//互动交流列表 | |||
interactInformationList:'', | |||
//搜索结果列表 | |||
@@ -24,6 +26,8 @@ define(['jquery', "template", "Tools", "interactApi", "paging"], function ($, te | |||
var tools = new Tools(); | |||
module.init = function (page) { | |||
//获取焦点图信息 | |||
tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true); | |||
//底部友情链接 | |||
tools.doGet(friendsLinks, {}, module.bottomFriendsLinks, true); | |||
if(getQueryVariable('keyWord')){ | |||
@@ -42,6 +46,23 @@ define(['jquery', "template", "Tools", "interactApi", "paging"], function ($, te | |||
},500) | |||
}; | |||
//焦点图数据 | |||
module.focusNewsTop = function (data) { | |||
if (data.code == 200) { | |||
module.data.focusListTop = data.data; | |||
var bannerFocusDataTop = template('bannerFocusDataTop', module.data); | |||
$("#bannerFocusTopContent").html(bannerFocusDataTop); | |||
new Swiper('#bannerFocusWrapTop', { | |||
paginationClickable: true, | |||
autoplay : 4000, | |||
loop:true | |||
}) | |||
} | |||
} | |||
//主题图片切换 | |||
module.switchTheme = function(){ | |||
if(themeColor == 'red'){ | |||
@@ -157,7 +178,7 @@ define(['jquery', "template", "Tools", "interactApi", "paging"], function ($, te | |||
if(tools.getCookie('Admin-Token')){ | |||
tools.skip('../user/user.html?type=goInteract') | |||
}else{ | |||
tools.initDialog('登陆提示', '登陆后可参与竞价,是否登录?', function () { | |||
tools.initDialog('登陆提示', '登陆后可参与发布,是否登录?', function () { | |||
tools.skip('../login/login.html') | |||
}, '登录', function () { }, "取消") | |||
} | |||
@@ -5,12 +5,16 @@ define(['jquery', "template", "Tools", 'swiper', 'itemsApi',"cupload"], function | |||
//数据存储 | |||
var module = { | |||
data: { | |||
//焦点图数据 | |||
focusListTop: [], | |||
showImgInformationDetail:'' | |||
}, | |||
}; | |||
var tools = new Tools(); | |||
module.init = function (page) {//底部友情链接 | |||
//获取焦点图信息 | |||
tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true); | |||
tools.doGet(friendsLinks, {}, module.bottomFriendsLinks, true); | |||
document.getElementById('realName').value = tools.getCookie('userName'); | |||
document.getElementById('userNum').value = tools.getCookie('phone'); | |||
@@ -22,6 +26,23 @@ define(['jquery', "template", "Tools", 'swiper', 'itemsApi',"cupload"], function | |||
//网站配置信息(网站名称 底部联系方式 公安备案号 网站备案号) | |||
tools.getWebConfig(); | |||
}; | |||
//焦点图数据 | |||
module.focusNewsTop = function (data) { | |||
if (data.code == 200) { | |||
module.data.focusListTop = data.data; | |||
var bannerFocusDataTop = template('bannerFocusDataTop', module.data); | |||
$("#bannerFocusTopContent").html(bannerFocusDataTop); | |||
new Swiper('#bannerFocusWrapTop', { | |||
paginationClickable: true, | |||
autoplay : 4000, | |||
loop:true | |||
}) | |||
} | |||
} | |||
//底部友情链接 | |||
module.bottomFriendsLinks = function (data) { | |||
if (data.code == 200) { | |||
@@ -1,10 +1,12 @@ | |||
/** | |||
* Created by Administrator on 2021/4/5. | |||
*/ | |||
define(['jquery', "template", "Tools", 'swiper', 'itemsApi'], function ($, template, Tools, swiper) { | |||
define(['jquery', "template", "Tools", 'swiper', 'itemsApi', 'swiper'], function ($, template, Tools, swiper) { | |||
//数据存储 | |||
var module = { | |||
data: { | |||
//焦点图数据 | |||
focusListTop: [], | |||
showImgInformationDetail:'', | |||
loginNow:'' | |||
}, | |||
@@ -12,6 +14,8 @@ define(['jquery', "template", "Tools", 'swiper', 'itemsApi'], function ($, templ | |||
var tools = new Tools(); | |||
module.init = function (page) { | |||
//获取焦点图信息 | |||
tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true); | |||
//底部友情链接 | |||
tools.doGet(friendsLinks, {}, module.bottomFriendsLinks, true); | |||
@@ -39,6 +43,22 @@ define(['jquery', "template", "Tools", 'swiper', 'itemsApi'], function ($, templ | |||
tools.doGet(webConfig, {}, module.webConfigInformation, true) | |||
}; | |||
//焦点图数据 | |||
module.focusNewsTop = function (data) { | |||
if (data.code == 200) { | |||
module.data.focusListTop = data.data; | |||
var bannerFocusDataTop = template('bannerFocusDataTop', module.data); | |||
$("#bannerFocusTopContent").html(bannerFocusDataTop); | |||
new Swiper('#bannerFocusWrapTop', { | |||
paginationClickable: true, | |||
autoplay : 4000, | |||
loop:true | |||
}) | |||
} | |||
} | |||
//获取地址栏参数 | |||
function getQueryVariable(variable){ | |||
var query = window.location.search.substring(1); | |||
@@ -231,7 +251,6 @@ define(['jquery', "template", "Tools", 'swiper', 'itemsApi'], function ($, templ | |||
module.showImgInformation = function (data) { | |||
if (data.code == 200) { | |||
var content = data.data; | |||
debugger | |||
console.log(content) | |||
var contentList = []; | |||
for(var i = 0 ; i < content.length ; i++){ | |||
@@ -1,12 +1,13 @@ | |||
/** | |||
* Created by Administrator on 2021/4/5. | |||
*/ | |||
define(['jquery', "template", "Tools", "itemsApi", "paging", 'dateTime'], function ($, template, Tools) { | |||
define(['jquery', "template", "Tools", "itemsApi", "paging", 'dateTime', 'swiper'], function ($, template, Tools) { | |||
//数据存储 | |||
var module = { | |||
data: { | |||
//服务器地址 | |||
// serverApi: 'http://219.148.186.198:8082/ruoyi-admin', | |||
searchType:'gyxm', | |||
serverApi: '', | |||
//标的物类型 | |||
deptTypeList: [], | |||
@@ -16,6 +17,8 @@ define(['jquery', "template", "Tools", "itemsApi", "paging", 'dateTime'], functi | |||
deptSecondLocationList: [], | |||
//新闻列表 | |||
itemsInformationList: '', | |||
//新闻列表 | |||
itemsInformationList1: '', | |||
//页码 | |||
pageNum: 1, | |||
//页码集合 | |||
@@ -27,7 +30,7 @@ define(['jquery', "template", "Tools", "itemsApi", "paging", 'dateTime'], functi | |||
//标的物集合长度 | |||
deptSize: 24, | |||
//标的物选中项id | |||
deptId: '', | |||
deptId: '100', | |||
//标的所在地选中 | |||
secondDeptId: '', | |||
//标的物类型ID | |||
@@ -58,6 +61,8 @@ define(['jquery', "template", "Tools", "itemsApi", "paging", 'dateTime'], functi | |||
var tools = new Tools(); | |||
module.init = function (page) { | |||
//获取焦点图信息 | |||
tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true); | |||
//底部友情链接 | |||
tools.doGet(friendsLinks, {}, module.bottomFriendsLinks, true); | |||
if (getQueryVariable('projectCode') || getQueryVariable('projectName') || getQueryVariable('projectNumber')) { | |||
@@ -82,6 +87,10 @@ define(['jquery', "template", "Tools", "itemsApi", "paging", 'dateTime'], functi | |||
tabCheck(getQueryVariable('dictSort')) | |||
goSearch() | |||
},500) | |||
}else if(getQueryVariable('clickType') == 'collectiveAssets'){ | |||
setTimeout(function(){ | |||
tabList('xqxm') | |||
},500) | |||
} else { | |||
//新闻资讯 | |||
tools.doGet(itemsList, { deptId: 100, pageNum: module.data.pageNum, pageSize: module.data.pageSize }, module.itemList, true); | |||
@@ -131,6 +140,22 @@ define(['jquery', "template", "Tools", "itemsApi", "paging", 'dateTime'], functi | |||
}; | |||
//焦点图数据 | |||
module.focusNewsTop = function (data) { | |||
if (data.code == 200) { | |||
module.data.focusListTop = data.data; | |||
var bannerFocusDataTop = template('bannerFocusDataTop', module.data); | |||
$("#bannerFocusTopContent").html(bannerFocusDataTop); | |||
new Swiper('#bannerFocusWrapTop', { | |||
paginationClickable: true, | |||
autoplay : 4000, | |||
loop:true | |||
}) | |||
} | |||
} | |||
//获取地址栏参数 | |||
function getQueryVariable(variable) { | |||
var query = window.location.search.substring(1); | |||
@@ -175,6 +200,33 @@ define(['jquery', "template", "Tools", "itemsApi", "paging", 'dateTime'], functi | |||
} | |||
} | |||
module.itemLists = function (data) { | |||
if (data.code == 200) { | |||
module.data.serverApi = serverApi; | |||
var content = data.rows; | |||
var pageCount = (data.total / module.data.pageSize).toFixed(0); | |||
if (pageCount < 1) { | |||
pageCount = 1; | |||
} | |||
if (module.data.itemsInformationList1 == '') { | |||
// 初始化 分页器 | |||
var page_s1 = createPage('.page_s1'); | |||
// 设置分页 | |||
setPage(page_s1, { | |||
pageTotal: data.total, // 数据总条数 | |||
pageSize: module.data.pageSize, // 每页显示条数 | |||
pageCurrent: 1, // 当前页 | |||
maxBtnNum: 5, // 最多按钮个数 (最少5个) | |||
}) | |||
$('#page_s1').html('共' + pageCount + '页') | |||
} | |||
module.data.pageCount = pageCount; | |||
module.data.itemsInformationList1 = content; | |||
var ItemsInformationData1 = template('ItemsInformationData1', module.data); | |||
$("#ItemsInformationContent1").html(ItemsInformationData1); | |||
} | |||
} | |||
//标的物类型 | |||
module.deptType = function (data) { | |||
//console.log(data) | |||
@@ -300,6 +352,7 @@ define(['jquery', "template", "Tools", "itemsApi", "paging", 'dateTime'], functi | |||
goSearch = function () { | |||
module.data.itemsInformationList = ''; | |||
module.data.itemsInformationList1 = ''; | |||
$('.page_s1').html('') | |||
$('#page_s1').html('') | |||
module.data.form.deptId = module.data.deptId; | |||
@@ -314,7 +367,50 @@ define(['jquery', "template", "Tools", "itemsApi", "paging", 'dateTime'], functi | |||
//console.log(module.data.form) | |||
tools.doGet(itemsList, module.data.form, module.itemList, true); | |||
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); | |||
} | |||
} | |||
goDetail = function (id) { | |||
tools.skip('itemsDetail.html?id='+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.itemsInformationList1 = ''; | |||
typeCheck(''); | |||
$('.page_s1').html('') | |||
$('#page_s1').html('') | |||
if (id == 'gyxm'){ | |||
module.data.searchType = 'gyxm' | |||
document.getElementById('jjsjShow').style.display = 'table-row'; | |||
document.getElementById('bmsjShow').style.display = 'table-row'; | |||
document.getElementById('xmztShow').style.display = 'table-row'; | |||
document.getElementById('xqxmSearch').style.display = 'none'; | |||
tools.doGet(itemsList, { deptId: 100, pageNum: module.data.pageNum, pageSize: module.data.pageSize }, module.itemList, true); | |||
}else{ | |||
module.data.searchType = 'xqxm' | |||
document.getElementById('jjsjShow').style.display = 'none'; | |||
document.getElementById('bmsjShow').style.display = 'none'; | |||
document.getElementById('xmztShow').style.display = 'none'; | |||
document.getElementById('xqxmSearch').style.display = 'block'; | |||
tools.doGet(needProjectList, {projectNumber:'',pageSize:module.data.pageSize,pageNum:'1'}, module.itemLists, true); | |||
} | |||
} | |||
return module; | |||
}); |
@@ -1,10 +1,12 @@ | |||
/** | |||
* Created by Administrator on 2021/4/5. | |||
*/ | |||
define(['jquery', "template", "Tools", "newApi", "paging"], function ($, template, Tools ) { | |||
define(['jquery', "template", "Tools", "newApi", "paging", 'swiper'], function ($, template, Tools ) { | |||
//数据存储 | |||
var module = { | |||
data: { | |||
//焦点图数据 | |||
focusListTop: [], | |||
//新闻列表 | |||
newsInformationList:'', | |||
//页码 | |||
@@ -20,6 +22,8 @@ define(['jquery', "template", "Tools", "newApi", "paging"], function ($, templat | |||
var tools = new Tools(); | |||
module.init = function (page) { | |||
//获取焦点图信息 | |||
tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true); | |||
//底部友情链接 | |||
tools.doGet(friendsLinks, {}, module.bottomFriendsLinks, true); | |||
if(getQueryVariable('title') ){ | |||
@@ -34,6 +38,22 @@ define(['jquery', "template", "Tools", "newApi", "paging"], function ($, templat | |||
tools.getWebConfig(); | |||
}; | |||
//焦点图数据 | |||
module.focusNewsTop = function (data) { | |||
if (data.code == 200) { | |||
module.data.focusListTop = data.data; | |||
var bannerFocusDataTop = template('bannerFocusDataTop', module.data); | |||
$("#bannerFocusTopContent").html(bannerFocusDataTop); | |||
new Swiper('#bannerFocusWrapTop', { | |||
paginationClickable: true, | |||
autoplay : 4000, | |||
loop:true | |||
}) | |||
} | |||
} | |||
//获取地址栏参数 | |||
function getQueryVariable(variable){ | |||
var query = window.location.search.substring(1); | |||
@@ -1,16 +1,20 @@ | |||
/** | |||
* Created by Administrator on 2021/4/5. | |||
*/ | |||
define(['jquery', "template", "Tools", "newApi"], function ($, template, Tools ) { | |||
define(['jquery', "template", "Tools", "newApi", 'swiper'], function ($, template, Tools ) { | |||
//数据存储 | |||
var module = { | |||
data: { | |||
//焦点图数据 | |||
focusListTop: [], | |||
newsInformationList:'' | |||
}, | |||
}; | |||
var tools = new Tools(); | |||
module.init = function (page) { | |||
//获取焦点图信息 | |||
tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true); | |||
//底部友情链接 | |||
tools.doGet(friendsLinks, {}, module.bottomFriendsLinks, true); | |||
//console.log(getQueryVariable('id')) | |||
@@ -20,6 +24,22 @@ define(['jquery', "template", "Tools", "newApi"], function ($, template, Tools ) | |||
//网站配置信息(网站名称 底部联系方式 公安备案号 网站备案号) | |||
tools.getWebConfig(); | |||
}; | |||
//焦点图数据 | |||
module.focusNewsTop = function (data) { | |||
if (data.code == 200) { | |||
module.data.focusListTop = data.data; | |||
var bannerFocusDataTop = template('bannerFocusDataTop', module.data); | |||
$("#bannerFocusTopContent").html(bannerFocusDataTop); | |||
new Swiper('#bannerFocusWrapTop', { | |||
paginationClickable: true, | |||
autoplay : 4000, | |||
loop:true | |||
}) | |||
} | |||
} | |||
//底部友情链接 | |||
module.bottomFriendsLinks = function (data) { | |||
if (data.code == 200) { | |||
@@ -1,10 +1,12 @@ | |||
/** | |||
* Created by Administrator on 2021/4/5. | |||
*/ | |||
define(['jquery', "template", "Tools", "policyApi", "paging"], function ($, template, Tools ) { | |||
define(['jquery', "template", "Tools", "policyApi", "paging", 'swiper'], function ($, template, Tools ) { | |||
//数据存储 | |||
var module = { | |||
data: { | |||
//焦点图数据 | |||
focusListTop: [], | |||
//政策法规 | |||
policyInformationList:'', | |||
//交易规则 | |||
@@ -24,6 +26,8 @@ define(['jquery', "template", "Tools", "policyApi", "paging"], function ($, temp | |||
var tools = new Tools(); | |||
module.init = function (page) { | |||
//获取焦点图信息 | |||
tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true); | |||
//底部友情链接 | |||
tools.doGet(friendsLinks, {}, module.bottomFriendsLinks, true); | |||
var type = getQueryVariable('type'); | |||
@@ -54,6 +58,22 @@ define(['jquery', "template", "Tools", "policyApi", "paging"], function ($, temp | |||
}; | |||
//焦点图数据 | |||
module.focusNewsTop = function (data) { | |||
if (data.code == 200) { | |||
module.data.focusListTop = data.data; | |||
var bannerFocusDataTop = template('bannerFocusDataTop', module.data); | |||
$("#bannerFocusTopContent").html(bannerFocusDataTop); | |||
new Swiper('#bannerFocusWrapTop', { | |||
paginationClickable: true, | |||
autoplay : 4000, | |||
loop:true | |||
}) | |||
} | |||
} | |||
//获取地址栏参数 | |||
function getQueryVariable(variable){ | |||
var query = window.location.search.substring(1); | |||
@@ -1,16 +1,20 @@ | |||
/** | |||
* Created by Administrator on 2021/4/5. | |||
*/ | |||
define(['jquery', "template", "Tools", "newApi"], function ($, template, Tools ) { | |||
define(['jquery', "template", "Tools", "newApi", 'swiper'], function ($, template, Tools ) { | |||
//数据存储 | |||
var module = { | |||
data: { | |||
//焦点图数据 | |||
focusListTop: [], | |||
newsInformationList:'' | |||
}, | |||
}; | |||
var tools = new Tools(); | |||
module.init = function (page) { | |||
//获取焦点图信息 | |||
tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true); | |||
//底部友情链接 | |||
tools.doGet(friendsLinks, {}, module.bottomFriendsLinks, true); | |||
console.log(getQueryVariable('id')) | |||
@@ -31,6 +35,22 @@ define(['jquery', "template", "Tools", "newApi"], function ($, template, Tools ) | |||
//网站配置信息(网站名称 底部联系方式 公安备案号 网站备案号) | |||
tools.getWebConfig(); | |||
}; | |||
//焦点图数据 | |||
module.focusNewsTop = function (data) { | |||
if (data.code == 200) { | |||
module.data.focusListTop = data.data; | |||
var bannerFocusDataTop = template('bannerFocusDataTop', module.data); | |||
$("#bannerFocusTopContent").html(bannerFocusDataTop); | |||
new Swiper('#bannerFocusWrapTop', { | |||
paginationClickable: true, | |||
autoplay : 4000, | |||
loop:true | |||
}) | |||
} | |||
} | |||
//底部友情链接 | |||
module.bottomFriendsLinks = function (data) { | |||
if (data.code == 200) { | |||
@@ -1,10 +1,12 @@ | |||
/** | |||
* Created by Administrator on 2021/4/5. | |||
*/ | |||
define(['jquery', "template", "Tools", "user", "paging","cupload","kindeditor"], function ($, template, Tools ) { | |||
define(['jquery', "template", "Tools", "user", "paging","cupload","kindeditor", 'swiper'], function ($, template, Tools ) { | |||
//数据存储 | |||
var module = { | |||
data: { | |||
//焦点图数据 | |||
focusListTop: [], | |||
userInformationDetail:[], | |||
userSupplyInformationList:'', | |||
consultingInformationList:'', | |||
@@ -29,6 +31,8 @@ define(['jquery', "template", "Tools", "user", "paging","cupload","kindeditor"], | |||
}; | |||
var tools = new Tools(); | |||
module.init = function (page) { | |||
//获取焦点图信息 | |||
tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true); | |||
//底部友情链接 | |||
tools.doGet(friendsLinks, {}, module.bottomFriendsLinks, true); | |||
//用户资料 | |||
@@ -61,6 +65,22 @@ define(['jquery', "template", "Tools", "user", "paging","cupload","kindeditor"], | |||
}; | |||
//焦点图数据 | |||
module.focusNewsTop = function (data) { | |||
if (data.code == 200) { | |||
module.data.focusListTop = data.data; | |||
var bannerFocusDataTop = template('bannerFocusDataTop', module.data); | |||
$("#bannerFocusTopContent").html(bannerFocusDataTop); | |||
new Swiper('#bannerFocusWrapTop', { | |||
paginationClickable: true, | |||
autoplay : 4000, | |||
loop:true | |||
}) | |||
} | |||
} | |||
//主题图片切换 | |||
module.switchTheme = function(){ | |||
if(themeColor == 'red'){ | |||
@@ -66,8 +66,8 @@ define(['jquery', "Tools","user"], function ($, Tools) { | |||
module.login = function () { | |||
if (module.check()) { | |||
var data = {}; | |||
var usernameVal = $('#username').val(); | |||
var passwordVal = $('#password').val(); | |||
var usernameVal = tools.encrypt($('#username').val()); | |||
var passwordVal = tools.encrypt($('#password').val()); | |||
var codeVal = $('#code').val(); | |||
data['username'] = usernameVal; | |||
data['password'] = passwordVal; | |||
@@ -131,8 +131,6 @@ define(['jquery', "Tools","user"], function ($, Tools) { | |||
module.userMember = function(data){ | |||
if (data.code == 200) { | |||
var content = data.data; | |||
console.log(data) | |||
console.log(content.realname) | |||
tools.setCookie('userName', content.realname, 24 * 60 * 60); | |||
tools.setCookie('memberId', content.id, 24 * 60 * 60); | |||
tools.setCookie('idCardNum',content.idCardNum,24 * 60 * 60) | |||
@@ -19,17 +19,31 @@ | |||
<body> | |||
<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="/api{{value.picUrl}}" alt="" width="100%" height="auto"> | |||
</div> | |||
{{/each}} | |||
</script> | |||
<div class="swiper-wrapper" id="bannerFocusTopContent"></div> | |||
<!-- <div class="page-pagination"></div>--> | |||
</div> | |||
<!--顶部Title --> | |||
<div class="bg-f7 txc"> | |||
<div class="w-1200 topDress"> | |||
<p class="topTit fl">Hi,欢迎来到农村产权交易中心</p> | |||
<a href="../../index.html" class="topTit02 fr">返回主站</a> | |||
<!-- <div class="topTit02 fr" id="dress">--> | |||
<!-- <img src="../../static/images/icon3.png" alt="" class="fl"/>--> | |||
<!-- <p class="fl">威海市</p>--> | |||
<!-- <div class="clear"></div>--> | |||
<!-- </div>--> | |||
<div class="clear"></div> | |||
<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> | |||
<div class="dressPc" id="dressList" style="display: none;"> | |||
<ul> | |||
<li> | |||
@@ -54,24 +68,14 @@ | |||
</li> | |||
</ul> | |||
</div> | |||
</div> | |||
</div> | |||
<!--LOGO search --> | |||
<div class="logoSearch w-1200"> | |||
<div class="wid50 logoSearch-div fl"> | |||
<div class="logo" onclick="goIndex()"></div> | |||
<h1 class="fl" id="webConfigName" onclick="goIndex()"></h1> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="wid50 logoSearch-div fr"> | |||
<div class="searchDiv fl"> | |||
<input type="text" placeholder="请输入关键词搜索" class="searchClass" /> | |||
<input type="button" value="搜索" class="searchButton" /> | |||
<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: 21px" alt=""/> | |||
<img src="../../static/images/member.png" class="block fl m-r-10" style="margin-top: 21px" alt=""/> | |||
<a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a> | |||
<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.html" class="fl userName" id="userRealName">Sherry</a> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="headHover" id="headHover" style="display: none;"> | |||
@@ -106,10 +110,14 @@ | |||
</li> | |||
</ul> | |||
</div> | |||
<div class="fr" id="userLogin" style="display: none;"> | |||
<a href="../login/login.html">请登录</a> | |||
<a href="../login/register.html">免费注册</a> | |||
</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> | |||
<h1 class="fl" id="webConfigName" onclick="goIndex()"></h1> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="clear"></div> | |||
@@ -133,6 +141,8 @@ | |||
<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> | |||
</div> | |||
<div class="newList"> | |||
@@ -161,6 +171,32 @@ | |||
{{/each}} | |||
</script> | |||
<ul id="attestationInformationContent" style="display: none;"></ul> | |||
<!-- 招标公告 --> | |||
<script id="inviteTendersInformationData" type="text/html"> | |||
{{each inviteTendersInformationList 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="inviteTendersInformationContent" style="display: none;"></ul> | |||
<!-- 中标公告 --> | |||
<script id="winTheBiddingInformationData" type="text/html"> | |||
{{each winTheBiddingInformationList 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="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> | |||
@@ -170,6 +206,14 @@ | |||
<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"> | |||
@@ -16,17 +16,31 @@ | |||
<body> | |||
<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="/api{{value.picUrl}}" alt="" width="100%" height="auto"> | |||
</div> | |||
{{/each}} | |||
</script> | |||
<div class="swiper-wrapper" id="bannerFocusTopContent"></div> | |||
<!-- <div class="page-pagination"></div>--> | |||
</div> | |||
<!--顶部Title --> | |||
<div class="bg-f7 txc"> | |||
<div class="w-1200 topDress"> | |||
<p class="topTit fl">Hi,欢迎来到农村产权交易中心</p> | |||
<a href="../../index.html" class="topTit02 fr">返回主站</a> | |||
<!-- <div class="topTit02 fr" id="dress">--> | |||
<!-- <img src="../../static/images/icon3.png" alt="" class="fl"/>--> | |||
<!-- <p class="fl">威海市</p>--> | |||
<!-- <div class="clear"></div>--> | |||
<!-- </div>--> | |||
<div class="clear"></div> | |||
<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> | |||
<div class="dressPc" id="dressList" style="display: none;"> | |||
<ul> | |||
<li> | |||
@@ -51,24 +65,14 @@ | |||
</li> | |||
</ul> | |||
</div> | |||
</div> | |||
</div> | |||
<!--LOGO search --> | |||
<div class="logoSearch w-1200"> | |||
<div class="wid50 logoSearch-div fl"> | |||
<div class="logo" onclick="goIndex()"></div> | |||
<h1 class="fl" id="webConfigName" onclick="goIndex()"></h1> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="wid50 logoSearch-div fr"> | |||
<div class="searchDiv fl"> | |||
<input type="text" placeholder="请输入关键词搜索" class="searchClass" /> | |||
<input type="button" value="搜索" class="searchButton" /> | |||
<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: 21px" alt=""/> | |||
<img src="../../static/images/member.png" class="block fl m-r-10" style="margin-top: 21px" alt=""/> | |||
<a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a> | |||
<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.html" class="fl userName" id="userRealName">Sherry</a> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="headHover" id="headHover" style="display: none;"> | |||
@@ -103,10 +107,14 @@ | |||
</li> | |||
</ul> | |||
</div> | |||
<div class="fr" id="userLogin" style="display: none;"> | |||
<a href="../login/login.html">请登录</a> | |||
<a href="../login/register.html">免费注册</a> | |||
</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> | |||
<h1 class="fl" id="webConfigName" onclick="goIndex()"></h1> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="clear"></div> | |||
@@ -16,17 +16,31 @@ | |||
<body> | |||
<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="/api{{value.picUrl}}" alt="" width="100%" height="auto"> | |||
</div> | |||
{{/each}} | |||
</script> | |||
<div class="swiper-wrapper" id="bannerFocusTopContent"></div> | |||
<!-- <div class="page-pagination"></div>--> | |||
</div> | |||
<!--顶部Title --> | |||
<div class="bg-f7 txc"> | |||
<div class="w-1200 topDress"> | |||
<p class="topTit fl">Hi,欢迎来到农村产权交易中心</p> | |||
<a href="../../index.html" class="topTit02 fr">返回主站</a> | |||
<!-- <div class="topTit02 fr" id="dress">--> | |||
<!-- <img src="../../static/images/icon3.png" alt="" class="fl"/>--> | |||
<!-- <p class="fl">威海市</p>--> | |||
<!-- <div class="clear"></div>--> | |||
<!-- </div>--> | |||
<div class="clear"></div> | |||
<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> | |||
<div class="dressPc" id="dressList" style="display: none;"> | |||
<ul> | |||
<li> | |||
@@ -51,24 +65,14 @@ | |||
</li> | |||
</ul> | |||
</div> | |||
</div> | |||
</div> | |||
<!--LOGO search --> | |||
<div class="logoSearch w-1200"> | |||
<div class="wid50 logoSearch-div fl"> | |||
<div class="logo" onclick="goIndex()"></div> | |||
<h1 class="fl" id="webConfigName" onclick="goIndex()"></h1> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="wid50 logoSearch-div fr"> | |||
<div class="searchDiv fl"> | |||
<input type="text" placeholder="请输入关键词搜索" class="searchClass" /> | |||
<input type="button" value="搜索" class="searchButton" /> | |||
<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: 21px" alt=""/> | |||
<img src="../../static/images/member.png" class="block fl m-r-10" style="margin-top: 21px" alt=""/> | |||
<a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a> | |||
<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.html" class="fl userName" id="userRealName">Sherry</a> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="headHover" id="headHover" style="display: none;"> | |||
@@ -103,10 +107,14 @@ | |||
</li> | |||
</ul> | |||
</div> | |||
<div class="fr" id="userLogin" style="display: none;"> | |||
<a href="../login/login.html">请登录</a> | |||
<a href="../login/register.html">免费注册</a> | |||
</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> | |||
<h1 class="fl" id="webConfigName" onclick="goIndex()"></h1> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="clear"></div> | |||
@@ -16,17 +16,31 @@ | |||
<body> | |||
<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="/api{{value.picUrl}}" alt="" width="100%" height="auto"> | |||
</div> | |||
{{/each}} | |||
</script> | |||
<div class="swiper-wrapper" id="bannerFocusTopContent"></div> | |||
<!-- <div class="page-pagination"></div>--> | |||
</div> | |||
<!--顶部Title --> | |||
<div class="bg-f7 txc"> | |||
<div class="w-1200 topDress"> | |||
<p class="topTit fl">Hi,欢迎来到农村产权交易中心</p> | |||
<a href="../../index.html" class="topTit02 fr">返回主站</a> | |||
<!-- <div class="topTit02 fr" id="dress">--> | |||
<!-- <img src="../../static/images/icon3.png" alt="" class="fl"/>--> | |||
<!-- <p class="fl">威海市</p>--> | |||
<!-- <div class="clear"></div>--> | |||
<!-- </div>--> | |||
<div class="clear"></div> | |||
<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> | |||
<div class="dressPc" id="dressList" style="display: none;"> | |||
<ul> | |||
<li> | |||
@@ -51,24 +65,14 @@ | |||
</li> | |||
</ul> | |||
</div> | |||
</div> | |||
</div> | |||
<!--LOGO search --> | |||
<div class="logoSearch w-1200"> | |||
<div class="wid50 logoSearch-div fl"> | |||
<div class="logo" onclick="goIndex()"></div> | |||
<h1 class="fl" id="webConfigName" onclick="goIndex()"></h1> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="wid50 logoSearch-div fr"> | |||
<div class="searchDiv fl"> | |||
<input type="text" placeholder="请输入关键词搜索" class="searchClass" /> | |||
<input type="button" value="搜索" class="searchButton" /> | |||
<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: 21px" alt=""/> | |||
<img src="../../static/images/member.png" class="block fl m-r-10" style="margin-top: 21px" alt=""/> | |||
<a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a> | |||
<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.html" class="fl userName" id="userRealName">Sherry</a> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="headHover" id="headHover" style="display: none;"> | |||
@@ -103,10 +107,14 @@ | |||
</li> | |||
</ul> | |||
</div> | |||
<div class="fr" id="userLogin" style="display: none;"> | |||
<a href="../login/login.html">请登录</a> | |||
<a href="../login/register.html">免费注册</a> | |||
</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> | |||
<h1 class="fl" id="webConfigName" onclick="goIndex()"></h1> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="clear"></div> | |||
@@ -19,17 +19,31 @@ | |||
<body> | |||
<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="/api{{value.picUrl}}" alt="" width="100%" height="auto"> | |||
</div> | |||
{{/each}} | |||
</script> | |||
<div class="swiper-wrapper" id="bannerFocusTopContent"></div> | |||
<!-- <div class="page-pagination"></div>--> | |||
</div> | |||
<!--顶部Title --> | |||
<div class="bg-f7 txc"> | |||
<div class="w-1200 topDress"> | |||
<p class="topTit fl">Hi,欢迎来到农村产权交易中心</p> | |||
<a href="../../index.html" class="topTit02 fr">返回主站</a> | |||
<!-- <div class="topTit02 fr" id="dress">--> | |||
<!-- <img src="../../static/images/icon3.png" alt="" class="fl"/>--> | |||
<!-- <p class="fl">威海市</p>--> | |||
<!-- <div class="clear"></div>--> | |||
<!-- </div>--> | |||
<div class="clear"></div> | |||
<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> | |||
<div class="dressPc" id="dressList" style="display: none;"> | |||
<ul> | |||
<li> | |||
@@ -54,24 +68,14 @@ | |||
</li> | |||
</ul> | |||
</div> | |||
</div> | |||
</div> | |||
<!--LOGO search --> | |||
<div class="logoSearch w-1200"> | |||
<div class="wid50 logoSearch-div fl"> | |||
<div class="logo" onclick="goIndex()"></div> | |||
<h1 class="fl" id="webConfigName" onclick="goIndex()"></h1> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="wid50 logoSearch-div fr"> | |||
<div class="searchDiv fl"> | |||
<input type="text" placeholder="请输入关键词搜索" class="searchClass" /> | |||
<input type="button" value="搜索" class="searchButton" /> | |||
<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: 21px" alt=""/> | |||
<img src="../../static/images/member.png" class="block fl m-r-10" style="margin-top: 21px" alt=""/> | |||
<a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a> | |||
<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.html" class="fl userName" id="userRealName">Sherry</a> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="headHover" id="headHover" style="display: none;"> | |||
@@ -106,10 +110,14 @@ | |||
</li> | |||
</ul> | |||
</div> | |||
<div class="fr" id="userLogin" style="display: none;"> | |||
<a href="../login/login.html">请登录</a> | |||
<a href="../login/register.html">免费注册</a> | |||
</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> | |||
<h1 class="fl" id="webConfigName" onclick="goIndex()"></h1> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="clear"></div> | |||
@@ -17,17 +17,31 @@ | |||
<body> | |||
<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="/api{{value.picUrl}}" alt="" width="100%" height="auto"> | |||
</div> | |||
{{/each}} | |||
</script> | |||
<div class="swiper-wrapper" id="bannerFocusTopContent"></div> | |||
<!-- <div class="page-pagination"></div>--> | |||
</div> | |||
<!--顶部Title --> | |||
<div class="bg-f7 txc"> | |||
<div class="w-1200 topDress"> | |||
<p class="topTit fl">Hi,欢迎来到农村产权交易中心</p> | |||
<a href="../../index.html" class="topTit02 fr">返回主站</a> | |||
<!-- <div class="topTit02 fr" id="dress">--> | |||
<!-- <img src="../../static/images/icon3.png" alt="" class="fl"/>--> | |||
<!-- <p class="fl">威海市</p>--> | |||
<!-- <div class="clear"></div>--> | |||
<!-- </div>--> | |||
<div class="clear"></div> | |||
<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> | |||
<div class="dressPc" id="dressList" style="display: none;"> | |||
<ul> | |||
<li> | |||
@@ -52,24 +66,14 @@ | |||
</li> | |||
</ul> | |||
</div> | |||
</div> | |||
</div> | |||
<!--LOGO search --> | |||
<div class="logoSearch w-1200"> | |||
<div class="wid50 logoSearch-div fl"> | |||
<div class="logo" onclick="goIndex()"></div> | |||
<h1 class="fl" id="webConfigName" onclick="goIndex()"></h1> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="wid50 logoSearch-div fr"> | |||
<div class="searchDiv fl"> | |||
<input type="text" placeholder="请输入关键词搜索" class="searchClass" /> | |||
<input type="button" value="搜索" class="searchButton" /> | |||
<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: 21px" alt=""/> | |||
<img src="../../static/images/member.png" class="block fl m-r-10" style="margin-top: 21px" alt=""/> | |||
<a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a> | |||
<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.html" class="fl userName" id="userRealName">Sherry</a> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="headHover" id="headHover" style="display: none;"> | |||
@@ -104,10 +108,14 @@ | |||
</li> | |||
</ul> | |||
</div> | |||
<div class="fr" id="userLogin" style="display: none;"> | |||
<a href="../login/login.html">请登录</a> | |||
<a href="../login/register.html">免费注册</a> | |||
</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> | |||
<h1 class="fl" id="webConfigName" onclick="goIndex()"></h1> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="clear"></div> | |||
@@ -17,17 +17,31 @@ | |||
<body> | |||
<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="/api{{value.picUrl}}" alt="" width="100%" height="auto"> | |||
</div> | |||
{{/each}} | |||
</script> | |||
<div class="swiper-wrapper" id="bannerFocusTopContent"></div> | |||
<!-- <div class="page-pagination"></div>--> | |||
</div> | |||
<!--顶部Title --> | |||
<div class="bg-f7 txc"> | |||
<div class="w-1200 topDress"> | |||
<p class="topTit fl">Hi,欢迎来到农村产权交易中心</p> | |||
<a href="../../index.html" class="topTit02 fr">返回主站</a> | |||
<!-- <div class="topTit02 fr" id="dress">--> | |||
<!-- <img src="../../static/images/icon3.png" alt="" class="fl"/>--> | |||
<!-- <p class="fl">威海市</p>--> | |||
<!-- <div class="clear"></div>--> | |||
<!-- </div>--> | |||
<div class="clear"></div> | |||
<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> | |||
<div class="dressPc" id="dressList" style="display: none;"> | |||
<ul> | |||
<li> | |||
@@ -52,24 +66,14 @@ | |||
</li> | |||
</ul> | |||
</div> | |||
</div> | |||
</div> | |||
<!--LOGO search --> | |||
<div class="logoSearch w-1200"> | |||
<div class="wid50 logoSearch-div fl"> | |||
<div class="logo" onclick="goIndex()"></div> | |||
<h1 class="fl" id="webConfigName" onclick="goIndex()"></h1> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="wid50 logoSearch-div fr"> | |||
<div class="searchDiv fl"> | |||
<input type="text" placeholder="请输入关键词搜索" class="searchClass" /> | |||
<input type="button" value="搜索" class="searchButton" /> | |||
<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: 21px" alt=""/> | |||
<img src="../../static/images/member.png" class="block fl m-r-10" style="margin-top: 21px" alt=""/> | |||
<a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a> | |||
<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.html" class="fl userName" id="userRealName">Sherry</a> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="headHover" id="headHover" style="display: none;"> | |||
@@ -104,14 +108,19 @@ | |||
</li> | |||
</ul> | |||
</div> | |||
<div class="fr" id="userLogin" style="display: none;"> | |||
<a href="../login/login.html">请登录</a> | |||
<a href="../login/register.html">免费注册</a> | |||
</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> | |||
<h1 class="fl" id="webConfigName" onclick="goIndex()"></h1> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="clear"></div> | |||
</div> | |||
<!--顶部导航栏 --> | |||
<div class="top"> | |||
<ul class="container w-1200"> | |||
@@ -17,17 +17,31 @@ | |||
<body> | |||
<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="/api{{value.picUrl}}" alt="" width="100%" height="auto"> | |||
</div> | |||
{{/each}} | |||
</script> | |||
<div class="swiper-wrapper" id="bannerFocusTopContent"></div> | |||
<!-- <div class="page-pagination"></div>--> | |||
</div> | |||
<!--顶部Title --> | |||
<div class="bg-f7 txc"> | |||
<div class="w-1200 topDress"> | |||
<p class="topTit fl">Hi,欢迎来到农村产权交易中心</p> | |||
<a href="../../index.html" class="topTit02 fr">返回主站</a> | |||
<!-- <div class="topTit02 fr" id="dress">--> | |||
<!-- <img src="../../static/images/icon3.png" alt="" class="fl"/>--> | |||
<!-- <p class="fl">威海市</p>--> | |||
<!-- <div class="clear"></div>--> | |||
<!-- </div>--> | |||
<div class="clear"></div> | |||
<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> | |||
<div class="dressPc" id="dressList" style="display: none;"> | |||
<ul> | |||
<li> | |||
@@ -52,24 +66,14 @@ | |||
</li> | |||
</ul> | |||
</div> | |||
</div> | |||
</div> | |||
<!--LOGO search --> | |||
<div class="logoSearch w-1200"> | |||
<div class="wid50 logoSearch-div fl"> | |||
<div class="logo" onclick="goIndex()"></div> | |||
<h1 class="fl" id="webConfigName" onclick="goIndex()"></h1> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="wid50 logoSearch-div fr"> | |||
<div class="searchDiv fl"> | |||
<input type="text" placeholder="请输入关键词搜索" class="searchClass" /> | |||
<input type="button" value="搜索" class="searchButton" /> | |||
<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: 21px" alt=""/> | |||
<img src="../../static/images/member.png" class="block fl m-r-10" style="margin-top: 21px" alt=""/> | |||
<a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a> | |||
<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.html" class="fl userName" id="userRealName">Sherry</a> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="headHover" id="headHover" style="display: none;"> | |||
@@ -104,10 +108,14 @@ | |||
</li> | |||
</ul> | |||
</div> | |||
<div class="fr" id="userLogin" style="display: none;"> | |||
<a href="../login/login.html">请登录</a> | |||
<a href="../login/register.html">免费注册</a> | |||
</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> | |||
<h1 class="fl" id="webConfigName" onclick="goIndex()"></h1> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="clear"></div> | |||
@@ -16,17 +16,31 @@ | |||
<body> | |||
<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="/api{{value.picUrl}}" alt="" width="100%" height="auto"> | |||
</div> | |||
{{/each}} | |||
</script> | |||
<div class="swiper-wrapper" id="bannerFocusTopContent"></div> | |||
<!-- <div class="page-pagination"></div>--> | |||
</div> | |||
<!--顶部Title --> | |||
<div class="bg-f7 txc"> | |||
<div class="w-1200 topDress"> | |||
<p class="topTit fl">Hi,欢迎来到农村产权交易中心</p> | |||
<a href="../../index.html" class="topTit02 fr">返回主站</a> | |||
<!-- <div class="topTit02 fr" id="dress">--> | |||
<!-- <img src="../../static/images/icon3.png" alt="" class="fl"/>--> | |||
<!-- <p class="fl">威海市</p>--> | |||
<!-- <div class="clear"></div>--> | |||
<!-- </div>--> | |||
<div class="clear"></div> | |||
<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> | |||
<div class="dressPc" id="dressList" style="display: none;"> | |||
<ul> | |||
<li> | |||
@@ -51,24 +65,14 @@ | |||
</li> | |||
</ul> | |||
</div> | |||
</div> | |||
</div> | |||
<!--LOGO search --> | |||
<div class="logoSearch w-1200"> | |||
<div class="wid50 logoSearch-div fl"> | |||
<div class="logo" onclick="goIndex()"></div> | |||
<h1 class="fl" id="webConfigName" onclick="goIndex()"></h1> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="wid50 logoSearch-div fr"> | |||
<div class="searchDiv fl"> | |||
<input type="text" placeholder="请输入关键词搜索" class="searchClass" /> | |||
<input type="button" value="搜索" class="searchButton" /> | |||
<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: 21px" alt=""/> | |||
<img src="../../static/images/member.png" class="block fl m-r-10" style="margin-top: 21px" alt=""/> | |||
<a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a> | |||
<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.html" class="fl userName" id="userRealName">Sherry</a> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="headHover" id="headHover" style="display: none;"> | |||
@@ -103,10 +107,14 @@ | |||
</li> | |||
</ul> | |||
</div> | |||
<div class="fr" id="userLogin" style="display: none;"> | |||
<a href="../login/login.html">请登录</a> | |||
<a href="../login/register.html">免费注册</a> | |||
</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> | |||
<h1 class="fl" id="webConfigName" onclick="goIndex()"></h1> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="clear"></div> | |||
@@ -22,17 +22,31 @@ | |||
<body> | |||
<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="/api{{value.picUrl}}" alt="" width="100%" height="auto"> | |||
</div> | |||
{{/each}} | |||
</script> | |||
<div class="swiper-wrapper" id="bannerFocusTopContent"></div> | |||
<!-- <div class="page-pagination"></div>--> | |||
</div> | |||
<!--顶部Title --> | |||
<div class="bg-f7 txc"> | |||
<div class="w-1200 topDress"> | |||
<p class="topTit fl">Hi,欢迎来到农村产权交易中心</p> | |||
<a href="../../index.html" class="topTit02 fr">返回主站</a> | |||
<!-- <div class="topTit02 fr" id="dress">--> | |||
<!-- <img src="../../static/images/icon3.png" alt="" class="fl"/>--> | |||
<!-- <p class="fl">威海市</p>--> | |||
<!-- <div class="clear"></div>--> | |||
<!-- </div>--> | |||
<div class="clear"></div> | |||
<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> | |||
<div class="dressPc" id="dressList" style="display: none;"> | |||
<ul> | |||
<li> | |||
@@ -57,24 +71,14 @@ | |||
</li> | |||
</ul> | |||
</div> | |||
</div> | |||
</div> | |||
<!--LOGO search --> | |||
<div class="logoSearch w-1200"> | |||
<div class="wid50 logoSearch-div fl"> | |||
<div class="logo" onclick="goIndex()"></div> | |||
<h1 class="fl" id="webConfigName" onclick="goIndex()"></h1> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="wid50 logoSearch-div fr"> | |||
<div class="searchDiv fl"> | |||
<input type="text" placeholder="请输入关键词搜索" class="searchClass"/> | |||
<input type="button" value="搜索" class="searchButton"/> | |||
<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: 21px" alt=""/> | |||
<img src="../../static/images/member.png" class="block fl m-r-10" style="margin-top: 21px" alt=""/> | |||
<a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a> | |||
<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.html" class="fl userName" id="userRealName">Sherry</a> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="headHover" id="headHover" style="display: none;"> | |||
@@ -109,10 +113,14 @@ | |||
</li> | |||
</ul> | |||
</div> | |||
<div class="fr" id="userLogin" style="display: none;"> | |||
<a href="../login/login.html">请登录</a> | |||
<a href="../login/register.html">免费注册</a> | |||
</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> | |||
<h1 class="fl" id="webConfigName" onclick="goIndex()"></h1> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="clear"></div> | |||
@@ -15,21 +15,37 @@ | |||
<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"> | |||
<div class="swiper-container" id="bannerFocusWrapTop"> | |||
<script id="bannerFocusDataTop" type="text/html"> | |||
{{each focusListTop as value i}} | |||
<div class="swiper-slide"> | |||
<img src="/api{{value.picUrl}}" alt="" width="100%" height="auto"> | |||
</div> | |||
{{/each}} | |||
</script> | |||
<div class="swiper-wrapper" id="bannerFocusTopContent"></div> | |||
<!-- <div class="page-pagination"></div>--> | |||
</div> | |||
<!--顶部Title --> | |||
<div class="bg-f7 txc"> | |||
<div class="w-1200 topDress"> | |||
<p class="topTit fl">Hi,欢迎来到农村产权交易中心</p> | |||
<a href="../../index.html" class="topTit02 fr">返回主站</a> | |||
<!-- <div class="topTit02 fr" id="dress">--> | |||
<!-- <img src="../../static/images/icon3.png" alt="" class="fl"/>--> | |||
<!-- <p class="fl">威海市</p>--> | |||
<!-- <div class="clear"></div>--> | |||
<!-- </div>--> | |||
<div class="clear"></div> | |||
<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> | |||
<div class="dressPc" id="dressList" style="display: none;"> | |||
<ul> | |||
<li> | |||
@@ -54,24 +70,14 @@ | |||
</li> | |||
</ul> | |||
</div> | |||
</div> | |||
</div> | |||
<!--LOGO search --> | |||
<div class="logoSearch w-1200"> | |||
<div class="wid50 logoSearch-div fl"> | |||
<div class="logo" onclick="goIndex()"></div> | |||
<h1 class="fl" id="webConfigName" onclick="goIndex()"></h1> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="wid50 logoSearch-div fr"> | |||
<div class="searchDiv fl"> | |||
<input type="text" placeholder="请输入关键词搜索" class="searchClass" /> | |||
<input type="button" value="搜索" class="searchButton" /> | |||
<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: 21px" alt=""/> | |||
<img src="../../static/images/member.png" class="block fl m-r-10" style="margin-top: 21px" alt=""/> | |||
<a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a> | |||
<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.html" class="fl userName" id="userRealName">Sherry</a> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="headHover" id="headHover" style="display: none;"> | |||
@@ -106,10 +112,14 @@ | |||
</li> | |||
</ul> | |||
</div> | |||
<div class="fr" id="userLogin" style="display: none;"> | |||
<a href="../login/login.html">请登录</a> | |||
<a href="../login/register.html">免费注册</a> | |||
</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> | |||
<h1 class="fl" id="webConfigName" onclick="goIndex()"></h1> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="clear"></div> | |||
@@ -129,6 +139,12 @@ | |||
</ul> | |||
</div> | |||
<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"> | |||
<table border="1" bordercolor="#E4E4E4" cellspacing="0" cellpadding="0"> | |||
<tr class="auction_tr"> | |||
@@ -157,6 +173,7 @@ | |||
{{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> | |||
@@ -173,7 +190,7 @@ | |||
</div> | |||
</td> | |||
</tr> | |||
<tr class="auction_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" | |||
@@ -192,7 +209,7 @@ | |||
</td> | |||
</tr> | |||
<tr class="auction_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"> | |||
@@ -206,7 +223,7 @@ | |||
<!-- <div class="input_data_btn" onclick="sign_query()">查询</div> --> | |||
</td> | |||
</tr> | |||
<tr class="auction_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"> | |||
@@ -222,7 +239,7 @@ | |||
</tr> | |||
</table> | |||
</div> | |||
<div class="centerLeft"> | |||
<div id="gyxm" class="centerLeft"> | |||
<div class="centerLeft-center"> | |||
<table width="100%" class="tableHead" style="table-layout: fixed;" > | |||
<tr> | |||
@@ -237,7 +254,7 @@ | |||
<div class="tableList"> | |||
<script id="ItemsInformationData" type="text/html"> | |||
{{each itemsInformationList as value i}} | |||
<tr> | |||
<tr onclick="goDetail({{value.id}})"> | |||
<td title="{{value.projectName}}" style="text-align: left;"> | |||
{{if value.projectShowStatus == '已经成交'}} | |||
<span style="background: #d7d7d7;color: #626262"> | |||
@@ -270,6 +287,37 @@ | |||
</div> | |||
</div> | |||
</div> | |||
<div id="xqxm" 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="ItemsInformationData1" type="text/html"> | |||
{{each itemsInformationList1 as value i}} | |||
<tr onclick="goDetail({{value.id}})"> | |||
<td 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> | |||
@@ -16,17 +16,31 @@ | |||
<body> | |||
<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="/api{{value.picUrl}}" alt="" width="100%" height="auto"> | |||
</div> | |||
{{/each}} | |||
</script> | |||
<div class="swiper-wrapper" id="bannerFocusTopContent"></div> | |||
<!-- <div class="page-pagination"></div>--> | |||
</div> | |||
<!--顶部Title --> | |||
<div class="bg-f7 txc"> | |||
<div class="w-1200 topDress"> | |||
<p class="topTit fl">Hi,欢迎来到农村产权交易中心</p> | |||
<a href="../../index.html" class="topTit02 fr">返回主站</a> | |||
<!-- <div class="topTit02 fr" id="dress">--> | |||
<!-- <img src="../../static/images/icon3.png" alt="" class="fl"/>--> | |||
<!-- <p class="fl">威海市</p>--> | |||
<!-- <div class="clear"></div>--> | |||
<!-- </div>--> | |||
<div class="clear"></div> | |||
<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> | |||
<div class="dressPc" id="dressList" style="display: none;"> | |||
<ul> | |||
<li> | |||
@@ -51,24 +65,14 @@ | |||
</li> | |||
</ul> | |||
</div> | |||
</div> | |||
</div> | |||
<!--LOGO search --> | |||
<div class="logoSearch w-1200"> | |||
<div class="wid50 logoSearch-div fl"> | |||
<div class="logo" onclick="goIndex()"></div> | |||
<h1 class="fl" id="webConfigName" onclick="goIndex()"></h1> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="wid50 logoSearch-div fr"> | |||
<div class="searchDiv fl"> | |||
<input type="text" placeholder="请输入关键词搜索" class="searchClass" /> | |||
<input type="button" value="搜索" class="searchButton" /> | |||
<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: 21px" alt=""/> | |||
<img src="../../static/images/member.png" class="block fl m-r-10" style="margin-top: 21px" alt=""/> | |||
<a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a> | |||
<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.html" class="fl userName" id="userRealName">Sherry</a> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="headHover" id="headHover" style="display: none;"> | |||
@@ -103,10 +107,14 @@ | |||
</li> | |||
</ul> | |||
</div> | |||
<div class="fr" id="userLogin" style="display: none;"> | |||
<a href="../login/login.html">请登录</a> | |||
<a href="../login/register.html">免费注册</a> | |||
</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> | |||
<h1 class="fl" id="webConfigName" onclick="goIndex()"></h1> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="clear"></div> | |||
@@ -17,17 +17,31 @@ | |||
<body> | |||
<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="/api{{value.picUrl}}" alt="" width="100%" height="auto"> | |||
</div> | |||
{{/each}} | |||
</script> | |||
<div class="swiper-wrapper" id="bannerFocusTopContent"></div> | |||
<!-- <div class="page-pagination"></div>--> | |||
</div> | |||
<!--顶部Title --> | |||
<div class="bg-f7 txc"> | |||
<div class="w-1200 topDress"> | |||
<p class="topTit fl">Hi,欢迎来到农村产权交易中心</p> | |||
<a href="../../index.html" class="topTit02 fr">返回主站</a> | |||
<!-- <div class="topTit02 fr" id="dress">--> | |||
<!-- <img src="../../static/images/icon3.png" alt="" class="fl"/>--> | |||
<!-- <p class="fl">威海市</p>--> | |||
<!-- <div class="clear"></div>--> | |||
<!-- </div>--> | |||
<div class="clear"></div> | |||
<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> | |||
<div class="dressPc" id="dressList" style="display: none;"> | |||
<ul> | |||
<li> | |||
@@ -52,24 +66,14 @@ | |||
</li> | |||
</ul> | |||
</div> | |||
</div> | |||
</div> | |||
<!--LOGO search --> | |||
<div class="logoSearch w-1200"> | |||
<div class="wid50 logoSearch-div fl"> | |||
<div class="logo" onclick="goIndex()"></div> | |||
<h1 class="fl" id="webConfigName" onclick="goIndex()"></h1> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="wid50 logoSearch-div fr"> | |||
<div class="searchDiv fl"> | |||
<input type="text" placeholder="请输入关键词搜索" class="searchClass" /> | |||
<input type="button" value="搜索" class="searchButton" /> | |||
<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: 21px" alt=""/> | |||
<img src="../../static/images/member.png" class="block fl m-r-10" style="margin-top: 21px" alt=""/> | |||
<a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a> | |||
<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.html" class="fl userName" id="userRealName">Sherry</a> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="headHover" id="headHover" style="display: none;"> | |||
@@ -104,10 +108,14 @@ | |||
</li> | |||
</ul> | |||
</div> | |||
<div class="fr" id="userLogin" style="display: none;"> | |||
<a href="../login/login.html">请登录</a> | |||
<a href="../login/register.html">免费注册</a> | |||
</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> | |||
<h1 class="fl" id="webConfigName" onclick="goIndex()"></h1> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="clear"></div> | |||
@@ -19,17 +19,31 @@ | |||
<body> | |||
<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="/api{{value.picUrl}}" alt="" width="100%" height="auto"> | |||
</div> | |||
{{/each}} | |||
</script> | |||
<div class="swiper-wrapper" id="bannerFocusTopContent"></div> | |||
<!-- <div class="page-pagination"></div>--> | |||
</div> | |||
<!--顶部Title --> | |||
<div class="bg-f7 txc"> | |||
<div class="w-1200 topDress"> | |||
<p class="topTit fl">Hi,欢迎来到农村产权交易中心</p> | |||
<a href="../../index.html" class="topTit02 fr">返回主站</a> | |||
<!-- <div class="topTit02 fr" id="dress">--> | |||
<!-- <img src="../../static/images/icon3.png" alt="" class="fl"/>--> | |||
<!-- <p class="fl">威海市</p>--> | |||
<!-- <div class="clear"></div>--> | |||
<!-- </div>--> | |||
<div class="clear"></div> | |||
<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> | |||
<div class="dressPc" id="dressList" style="display: none;"> | |||
<ul> | |||
<li> | |||
@@ -54,24 +68,14 @@ | |||
</li> | |||
</ul> | |||
</div> | |||
</div> | |||
</div> | |||
<!--LOGO search --> | |||
<div class="logoSearch w-1200"> | |||
<div class="wid50 logoSearch-div fl"> | |||
<div class="logo" onclick="goIndex()"></div> | |||
<h1 class="fl" id="webConfigName" onclick="goIndex()"></h1> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="wid50 logoSearch-div fr"> | |||
<div class="searchDiv fl"> | |||
<input type="text" placeholder="请输入关键词搜索" class="searchClass" /> | |||
<input type="button" value="搜索" class="searchButton" /> | |||
<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: 21px" alt=""/> | |||
<img src="../../static/images/member.png" class="block fl m-r-10" style="margin-top: 21px" alt=""/> | |||
<a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a> | |||
<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.html" class="fl userName" id="userRealName">Sherry</a> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="headHover" id="headHover" style="display: none;"> | |||
@@ -106,10 +110,14 @@ | |||
</li> | |||
</ul> | |||
</div> | |||
<div class="fr" id="userLogin" style="display: none;"> | |||
<a href="../login/login.html">请登录</a> | |||
<a href="../login/register.html">免费注册</a> | |||
</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> | |||
<h1 class="fl" id="webConfigName" onclick="goIndex()"></h1> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="clear"></div> | |||
@@ -16,17 +16,31 @@ | |||
<body> | |||
<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="/api{{value.picUrl}}" alt="" width="100%" height="auto"> | |||
</div> | |||
{{/each}} | |||
</script> | |||
<div class="swiper-wrapper" id="bannerFocusTopContent"></div> | |||
<!-- <div class="page-pagination"></div>--> | |||
</div> | |||
<!--顶部Title --> | |||
<div class="bg-f7 txc"> | |||
<div class="w-1200 topDress"> | |||
<p class="topTit fl">Hi,欢迎来到农村产权交易中心</p> | |||
<a href="../../index.html" class="topTit02 fr">返回主站</a> | |||
<!-- <div class="topTit02 fr" id="dress">--> | |||
<!-- <img src="../../static/images/icon3.png" alt="" class="fl"/>--> | |||
<!-- <p class="fl">威海市</p>--> | |||
<!-- <div class="clear"></div>--> | |||
<!-- </div>--> | |||
<div class="clear"></div> | |||
<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> | |||
<div class="dressPc" id="dressList" style="display: none;"> | |||
<ul> | |||
<li> | |||
@@ -51,24 +65,14 @@ | |||
</li> | |||
</ul> | |||
</div> | |||
</div> | |||
</div> | |||
<!--LOGO search --> | |||
<div class="logoSearch w-1200"> | |||
<div class="wid50 logoSearch-div fl"> | |||
<div class="logo" onclick="goIndex()"></div> | |||
<h1 class="fl" id="webConfigName" onclick="goIndex()"></h1> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="wid50 logoSearch-div fr"> | |||
<div class="searchDiv fl"> | |||
<input type="text" placeholder="请输入关键词搜索" class="searchClass" /> | |||
<input type="button" value="搜索" class="searchButton" /> | |||
<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: 21px" alt=""/> | |||
<img src="../../static/images/member.png" class="block fl m-r-10" style="margin-top: 21px" alt=""/> | |||
<a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a> | |||
<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.html" class="fl userName" id="userRealName">Sherry</a> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="headHover" id="headHover" style="display: none;"> | |||
@@ -103,10 +107,14 @@ | |||
</li> | |||
</ul> | |||
</div> | |||
<div class="fr" id="userLogin" style="display: none;"> | |||
<a href="../login/login.html">请登录</a> | |||
<a href="../login/register.html">免费注册</a> | |||
</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> | |||
<h1 class="fl" id="webConfigName" onclick="goIndex()"></h1> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="clear"></div> | |||
@@ -19,17 +19,31 @@ | |||
<body> | |||
<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="/api{{value.picUrl}}" alt="" width="100%" height="auto"> | |||
</div> | |||
{{/each}} | |||
</script> | |||
<div class="swiper-wrapper" id="bannerFocusTopContent"></div> | |||
<!-- <div class="page-pagination"></div>--> | |||
</div> | |||
<!--顶部Title --> | |||
<div class="bg-f7 txc"> | |||
<div class="w-1200 topDress"> | |||
<p class="topTit fl">Hi,欢迎来到农村产权交易中心</p> | |||
<a href="../../index.html" class="topTit02 fr">返回主站</a> | |||
<!-- <div class="topTit02 fr" id="dress">--> | |||
<!-- <img src="../../static/images/icon3.png" alt="" class="fl"/>--> | |||
<!-- <p class="fl">威海市</p>--> | |||
<!-- <div class="clear"></div>--> | |||
<!-- </div>--> | |||
<div class="clear"></div> | |||
<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> | |||
<div class="dressPc" id="dressList" style="display: none;"> | |||
<ul> | |||
<li> | |||
@@ -54,24 +68,14 @@ | |||
</li> | |||
</ul> | |||
</div> | |||
</div> | |||
</div> | |||
<!--LOGO search --> | |||
<div class="logoSearch w-1200"> | |||
<div class="wid50 logoSearch-div fl"> | |||
<div class="logo" onclick="goIndex()"></div> | |||
<h1 class="fl" id="webConfigName" onclick="goIndex()"></h1> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="wid50 logoSearch-div fr"> | |||
<div class="searchDiv fl"> | |||
<input type="text" placeholder="请输入关键词搜索" class="searchClass" /> | |||
<input type="button" value="搜索" class="searchButton" /> | |||
<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: 21px" alt=""/> | |||
<img src="../../static/images/member.png" class="block fl m-r-10" style="margin-top: 21px" alt=""/> | |||
<a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a> | |||
<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.html" class="fl userName" id="userRealName">Sherry</a> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="headHover" id="headHover" style="display: none;"> | |||
@@ -106,14 +110,19 @@ | |||
</li> | |||
</ul> | |||
</div> | |||
<div class="fr" id="userLogin" style="display: none;"> | |||
<a href="../login/login.html">请登录</a> | |||
<a href="../login/register.html">免费注册</a> | |||
</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> | |||
<h1 class="fl" id="webConfigName" onclick="goIndex()"></h1> | |||
<div class="clear"></div> | |||
</div> | |||
<div class="clear"></div> | |||
</div> | |||
<!--顶部导航栏 --> | |||
<div class="top"> | |||
<ul class="container w-1200"> | |||