|
@@ -168,7 +168,9 @@ define(['jquery', "template", "Tools", 'swiper', 'itemsApi', 'swiper'], function |
|
|
// console.log('<span>距竞价结束还有:'+d+'</span>天<span>'+h+'</span>时<span>'+m+'</span>分<span>'+s+'</span>秒') |
|
|
// console.log('<span>距竞价结束还有:'+d+'</span>天<span>'+h+'</span>时<span>'+m+'</span>分<span>'+s+'</span>秒') |
|
|
$('#countType').html('竞价中') |
|
|
$('#countType').html('竞价中') |
|
|
$('#countDown').html('<span>距竞价结束还有:'+d+'</span>天<span>'+h+'</span>时<span>'+m+'</span>分<span>'+s+'</span>秒') |
|
|
$('#countDown').html('<span>距竞价结束还有:'+d+'</span>天<span>'+h+'</span>时<span>'+m+'</span>分<span>'+s+'</span>秒') |
|
|
document.getElementById('biddingTitle').innerHTML = '自由竞价方式下,项目成交前不显示竞价记录!'; |
|
|
|
|
|
|
|
|
if (module.data.outProjectInformationDetail.biddingType == '自由竞价'){ |
|
|
|
|
|
document.getElementById('biddingTitle').innerHTML = '自由竞价方式下,项目成交前不显示竞价记录!'; |
|
|
|
|
|
} |
|
|
if(module.data.outProjectInformationDetail.biddingType != '自由竞价' && module.data.biddingTimeType != 2){ |
|
|
if(module.data.outProjectInformationDetail.biddingType != '自由竞价' && module.data.biddingTimeType != 2){ |
|
|
document.getElementById('showNowMoney').style.display = 'table-row'; |
|
|
document.getElementById('showNowMoney').style.display = 'table-row'; |
|
|
var timName = document.getElementById('timeDown'); |
|
|
var timName = document.getElementById('timeDown'); |
|
@@ -571,11 +573,20 @@ define(['jquery', "template", "Tools", 'swiper', 'itemsApi', 'swiper'], function |
|
|
// document.getElementById('biddingTable').style.display = 'table'; |
|
|
// document.getElementById('biddingTable').style.display = 'table'; |
|
|
// document.getElementById('biddingTitle').style.display = 'none'; |
|
|
// document.getElementById('biddingTitle').style.display = 'none'; |
|
|
module.data.biddingTimeType = 2; |
|
|
module.data.biddingTimeType = 2; |
|
|
module.data.outProjectInformationDetail.projectShowStatus = '竞价结束'; |
|
|
|
|
|
|
|
|
module.data.outProjectInformationDetail.projectShowStatus = '等待成交'; |
|
|
|
|
|
|
|
|
|
|
|
tools.doGet(biddinglist, {projectId: getQueryVariable('id')}, (data1)=>{ |
|
|
|
|
|
let content1 = data1.rows; |
|
|
|
|
|
module.data.biddinglistInformationDetail = content1; |
|
|
|
|
|
module.data.biddinglistInformationDetailLength = content1.length; |
|
|
|
|
|
var biddinglistInformationData = template('biddinglistInformationData', module.data); |
|
|
|
|
|
$("#tabDetail4").html(biddinglistInformationData); |
|
|
|
|
|
}, true); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var biddinglistInformationData = template('biddinglistInformationData', module.data); |
|
|
var biddinglistInformationData = template('biddinglistInformationData', module.data); |
|
|
$("#tabDetail4").html(biddinglistInformationData); |
|
|
$("#tabDetail4").html(biddinglistInformationData); |
|
|
return; |
|
|
return; |
|
|
return; |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
},true); |
|
|
},true); |
|
|