|
@@ -79,20 +79,22 @@ |
|
|
<div class="tableList" id="tableList" style="height: calc(100vh - 130px - 27vh)!important"> |
|
|
<div class="tableList" id="tableList" style="height: calc(100vh - 130px - 27vh)!important"> |
|
|
<table width="100%;" id="biddingInformationContent" cellpadding="0" cellspacing="0" style="table-layout: fixed;"> |
|
|
<table width="100%;" id="biddingInformationContent" cellpadding="0" cellspacing="0" style="table-layout: fixed;"> |
|
|
<script id="biddingInformationData" type="text/html"> |
|
|
<script id="biddingInformationData" type="text/html"> |
|
|
{{each biddinglistInformationDetail as value i}} |
|
|
|
|
|
<tr> |
|
|
|
|
|
<td>{{value.memberId}}</td> |
|
|
|
|
|
<td>{{value.userAccount}}</td> |
|
|
|
|
|
<td> |
|
|
|
|
|
{{if (outProjectInformationDetail.biddingType=='自由竞价' || outProjectInformationDetail.biddingType=='1')&&outProjectInformationDetail.projectShowStatus!='已经成交'}} |
|
|
|
|
|
* |
|
|
|
|
|
{{else}} |
|
|
|
|
|
{{value.money}} |
|
|
|
|
|
{{/if}} |
|
|
|
|
|
</td> |
|
|
|
|
|
<td>{{value.loginTime}}</td> |
|
|
|
|
|
</tr> |
|
|
|
|
|
{{/each}} |
|
|
|
|
|
|
|
|
{{if ((outProjectInformationDetail.biddingType=='自由竞价' && outProjectInformationDetail.biddingType=='1')&&outProjectInformationDetail.projectShowStatus=='已经成交') || (outProjectInformationDetail.biddingType!='自由竞价' && outProjectInformationDetail.biddingType!='1')}} |
|
|
|
|
|
{{each biddinglistInformationDetail as value i}} |
|
|
|
|
|
<tr> |
|
|
|
|
|
<td>{{value.memberId}}</td> |
|
|
|
|
|
<td>{{value.userAccount}}</td> |
|
|
|
|
|
<td> |
|
|
|
|
|
{{if (outProjectInformationDetail.biddingType=='自由竞价' || outProjectInformationDetail.biddingType=='1')&&outProjectInformationDetail.projectShowStatus!='已经成交'}} |
|
|
|
|
|
* |
|
|
|
|
|
{{else}} |
|
|
|
|
|
{{value.money}} |
|
|
|
|
|
{{/if}} |
|
|
|
|
|
</td> |
|
|
|
|
|
<td>{{value.loginTime}}</td> |
|
|
|
|
|
</tr> |
|
|
|
|
|
{{/each}} |
|
|
|
|
|
{{/if}} |
|
|
</script> |
|
|
</script> |
|
|
</table> |
|
|
</table> |
|
|
</div> |
|
|
</div> |
|
|