Bläddra i källkod

乳山产交问题修改

newProperty
庞东旭 1 år sedan
förälder
incheckning
0ca3163c6e
1 ändrade filer med 16 tillägg och 14 borttagningar
  1. +16
    -14
      view/bidding/biddingBigDataDetail.html

+ 16
- 14
view/bidding/biddingBigDataDetail.html Visa fil

@@ -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>


Laddar…
Avbryt
Spara