|
|
@@ -96,6 +96,16 @@ define(['jquery', "template", "Tools", "biddingApi", "itemsApi"], function ($, t |
|
|
|
var biddingInformationData = template('biddingInformationData', module.data); |
|
|
|
$("#biddingInformationContent").html(biddingInformationData); |
|
|
|
|
|
|
|
if (content.length > 0){ |
|
|
|
if(module.data.outProjectInformationDetail.biddingType=='自由竞价'&&module.data.outProjectInformationDetail.projectShowStatus!='已经成交'){ |
|
|
|
$("#biddingMoney").html('*'); |
|
|
|
}else{ |
|
|
|
$("#biddingMoney").html(content[0].money+module.data.outProjectInformationDetail.unit); |
|
|
|
} |
|
|
|
}else{ |
|
|
|
$("#biddingMoney").html('无'); |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|