Quellcode durchsuchen

产权交易

RongCheng
庞东旭 vor 2 Jahren
Ursprung
Commit
bf487a6ab9
4 geänderte Dateien mit 312 neuen und 355 gelöschten Zeilen
  1. +191
    -272
      index.html
  2. +69
    -13
      static/css/index.css
  3. +5
    -5
      static/js/project/index.js
  4. +47
    -65
      view/listingItems/itemsList.html

+ 191
- 272
index.html Datei anzeigen

@@ -18,7 +18,7 @@
<!--顶部Title -->
<div class="bg-f7 txc">
<div class="w-1200 topDress">
<p class="topTit fl">Hi,欢迎来到农村产权交易中心123</p>
<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"/>-->
@@ -182,7 +182,7 @@
<!--内容 -->
<div class="m-t-35 center">
<!--挂牌项目 -->
<div class="w-800 centerLeft fl">
<div class="centerLeft">
<div class="centerLeft-top container">
<p class="centerLeft-top-tit01">
<span>挂牌</span>项目
@@ -203,293 +203,210 @@
<span class="m-r-20">四荒地</span>
<span onclick="goListing()">更多></span>
</p>
<script id="landListData" type="text/html">
{{each landListList as value i}}
<div class="centerLeft-center-middle" onclick="goDetail({{value.id}})" style="cursor: pointer;">
<!-- 项目<br />公示-->
{{if value.projectShowStatus == '已经成交'}}
<p class="centerLeft-center-lable" style="background: #d7d7d7;color: #626262">
{{/if}}
{{if value.projectShowStatus == '项目公示'}}
<p class="centerLeft-center-lable" style="background: #007b76">
{{/if}}
{{if value.projectShowStatus == '正在报名'}}
<p class="centerLeft-center-lable" style="background: #e8041f">
{{/if}}
{{if value.projectShowStatus == '等待竞价' || value.projectShowStatus == '等待成交'}}
<p class="centerLeft-center-lable" style="background: #e7851c">
{{/if}}
{{if value.projectShowStatus == '正在竞价'}}
<p class="centerLeft-center-lable" style="background: #1c58bb">
{{/if}}
{{# value.projectShowStatus.slice(0,2)+'<br/>'+value.projectShowStatus.slice(2)}}
</p>
{{if value.fileUrl == null}}
<img src="/static/images/zwtp.jpg" alt="" width="100%" height="152px"/>
{{else}}
<img src="{{serverApi}}{{value.fileUrl}}" alt="" width="100%" height="152px"/>
{{/if}}
<div>
<p class="centerLeft-center-middle-tit01">
<span>{{# value.rollout}}</span>{{# value.projectName}}
</p>
<ul class="centerLeft-center-middle-ul">
<li>
<p>
<span>挂牌价格</span>
<i>{{# value.price}}</i>{{# value.unit}}
</p>
</li>
<li>
<p>
<span>转<i></i>出<i></i>方</span>
{{# value.outName}}
</p>
</li>
<li>
<p>
<span>报名结束</span>
{{# value.signupStopTime}}
</p>
</li>
<li>
<p>
<span>竞价结束</span>
{{# value.biddingStopTime}}
</p>
</li>
</ul>
</div>
<div class="centerLeft-center-bottom container">
<p>{{# value.locationName}}</p>
<p>{{# value.projectReleaseTime}}</p>
<div class="clear"></div>
</div>
</div>
{{/each}}
</script>
<div class="container" id="landListContent"></div>
<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>
<script id="collectiveAssetsData" type="text/html">
{{each collectiveAssetsList as value i}}
<div class="centerLeft-center-middle" onclick="goDetail({{value.id}})" style="cursor: pointer;">
<!-- 项目<br />公示-->
{{if value.projectShowStatus == '已经成交'}}
<p class="centerLeft-center-lable" style="background: #d7d7d7;color: #626262">
{{# value.projectShowStatus.slice(0,2)+'<br/>'+value.projectShowStatus.slice(2)}}
</p>
{{/if}}
{{if value.projectShowStatus == '项目公示'}}
<p class="centerLeft-center-lable" style="background: #007b76">
{{# value.projectShowStatus.slice(0,2)+'<br/>'+value.projectShowStatus.slice(2)}}
</p>
{{/if}}
{{if value.projectShowStatus == '正在报名'}}
<p class="centerLeft-center-lable" style="background: #e8041f">
{{# value.projectShowStatus.slice(0,2)+'<br/>'+value.projectShowStatus.slice(2)}}
</p>
{{/if}}
{{if value.projectShowStatus == '等待竞价' || value.projectShowStatus == '等待成交'}}
<p class="centerLeft-center-lable" style="background: #e7851c">
{{# value.projectShowStatus.slice(0,2)+'<br/>'+value.projectShowStatus.slice(2)}}
</p>
{{/if}}
{{if value.projectShowStatus == '正在竞价'}}
<p class="centerLeft-center-lable" style="background: #1c58bb">
{{# value.projectShowStatus.slice(0,2)+'<br/>'+value.projectShowStatus.slice(2)}}
</p>
{{/if}}
<img src="{{serverApi}}{{# value.fileUrl}}" alt="" width="100%" height="152px" />
<div>
<p class="centerLeft-center-middle-tit01">
<span>{{# value.rollout}}</span>{{# value.projectName}}
</p>
<ul class="centerLeft-center-middle-ul">
<li>
<p>
<span>挂牌价格</span>
<i>{{# value.price}}</i>{{# value.unit}}
</p>
</li>
<li>
<p>
<span>转<i></i>出<i></i>方</span>
{{# value.outName}}
</p>
</li>
<li>
<p>
<span>报名结束</span>
{{# value.signupStopTime}}
</p>
</li>
<li>
<p>
<span>竞价结束</span>
{{# value.biddingStopTime}}
</p>
</li>
</ul>
</div>
<div class="centerLeft-center-bottom container">
<p>{{# value.locationName}}</p>
<p>{{# value.projectReleaseTime}}</p>
</div>
</div>
{{/each}}
</script>
<div class="container" id="collectiveAssetsContent"></div>
<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>
<script id="productionEquipmentData" type="text/html">
{{each productionEquipmentList as value i}}
<div class="centerLeft-center-middle" onclick="goDetail({{value.id}})" style="cursor: pointer;">
<!-- 项目<br />公示-->
{{if value.projectShowStatus == '已经成交'}}
<p class="centerLeft-center-lable" style="background: #d7d7d7;color: #626262">
{{/if}}
{{if value.projectShowStatus == '项目公示'}}
<p class="centerLeft-center-lable" style="background: #007b76">
{{/if}}
{{if value.projectShowStatus == '正在报名'}}
<p class="centerLeft-center-lable" style="background: #e8041f">
{{/if}}
{{if value.projectShowStatus == '等待竞价' || value.projectShowStatus == '等待成交'}}
<p class="centerLeft-center-lable" style="background: #e7851c">
{{/if}}
{{if value.projectShowStatus == '正在竞价'}}
<p class="centerLeft-center-lable" style="background: #1c58bb">
{{/if}}
{{# value.projectShowStatus.slice(0,2)+'<br/>'+value.projectShowStatus.slice(2)}}
</p>
<img src="{{serverApi}}{{# value.fileUrl}}" alt="" width="100%" height="152px" />
<div>
<p class="centerLeft-center-middle-tit01">
<span>{{# value.rollout}}</span>{{# value.projectName}}
</p>
<ul class="centerLeft-center-middle-ul">
<li>
<p>
<span>挂牌价格</span>
<i>{{# value.price}}</i>{{# value.unit}}
</p>
</li>
<li>
<p>
<span>转<i></i>出<i></i>方</span>
{{# value.outName}}
</p>
</li>
<li>
<p>
<span>报名结束</span>
{{# value.signupStopTime}}
</p>
</li>
<li>
<p>
<span>竞价结束</span>
{{# value.biddingStopTime}}
</p>
</li>
</ul>
</div>
<div class="centerLeft-center-bottom container">
<p>{{# value.locationName}}</p>
<p>{{# value.projectReleaseTime}}</p>
</div>
</div>
{{/each}}
</script>
<div class="container" id="productionEquipmentContent"></div>
<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>
<script id="waterConservancyFacilitiesData" type="text/html">
{{each waterConservancyFacilitiesList as value i}}
<div class="centerLeft-center-middle" onclick="goDetail({{value.id}})" style="cursor: pointer;">
<!-- 项目<br />公示-->
{{if value.projectShowStatus == '已经成交'}}
<p class="centerLeft-center-lable" style="background: #d7d7d7;color: #626262">
{{/if}}
{{if value.projectShowStatus == '项目公示'}}
<p class="centerLeft-center-lable" style="background: #007b76">
{{/if}}
{{if value.projectShowStatus == '正在报名'}}
<p class="centerLeft-center-lable" style="background: #e8041f">
{{/if}}
{{if value.projectShowStatus == '等待竞价' || value.projectShowStatus == '等待成交'}}
<p class="centerLeft-center-lable" style="background: #e7851c">
{{/if}}
{{if value.projectShowStatus == '正在竞价'}}
<p class="centerLeft-center-lable" style="background: #1c58bb">
{{/if}}
{{# value.projectShowStatus.slice(0,2)+'<br/>'+value.projectShowStatus.slice(2)}}
</p>
<img src="{{serverApi}}{{# value.fileUrl}}" alt="" width="100%" height="152px" />
<div>
<p class="centerLeft-center-middle-tit01">
<span>{{# value.rollout}}</span>{{# value.projectName}}
</p>
<ul class="centerLeft-center-middle-ul">
<li>
<p>
<span>挂牌价格</span>
<i>{{# value.price}}</i>{{# value.unit}}
</p>
</li>
<li>
<p>
<span>转<i></i>出<i></i>方</span>
{{# value.outName}}
</p>
</li>
<li>
<p>
<span>报名结束</span>
{{# value.signupStopTime}}
</p>
</li>
<li>
<p>
<span>竞价结束</span>
{{# value.biddingStopTime}}
</p>
</li>
</ul>
</div>
<div class="centerLeft-center-bottom container">
<p>{{# value.locationName}}</p>
<p>{{# value.projectReleaseTime}}</p>
</div>
</div>
{{/each}}
</script>
<div class="container" id="waterConservancyFacilitiesContent"></div>
<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="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="w-372 centerRight fr">
<div class="centerRight">
<script id="statisticsData" type="text/html">
<p>
<span>最新</span><span>土地挂牌价格走势</span>
</p>
<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: 250px;"></div>
<div id="chart" style="width: 100%;height: 230px;margin-left: 15px;"></div>
<p>本站“均价”统计自该网站已挂牌土地类项目数据</p>
</script>
<div class="centerRight-list0" id="statisticsContent"></div>
@@ -503,7 +420,7 @@
<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="text" placeholder="证书编号(年份加证书号共10位)搜索" id="searchKeyWord" class="searchClass" />
<input type="button" value="搜索" onclick="goSearchKeyWord()" class="searchButton" />
</div>
<div class="centerRight-list1-div03">
@@ -537,20 +454,22 @@
</div>

<div class="centerRight-list2">
<p class="centerRight-list2-tit01">成交公告<span onclick="goAnnouncementList('announcement')">更多></span></p>
<!-- <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>
<p><span>编号:<span>{{# value.projectCode}}</span></span><span>{{# value.dealTime.substr(0,10)}}</span></p>
</li>
{{/each}}
</script>
<ul id="announcementListContent"></ul>
<ul id="announcementListContent" style="padding:0 15px 15px;"></ul>
</div>

<div class="centerRight-list3">
<p class="centerRight-list2-tit01">鉴证公告<span onclick="goAnnouncementList('attestation')">更多></span></p>
<!-- <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>
@@ -559,11 +478,11 @@
</li>
{{/each}}
</script>
<ul id="attestationContent"></ul>
<ul id="attestationContent" style="padding:0 15px 15px;"></ul>
</div>
<div class="clear"></div>
</div>
<div class="clear"></div>
</div>

<!--底部内容 -->


+ 69
- 13
static/css/index.css Datei anzeigen

@@ -299,6 +299,22 @@
padding: 0px 2px;
}

.centerLeft .centerLeft-center .tableList{
width: 100%;
height: auto;
}

.centerLeft .centerLeft-center .tableList table tr td span{
padding: 3px 8px;
margin: 0 5px 0 20px;
display: inline-block;
border-radius: 10px;
}

.centerLeft .centerLeft-center .tableList table tr{
cursor: pointer;
}

.centerLeft-center .centerleft-center-tit01 {
color: #626262;
margin: 24px 0px 14px 0px;
@@ -415,27 +431,30 @@
. centerRight {}

.centerRight-list0 {
min-height: 484px;
padding: 26px 30px;
min-height: 420px;
/*padding: 26px 30px;*/
background-color: #f7f7f7;
border: 1px solid #e3e3e3;
float: left;
margin-top: 25px;
width: 24%;
}

.centerRight-list0 p:first-child {
font-size: 20px;
color: #626262;
color: #ffffff;
}

.centerRight-list0 p:first-child span:first-child {
font-size: 12px;
color: var(--color);
border: 1px solid var(--color);
color: #ffffff;
border: 1px solid #ffffff;
padding: 1px 6px;
margin-right: 6px;
}

.centerRight-list0 p:first-child span {
display: inline-block;
display: inline;
vertical-align: middle;
}

@@ -454,6 +473,14 @@
color: #d21313;
}

.centerRight-list0 p:nth-child(3) {
margin-left: 15px;
}

.centerRight-list0 p:nth-child(2) {
margin-left: 15px;
}

.centerRight-list0 .down{
color: var(--color);
}
@@ -471,6 +498,9 @@
border: 1px solid #e3e3e3;
padding-bottom: 15px;
min-height: 420px;
float: left;
width: 24%;
margin-left: 1.333%;
}

.centerRight-list1-tit01 {
@@ -496,7 +526,7 @@
.centerRight-list1-div02 {
margin: 0 auto;
margin-top: 15px;
width: 80%;
width: 88%;
margin-bottom: 18px;
position: relative;
}
@@ -556,7 +586,7 @@
}

.centerRight-list1-form {
width: 80%;
width: 88%;
margin: 0 auto;
margin-top: 15px;
}
@@ -576,7 +606,7 @@ select {
border: 1px solid #bfbfbf;
height: 26px;
padding-left: 5px;
width: 196px;
width: 170px;
}

.searchbtn {
@@ -593,8 +623,11 @@ select {
margin-top: 26px;
background-color: #f7f7f7;
border: 1px solid #e3e3e3;
padding: 26px 20px;
/*padding: 26px 20px;*/
min-height: 420px;
float: left;
width: 24%;
margin-left: 1.333%;
}

.centerRight-list2-tit01 {
@@ -602,6 +635,26 @@ select {
color: #626262;
}

.centerRight-list2 .centerRight-list1-tit01{
position: relative;
}

.centerRight-list2 .centerRight-list1-tit01 span:last-child{
font-size: 14px;
position: absolute;
right: 15px;
}

.centerRight-list3 .centerRight-list1-tit01{
position: relative;
}

.centerRight-list3 .centerRight-list1-tit01 span:last-child{
font-size: 14px;
position: absolute;
right: 15px;
}

.centerRight-list2-tit01 span:last-child {
font-size: 14px;
float: right;
@@ -636,7 +689,7 @@ select {
}

.centerRight-list2 ul li {
margin-top: 28px;
margin-top: 20px;
}

.centerRight-list2 ul li a:hover {
@@ -647,8 +700,11 @@ select {
margin-top: 26px;
background-color: #f7f7f7;
border: 1px solid #e3e3e3;
padding: 26px 20px;
/*padding: 26px 20px;*/
min-height: 420px;
float: left;
width: 24%;
margin-left: 1.333%;
}

.centerRight-list3-tit01 {
@@ -681,7 +737,7 @@ select {
}

.centerRight-list3 ul li {
margin-top: 28px;
margin-top: 20px;
}

.centerRight-list3 ul li a:hover {


+ 5
- 5
static/js/project/index.js Datei anzeigen

@@ -90,7 +90,7 @@ define(['jquery', "template", "Tools", "echarts", 'swiper'], function ($, templa
}],
grid: {
height: 200,
width: 280,
width: 230,
top: '-5px'
},
tooltip: {
@@ -136,16 +136,16 @@ define(['jquery', "template", "Tools", "echarts", 'swiper'], function ($, templa
tools.doGet(friendsLinks, {}, module.bottomFriendsLinks, true);

//土地
tools.doGet(webListing + '/1,2,3/0/3', {}, module.landList, true);
tools.doGet(webListing + '/1,2,3/0/5', {}, module.landList, true);

//集体资产
tools.doGet(webListing + '/4/0/3', {}, module.collectiveAssets, true);
tools.doGet(webListing + '/4/0/5', {}, module.collectiveAssets, true);

//农业生产设备
tools.doGet(webListing + '/5/0/3', {}, module.productionEquipment, true);
tools.doGet(webListing + '/5/0/5', {}, module.productionEquipment, true);

//小型水利设施
tools.doGet(webListing + '/6/0/3', {}, module.waterConservancyFacilities, true);
tools.doGet(webListing + '/6/0/5', {}, module.waterConservancyFacilities, true);

//查询挂牌项目浏览总次数
tools.doGet(allViewCount + '/100', {}, module.allViewCount, true);


+ 47
- 65
view/listingItems/itemsList.html Datei anzeigen

@@ -222,72 +222,54 @@
</tr>
</table>
</div>
<script id="ItemsInformationData" type="text/html">
{{each itemsInformationList as value i}}
<div class="centerLeft-center-middle m-t-40">
<a href="itemsDetail.html?id={{value.id}}">
{{if value.projectShowStatus == '已经成交'}}
<p class="centerLeft-center-lable" style="background: #d7d7d7;color: #626262">
{{/if}}
{{if value.projectShowStatus == '项目公示'}}
<p class="centerLeft-center-lable" style="background: #007b76">
{{/if}}
{{if value.projectShowStatus == '正在报名'}}
<p class="centerLeft-center-lable" style="background: #e8041f">
{{/if}}
{{if value.projectShowStatus == '等待竞价' || value.projectShowStatus == '等待成交'}}
<p class="centerLeft-center-lable" style="background: #e7851c">
{{/if}}
{{if value.projectShowStatus == '正在竞价'}}
<p class="centerLeft-center-lable" style="background: #1c58bb">
{{/if}}
{{# value.projectShowStatus.slice(0,2)+'<br/>'+value.projectShowStatus.slice(2)}}
</p>
{{if value.fileUrl == null}}
<img src="../../static/images/zwtp.jpg" alt="" width="100%" height="152px"/>
{{else}}
<img src="{{serverApi}}{{value.fileUrl}}" alt="" width="100%" height="152px"/>
{{/if}}
<div>
<p class="centerLeft-center-middle-tit01">
<span>{{value.rollout}}</span>{{value.projectName}}
</p>
<ul class="centerLeft-center-middle-ul">
<li>
<p>
<span>挂牌价格</span>
{{value.price}}{{value.unit}}
</p>
</li>
<li>
<p>
<span>转<i></i>出<i></i>方</span>
{{value.outName}}
</p>
</li>
<li>
<p>
<span>报名结束</span>
{{value.signupStopTime}}
</p>
</li>
<li>
<p>
<span>竞价结束</span>
{{value.biddingStopTime}}
</p>
</li>
</ul>
</div>
<div class="centerLeft-center-bottom container">
<p>{{value.locationName}}</p>
<p>{{value.projectReleaseTime}}</p>
</div>
</a>
<div class="centerLeft">
<div class="centerLeft-center">
<table width="100%" class="tableHead" style="table-layout: fixed;" >
<tr>
<td>项目名称</td>
<td>挂牌价格</td>
<td>转出方</td>
<td>报名结束</td>
<td>竞价结束</td>
<td>地址</td>
</tr>
</table>
<div class="tableList">
<script id="ItemsInformationData" type="text/html">
{{each itemsInformationList as value i}}
<tr>
<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="ItemsInformationContent"></table>
</div>
{{/each}}
</script>
<div id="ItemsInformationContent"></div>
</div>
</div>
</div>
<div class="pageNum">
<div style="display: inline-block;margin: 0 auto;" class="page_s1"></div>


Laden…
Abbrechen
Speichern