|
@@ -224,6 +224,12 @@ |
|
|
<td>挂牌价</td> |
|
|
<td>挂牌价</td> |
|
|
<td><span>{{outProjectInformationDetail.price}}</span>{{outProjectInformationDetail.unit}}</td> |
|
|
<td><span>{{outProjectInformationDetail.price}}</span>{{outProjectInformationDetail.unit}}</td> |
|
|
</tr> |
|
|
</tr> |
|
|
|
|
|
{{if outProjectInformationDetail.priceMax}} |
|
|
|
|
|
<tr> |
|
|
|
|
|
<td>最高限价</td> |
|
|
|
|
|
<td><span>{{outProjectInformationDetail.priceMax}}</span> 元</td> |
|
|
|
|
|
</tr> |
|
|
|
|
|
{{/if}} |
|
|
<tr> |
|
|
<tr> |
|
|
<td>保证金</td> |
|
|
<td>保证金</td> |
|
|
<td><span>{{outProjectInformationDetail.deposit}}</span> 元</td> |
|
|
<td><span>{{outProjectInformationDetail.deposit}}</span> 元</td> |
|
@@ -241,6 +247,7 @@ |
|
|
<div class="swiperInput"> |
|
|
<div class="swiperInput"> |
|
|
<table> |
|
|
<table> |
|
|
<tr style="display: none;" id="moneyText"> |
|
|
<tr style="display: none;" id="moneyText"> |
|
|
|
|
|
{{if outProjectInformationDetail.biddingType != '线下竞价'}} |
|
|
<td> |
|
|
<td> |
|
|
<p class="fl inputTit">出价</p> |
|
|
<p class="fl inputTit">出价</p> |
|
|
</td> |
|
|
</td> |
|
@@ -253,15 +260,17 @@ |
|
|
{{/if}} |
|
|
{{/if}} |
|
|
</div> |
|
|
</div> |
|
|
</td> |
|
|
</td> |
|
|
|
|
|
{{/if}} |
|
|
</tr> |
|
|
</tr> |
|
|
<tr> |
|
|
<tr> |
|
|
<td></td> |
|
|
<td></td> |
|
|
<td> |
|
|
<td> |
|
|
<div id="moneyBtn" style="display: none;width: 254px;"> |
|
|
<div id="moneyBtn" style="display: none;width: 254px;"> |
|
|
|
|
|
{{if outProjectInformationDetail.biddingType != '线下竞价'}} |
|
|
<div class="sign" id="signBtnYes" onclick="changeProMoney()"> |
|
|
<div class="sign" id="signBtnYes" onclick="changeProMoney()"> |
|
|
<p>立即出价</p> |
|
|
<p>立即出价</p> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
{{/if}} |
|
|
<!-- if isFirst == 'Y'--> |
|
|
<!-- if isFirst == 'Y'--> |
|
|
<!-- <div class="sign" id="signBtnFirst" onclick="changeProMoneyFirst()">--> |
|
|
<!-- <div class="sign" id="signBtnFirst" onclick="changeProMoneyFirst()">--> |
|
|
<!-- <p>优先跟价</p>--> |
|
|
<!-- <p>优先跟价</p>--> |
|
|