@@ -204,7 +204,7 @@ | |||||
</p> | </p> | ||||
</div> | </div> | ||||
<img src="" alt="" id="bannerBottom" /> | <img src="" alt="" id="bannerBottom" /> | ||||
<table width="100%" class="tableHead" style="table-layout: fixed;width: 1200px;" > | |||||
<table width="100%" class="tableHead" style="table-layout: fixed;width: 1218px;" > | |||||
<tr> | <tr> | ||||
<td style="text-align: left;padding-left: 2%;">项目名称</td> | <td style="text-align: left;padding-left: 2%;">项目名称</td> | ||||
<td style="width: 5%;">竞价方式</td> | <td style="width: 5%;">竞价方式</td> | ||||
@@ -73,7 +73,7 @@ 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+')') | |||||
$('#unit').html('出价【'+unit+'】') | |||||
} | } | ||||
},true); | },true); | ||||
//竞价方式字典 | //竞价方式字典 | ||||
@@ -681,7 +681,7 @@ define(['jquery', "template", "Tools", 'swiper', 'itemsApi', 'swiper'], function | |||||
module.data.biddinglistInformationDetailLength = content.length; | module.data.biddinglistInformationDetailLength = content.length; | ||||
var biddinglistInformationData = template('biddinglistInformationData', module.data); | var biddinglistInformationData = template('biddinglistInformationData', module.data); | ||||
$("#tabDetail4").html(biddinglistInformationData); | $("#tabDetail4").html(biddinglistInformationData); | ||||
$('#unit').html('出价价格('+module.data.outProjectInformationDetail.unit+')') | |||||
$('#unit').html('出价价格【'+module.data.outProjectInformationDetail.unit+'】') | |||||
if (content.length>0){ | if (content.length>0){ | ||||
//console.log('abccba') | //console.log('abccba') | ||||
$("#nowMoneyBlock").html('<span id="nowMoney">'+content[0].money+'</span> 元');} | $("#nowMoneyBlock").html('<span id="nowMoney">'+content[0].money+'</span> 元');} | ||||