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