@@ -115,11 +115,11 @@ | |||||
<span style="color: #848484">当前价:</span> | <span style="color: #848484">当前价:</span> | ||||
<!--自由竞价竞价中--> | <!--自由竞价竞价中--> | ||||
<span :style="{'font-size':'14px',color: {'正在报名': '#007E72','等待竞价': '#848484','等待成交': '#848484','已经成交': '#848484','正在竞价': '#c21F3a',}[item.projectShowStatus]}" v-if="item.biddingType=='自由竞价'&&item.deadline>0 && item.projectShowStatus != '已经成交'">*</span> | |||||
<span :style="{'font-size':'14px',color: {'正在报名': '#007E72','等待竞价': '#848484','等待成交': '#848484','已经成交': '#848484','正在竞价': '#c21F3a',}[item.projectShowStatus]}" v-if="item.biddingType=='自由竞价'&&item.deadline>0 && item.projectShowStatus == '正在竞价'">*</span> | |||||
<!--自由竞价竞价中--> | <!--自由竞价竞价中--> | ||||
<span :style="{'font-size':'14px',color: {'正在报名': '#007E72','等待竞价': '#848484','等待成交': '#848484','已经成交': '#848484','正在竞价': '#c21F3a',}[item.projectShowStatus]}" v-if="(item.biddingType=='自由竞价'&&item.deadline<=0)&&item.money && item.projectShowStatus != '已经成交'">*</span> | |||||
<span :style="{'font-size':'14px',color: {'正在报名': '#007E72','等待竞价': '#848484','等待成交': '#848484','已经成交': '#848484','正在竞价': '#c21F3a',}[item.projectShowStatus]}" v-if="(item.biddingType=='自由竞价'&&item.deadline<=0)&&item.money && item.projectShowStatus == '正在竞价'">*</span> | |||||
<!--自由竞价竞价结束(有人出价)--> | <!--自由竞价竞价结束(有人出价)--> | ||||
<span :style="{'font-size':'14px',color: {'正在报名': '#007E72','等待竞价': '#848484','等待成交': '#848484','已经成交': '#848484','正在竞价': '#c21F3a',}[item.projectShowStatus]}" v-if="(item.biddingType=='自由竞价'&&item.deadline<=0)&&item.money && item.projectShowStatus == '已经成交'">{{item.money}}{{item.priceUnit}}</span> | |||||
<span :style="{'font-size':'14px',color: {'正在报名': '#007E72','等待竞价': '#848484','等待成交': '#848484','已经成交': '#848484','正在竞价': '#c21F3a',}[item.projectShowStatus]}" v-if="(item.biddingType=='自由竞价'&&item.deadline<=0)&&item.money && item.projectShowStatus != '正在竞价'">{{item.money}}{{item.priceUnit}}</span> | |||||
<!--自由竞价竞价结束(无人出价)--> | <!--自由竞价竞价结束(无人出价)--> | ||||
<span :style="{'font-size':'14px',color: {'正在报名': '#007E72','等待竞价': '#848484','等待成交': '#848484','已经成交': '#848484','正在竞价': '#c21F3a',}[item.projectShowStatus]}" v-if="(item.biddingType=='自由竞价'&&item.deadline<=0)&&!item.money">暂无出价</span> | <span :style="{'font-size':'14px',color: {'正在报名': '#007E72','等待竞价': '#848484','等待成交': '#848484','已经成交': '#848484','正在竞价': '#c21F3a',}[item.projectShowStatus]}" v-if="(item.biddingType=='自由竞价'&&item.deadline<=0)&&!item.money">暂无出价</span> | ||||
@@ -39,7 +39,7 @@ | |||||
</van-row> | </van-row> | ||||
</div> | </div> | ||||
<div class="lead" v-if="((detail.biddingType=='自由竞价' || detail.biddingType=='1')&&detail.projectShowStatus=='已经成交') || (detail.biddingType!='自由竞价' && detail.biddingType!='1')"> | |||||
<div class="lead" v-if="((detail.biddingType=='自由竞价' || detail.biddingType=='1')&&detail.projectShowStatus!='正在竞价') || (detail.biddingType!='自由竞价' && detail.biddingType!='1')"> | |||||
<van-row > | <van-row > | ||||
<van-col span="2"><van-image src="../../static/images/icon/phone.png" style="vertical-align: text-top;" /></van-col> | <van-col span="2"><van-image src="../../static/images/icon/phone.png" style="vertical-align: text-top;" /></van-col> | ||||
<template v-if="biddinglistInformation!=undefined&&biddinglistInformation.length>0"> | <template v-if="biddinglistInformation!=undefined&&biddinglistInformation.length>0"> | ||||
@@ -187,7 +187,7 @@ | |||||
<van-tab title="竞价记录" title-style="font-size:12px;"> | <van-tab title="竞价记录" title-style="font-size:12px;"> | ||||
<p class="delTitle">竞价记录</p> | <p class="delTitle">竞价记录</p> | ||||
<div class="biddingList"> | <div class="biddingList"> | ||||
<p v-if="detail.biddingType == '自由竞价' && detail.projectShowStatus != '已经成交'">友情提示:自由竞价方式下,项目成交前不显示竞价记录!</p> | |||||
<p v-if="detail.biddingType == '自由竞价' && detail.projectShowStatus == '正在竞价'">友情提示:自由竞价方式下,项目正在竞价不显示竞价记录!</p> | |||||
<table v-else width="100%" cellspacing="0"> | <table v-else width="100%" cellspacing="0"> | ||||
<tr> | <tr> | ||||
<td>出价人</td> | <td>出价人</td> | ||||
@@ -45,21 +45,21 @@ | |||||
<span :style="{'font-size':'14px', | <span :style="{'font-size':'14px', | ||||
color: { | color: { | ||||
'正在报名': '#007E72','等待竞价': '#848484','等待成交': '#848484','已经成交': '#848484','正在竞价': '#c21F3a', | '正在报名': '#007E72','等待竞价': '#848484','等待成交': '#848484','已经成交': '#848484','正在竞价': '#c21F3a', | ||||
}[item.projectShowStatus]}" v-if="item.biddingType=='1'&&item.projectShowStatus!='已经成交'"> | |||||
}[item.projectShowStatus]}" v-if="item.biddingType=='1'&&item.projectShowStatus=='正在竞价'"> | |||||
* | * | ||||
</span> | </span> | ||||
<span :style="{'font-size':'14px', | <span :style="{'font-size':'14px', | ||||
color: { | color: { | ||||
'正在报名': '#007E72','等待竞价': '#848484','等待成交': '#848484','已经成交': '#848484','正在竞价': '#c21F3a', | '正在报名': '#007E72','等待竞价': '#848484','等待成交': '#848484','已经成交': '#848484','正在竞价': '#c21F3a', | ||||
}[item.projectShowStatus]}" v-if="(item.biddingType=='1'&&item.projectShowStatus=='已经成交'&&item.money) || (item.biddingType!='1'&&item.money)"> | |||||
}[item.projectShowStatus]}" v-if="(item.biddingType=='1'&&item.projectShowStatus!='正在竞价'&&item.money) || (item.biddingType!='1'&&item.money)"> | |||||
{{item.money}}{{item.unit}} | {{item.money}}{{item.unit}} | ||||
</span> | </span> | ||||
<span :style="{'font-size':'14px', | <span :style="{'font-size':'14px', | ||||
color: { | color: { | ||||
'正在报名': '#007E72','等待竞价': '#848484','等待成交': '#848484','已经成交': '#848484','正在竞价': '#c21F3a', | '正在报名': '#007E72','等待竞价': '#848484','等待成交': '#848484','已经成交': '#848484','正在竞价': '#c21F3a', | ||||
}[item.projectShowStatus]}" v-if="(item.biddingType!='1'&&!item.money) || (item.biddingType=='1'&&item.projectShowStatus=='已经成交'&&!item.money)"> | |||||
}[item.projectShowStatus]}" v-if="(item.biddingType!='1'&&!item.money) || (item.biddingType=='1'&&item.projectShowStatus!='正在竞价'&&!item.money)"> | |||||
暂无出价 | 暂无出价 | ||||
</span> | </span> | ||||
</p> | </p> | ||||