| @@ -260,6 +260,8 @@ define(['jquery', "template", "Tools", "biddingApi", "itemsApi"], function ($, t | |||||
| $("#outProjectInformationContent").html(outProjectInformationData); | $("#outProjectInformationContent").html(outProjectInformationData); | ||||
| var outProjectInformationData2 = template('outProjectInformationData2', module.data); | var outProjectInformationData2 = template('outProjectInformationData2', module.data); | ||||
| $("#outProjectInformationContent2").html(outProjectInformationData2); | $("#outProjectInformationContent2").html(outProjectInformationData2); | ||||
| $('#unit').html('出价('+unit+')') | |||||
| } | } | ||||
| } | } | ||||
| @@ -83,7 +83,7 @@ | |||||
| <!-- </div>--> | <!-- </div>--> | ||||
| </div> | </div> | ||||
| <div class="bidding"> | |||||
| <div class="bidding" style="padding: 0;background: transparent;"> | |||||
| <table width="100%" class="tableHead" style="table-layout: fixed;" > | <table width="100%" class="tableHead" style="table-layout: fixed;" > | ||||
| <tr> | <tr> | ||||
| <td style="text-align: left;padding-left: 2%;">项目名称</td> | <td style="text-align: left;padding-left: 2%;">项目名称</td> | ||||
| @@ -63,7 +63,7 @@ | |||||
| </script> | </script> | ||||
| <div class="content_box"> | <div class="content_box"> | ||||
| <div class="bidding" style="width: 61%;margin: 0;border: 1px solid #0071ff;"> | |||||
| <div class="bidding" style="width: 61%;margin: 0;border: 1px solid #0071ff;padding: 0;background: transparent;"> | |||||
| <div class="content_box_right_titBox" style="margin-bottom: 1vh;"> | <div class="content_box_right_titBox" style="margin-bottom: 1vh;"> | ||||
| <p>实时出价记录</p> | <p>实时出价记录</p> | ||||
| <!-- <p class="content_box_right_titBox_check"><input type="checkbox"/>显示出价人姓名、联系电话</p>--> | <!-- <p class="content_box_right_titBox_check"><input type="checkbox"/>显示出价人姓名、联系电话</p>--> | ||||
| @@ -72,7 +72,7 @@ | |||||
| <tr> | <tr> | ||||
| <td>出价人</td> | <td>出价人</td> | ||||
| <td>联系电话</td> | <td>联系电话</td> | ||||
| <td>出价(元)</td> | |||||
| <td id="unit">出价(元)</td> | |||||
| <td>出价时间</td> | <td>出价时间</td> | ||||
| </tr> | </tr> | ||||
| </table> | </table> | ||||