@@ -165,7 +165,7 @@ | |||||
.tableList{ | .tableList{ | ||||
width: 100%!important; | width: 100%!important; | ||||
height: calc(100vh - 130px - 3vh - 10vh)!important; | |||||
height: calc(100vh - 130px - 10vh)!important; | |||||
} | } | ||||
.tableList table tr:nth-child(odd){ | .tableList table tr:nth-child(odd){ | ||||
@@ -184,6 +184,7 @@ | |||||
.tableType{ | .tableType{ | ||||
background: #133194!important; | background: #133194!important; | ||||
text-align: center!important; | |||||
} | } | ||||
.bidding input[type='button']{ | .bidding input[type='button']{ | ||||
@@ -213,11 +214,12 @@ select{ | |||||
.bidding{ | .bidding{ | ||||
width: 98%; | width: 98%; | ||||
margin: 0 auto; | |||||
margin: 30px auto 0; | |||||
} | } | ||||
.tableType p{ | .tableType p{ | ||||
color: #ffffff!important; | color: #ffffff!important; | ||||
margin-left: 0px!important; | |||||
} | } | ||||
.topTit_content{ | .topTit_content{ | ||||
@@ -533,4 +535,4 @@ select{ | |||||
100% { | 100% { | ||||
opacity: 1; | opacity: 1; | ||||
} | } | ||||
} | |||||
} |
@@ -18,15 +18,15 @@ define(['jquery', "template", "Tools", "biddingApi", "itemsApi"], function ($, t | |||||
module.init = function (page) { | module.init = function (page) { | ||||
//查询交易项目浏览总次数 | //查询交易项目浏览总次数 | ||||
// tools.doGet(biddingHallList + '/0/10', {}, module.biddingHallList, true); | // tools.doGet(biddingHallList + '/0/10', {}, module.biddingHallList, true); | ||||
tools.doGet(biddingList, {deptId:100}, module.biddingHallList,true); | |||||
tools.doGet(biddingList, {deptId:100,projectShowStatus:'正在竞价'}, module.biddingHallList,true); | |||||
//竞价大厅-滚动 | //竞价大厅-滚动 | ||||
// module.hallRolling(); | // module.hallRolling(); | ||||
//标的物类型 | //标的物类型 | ||||
tools.doGet(webDeptType+"/project_type", {}, module.deptType,true); | |||||
//tools.doGet(webDeptType+"/project_type", {}, module.deptType,true); | |||||
//标的物所在地 | //标的物所在地 | ||||
tools.doGet(webDept, {deptId:''}, module.deptLocation, true); | |||||
//tools.doGet(webDept, {deptId:''}, module.deptLocation, true); | |||||
$("#nowDateNYR").html(new Date().getFullYear()+'.'+(new Date().getMonth()+1)+'.'+new Date().getDate()) | $("#nowDateNYR").html(new Date().getFullYear()+'.'+(new Date().getMonth()+1)+'.'+new Date().getDate()) | ||||
@@ -18,7 +18,7 @@ define(['jquery', "template", "Tools", "biddingApi", "itemsApi", "paging",'dateT | |||||
//页码集合 | //页码集合 | ||||
pageList: [], | pageList: [], | ||||
//每页数量 | //每页数量 | ||||
pageSize: 50, | |||||
pageSize: 20, | |||||
//总页数 | //总页数 | ||||
pageCount:0, | pageCount:0, | ||||
//标的物选中项id | //标的物选中项id | ||||
@@ -45,8 +45,6 @@ define(['jquery', "template", "Tools", "biddingApi", "itemsApi", "paging",'dateT | |||||
// signupStopTime:'', | // signupStopTime:'', | ||||
// biddingStartTime:'', | // biddingStartTime:'', | ||||
// biddingStopTime:'', | // biddingStopTime:'', | ||||
pageNum:1, | |||||
pageSize:1, | |||||
} | } | ||||
}, | }, | ||||
}; | }; | ||||
@@ -58,7 +56,12 @@ define(['jquery', "template", "Tools", "biddingApi", "itemsApi", "paging",'dateT | |||||
//底部友情链接 | //底部友情链接 | ||||
tools.doGet(friendsLinks, {}, module.bottomFriendsLinks, true); | tools.doGet(friendsLinks, {}, module.bottomFriendsLinks, true); | ||||
//新闻资讯 | //新闻资讯 | ||||
tools.doGet(biddingList, {deptId:100,pageNum:module.data.pageNum,pageSize:module.data.pageSize}, module.biddingList,true); | |||||
tools.doGet(biddingList, { | |||||
deptId:100, | |||||
pageNum:module.data.pageNum, | |||||
pageSize:module.data.pageSize, | |||||
projectShowStatus:'正在竞价' | |||||
}, module.biddingList,true); | |||||
//标的物类型 | //标的物类型 | ||||
tools.doGet(webDeptType+"/project_type", {}, module.deptType,true); | tools.doGet(webDeptType+"/project_type", {}, module.deptType,true); | ||||
@@ -279,7 +282,7 @@ define(['jquery', "template", "Tools", "biddingApi", "itemsApi", "paging",'dateT | |||||
turnThePage = function (pageNum) { | turnThePage = function (pageNum) { | ||||
module.data.pageNum = pageNum ; | module.data.pageNum = pageNum ; | ||||
tools.doGet(biddingList, {deptId:100,pageNum:module.data.pageNum,pageSize:module.data.pageSize}, module.itemList,true); | |||||
tools.doGet(biddingList, {deptId:100,pageNum:module.data.pageNum,pageSize:module.data.pageSize}, module.biddingList,true); | |||||
} | } | ||||
typeCheck = function(id,projectNumber){ | typeCheck = function(id,projectNumber){ | ||||
@@ -322,6 +325,7 @@ define(['jquery', "template", "Tools", "biddingApi", "itemsApi", "paging",'dateT | |||||
goSearch = function(){ | goSearch = function(){ | ||||
module.data.itemsInformationList = ''; | module.data.itemsInformationList = ''; | ||||
module.data.biddingInformationList = []; | |||||
$('.page_s1').html('') | $('.page_s1').html('') | ||||
$('#page_s1').html('') | $('#page_s1').html('') | ||||
module.data.form.deptId = module.data.deptId; | module.data.form.deptId = module.data.deptId; | ||||
@@ -213,6 +213,12 @@ | |||||
<td>招标书领取结束日期</td> | <td>招标书领取结束日期</td> | ||||
<td>{{announcementInformationDetail.stopTime}}</td> | <td>{{announcementInformationDetail.stopTime}}</td> | ||||
</tr> | </tr> | ||||
<tr> | |||||
<td>招标评审时间</td> | |||||
<td>{{announcementInformationDetail.revieveAt}}</td> | |||||
<td>招标评审地点</td> | |||||
<td>{{announcementInformationDetail.revieveAddress}}</td> | |||||
</tr> | |||||
</script> | </script> | ||||
</table> | </table> | ||||
@@ -38,49 +38,50 @@ | |||||
<img src="../../static/images/bigData_logo.png" alt="" class="logoData"> | <img src="../../static/images/bigData_logo.png" alt="" class="logoData"> | ||||
<div class="time"> | <div class="time"> | ||||
<div style="display: none;" class="rech" onclick="rechSelect()"><img src="../../static/images/rech.png" alt="" /></div> | |||||
<div id="nowDateNYR"></div> | <div id="nowDateNYR"></div> | ||||
<div id="nowDateSFM"></div> | <div id="nowDateSFM"></div> | ||||
<a href="/"><img src="../../static/images/home.png" alt=""></a> | <a href="/"><img src="../../static/images/home.png" alt=""></a> | ||||
</div> | </div> | ||||
</div> | </div> | ||||
<div class="tab_select"> | |||||
<div class="tab_main"> | |||||
<div class="tab1 active" id="statusall" onclick="selectedStatus('all','')"><img src="../../static/images/icon_jj_bg.png" alt="" style="width: 6vw;height: 3vh;display: none;"></div> | |||||
<div class="tab2" id="status1" onclick="selectedStatus('1','正在报名')"><img src="../../static/images/icon_jj_bg.png" alt="" style="width: 6vw;height: 3vh;display: none;"></div> | |||||
<div class="tab3" id="status2" onclick="selectedStatus('2','等待竞价')"><img src="../../static/images/icon_jj_bg.png" alt="" style="width: 6vw;height: 3vh;display: none;"></div> | |||||
<div class="tab4" id="status3" onclick="selectedStatus('3','正在竞价')"><img src="../../static/images/icon_jj_bg.png" alt="" style="width: 6vw;height: 3vh;display: none;"></div> | |||||
<div class="tab5" id="status4" onclick="selectedStatus('4','等待成交')"><img src="../../static/images/icon_jj_bg.png" alt="" style="width: 6vw;height: 3vh;display: none;"></div> | |||||
<div class="tab6" id="status5" onclick="selectedStatus('5','已经成交')"><img src="../../static/images/icon_jj_bg.png" alt="" style="width: 6vw;height: 3vh;display: none;"></div> | |||||
</div> | |||||
<!-- <div class="tab_select">--> | |||||
<!-- <div class="tab_main">--> | |||||
<!-- <div class="tab1 active" id="statusall" onclick="selectedStatus('all','')"><img src="../../static/images/icon_jj_bg.png" alt="" style="width: 6vw;height: 3vh;display: none;"></div>--> | |||||
<!-- <div class="tab2" id="status1" onclick="selectedStatus('1','正在报名')"><img src="../../static/images/icon_jj_bg.png" alt="" style="width: 6vw;height: 3vh;display: none;"></div>--> | |||||
<!-- <div class="tab3" id="status2" onclick="selectedStatus('2','等待竞价')"><img src="../../static/images/icon_jj_bg.png" alt="" style="width: 6vw;height: 3vh;display: none;"></div>--> | |||||
<!-- <div class="tab4" id="status3" onclick="selectedStatus('3','正在竞价')"><img src="../../static/images/icon_jj_bg.png" alt="" style="width: 6vw;height: 3vh;display: none;"></div>--> | |||||
<!-- <div class="tab5" id="status4" onclick="selectedStatus('4','等待成交')"><img src="../../static/images/icon_jj_bg.png" alt="" style="width: 6vw;height: 3vh;display: none;"></div>--> | |||||
<!-- <div class="tab6" id="status5" onclick="selectedStatus('5','已经成交')"><img src="../../static/images/icon_jj_bg.png" alt="" style="width: 6vw;height: 3vh;display: none;"></div>--> | |||||
<!-- </div>--> | |||||
<div class="select_main"> | |||||
<select name="" id="deptLocationContent" onchange="goSearch('dept')"> | |||||
<script id="deptLocationData" type="text/html"> | |||||
<option value="100">请选择所在镇</option> | |||||
{{each deptLocationList as value i}} | |||||
<option value="{{value.deptId}}">{{value.deptName}}</option> | |||||
{{/each}} | |||||
</script> | |||||
</select> | |||||
<select name="" id="secondDept" onchange="goSearch('secondDept')" style="display: none;"> | |||||
<script id="deptSecondLocationData" type="text/html"> | |||||
<option value="">请选择所在村</option> | |||||
{{each deptSecondLocationList as value i}} | |||||
<option value="{{value.deptId}}">{{value.deptName}}</option> | |||||
{{/each}} | |||||
</script> | |||||
</select> | |||||
<select name="" id="deptTypeContent" onchange="goSearch()"> | |||||
<script id="deptTypeData" type="text/html"> | |||||
<option value="">请选择类型</option> | |||||
{{each deptTypeList as value i}} | |||||
<option value="{{value.dictValue}}">{{value.dictLabel}}</option> | |||||
{{/each}} | |||||
</script> | |||||
</select> | |||||
</div> | |||||
</div> | |||||
<!-- <div class="select_main">--> | |||||
<!-- <select name="" id="deptLocationContent" onchange="goSearch('dept')">--> | |||||
<!-- <script id="deptLocationData" type="text/html">--> | |||||
<!-- <option value="100">请选择所在镇</option>--> | |||||
<!-- {{each deptLocationList as value i}}--> | |||||
<!-- <option value="{{value.deptId}}">{{value.deptName}}</option>--> | |||||
<!-- {{/each}}--> | |||||
<!-- </script>--> | |||||
<!-- </select>--> | |||||
<!-- <select name="" id="secondDept" onchange="goSearch('secondDept')" style="display: none;">--> | |||||
<!-- <script id="deptSecondLocationData" type="text/html">--> | |||||
<!-- <option value="">请选择所在村</option>--> | |||||
<!-- {{each deptSecondLocationList as value i}}--> | |||||
<!-- <option value="{{value.deptId}}">{{value.deptName}}</option>--> | |||||
<!-- {{/each}}--> | |||||
<!-- </script>--> | |||||
<!-- </select>--> | |||||
<!-- <select name="" id="deptTypeContent" onchange="goSearch()">--> | |||||
<!-- <script id="deptTypeData" type="text/html">--> | |||||
<!-- <option value="">请选择类型</option>--> | |||||
<!-- {{each deptTypeList as value i}}--> | |||||
<!-- <option value="{{value.dictValue}}">{{value.dictLabel}}</option>--> | |||||
<!-- {{/each}}--> | |||||
<!-- </script>--> | |||||
<!-- </select>--> | |||||
<!-- </div>--> | |||||
<!-- </div>--> | |||||
<div class="bidding"> | <div class="bidding"> | ||||
<table width="100%" class="tableHead" style="table-layout: fixed;" > | <table width="100%" class="tableHead" style="table-layout: fixed;" > | ||||
@@ -119,9 +120,10 @@ | |||||
<table width="100%;" cellpadding="0" cellspacing="0" style="table-layout: fixed;" id="biddingHallListContent"></table> | <table width="100%;" cellpadding="0" cellspacing="0" style="table-layout: fixed;" id="biddingHallListContent"></table> | ||||
</div> | </div> | ||||
<div class="tableType"> | <div class="tableType"> | ||||
<p><i></i>未开始</p> | |||||
<p><i></i>进行中</p> | |||||
<p><i></i>已结束</p> | |||||
<!-- <p><i></i>未开始</p>--> | |||||
<!-- <p><i></i>进行中</p>--> | |||||
<!-- <p><i></i>已结束</p>--> | |||||
<p>技术支持:北京农燊高科信息技术有限公司</p> | |||||
</div> | </div> | ||||
</div> | </div> | ||||
@@ -70,7 +70,7 @@ | |||||
</div> | </div> | ||||
<table width="100%" class="tableHead" style="table-layout: fixed;" > | <table width="100%" class="tableHead" style="table-layout: fixed;" > | ||||
<tr> | <tr> | ||||
<td>出价人</td> | |||||
<td>出价人代号</td> | |||||
<td>联系电话</td> | <td>联系电话</td> | ||||
<td>出价(元)</td> | <td>出价(元)</td> | ||||
<td>出价时间</td> | <td>出价时间</td> | ||||
@@ -81,7 +81,7 @@ | |||||
<script id="biddingInformationData" type="text/html"> | <script id="biddingInformationData" type="text/html"> | ||||
{{each biddinglistInformationDetail as value i}} | {{each biddinglistInformationDetail as value i}} | ||||
<tr> | <tr> | ||||
<td>{{value.userName}}</td> | |||||
<td>{{value.memberId}}</td> | |||||
<td>{{value.userAccount}}</td> | <td>{{value.userAccount}}</td> | ||||
<td>{{value.money}}</td> | <td>{{value.money}}</td> | ||||
<td>{{value.loginTime}}</td> | <td>{{value.loginTime}}</td> | ||||
@@ -117,7 +117,7 @@ | |||||
<p>{{outProjectInformationDetail.price}}</span>{{outProjectInformationDetail.unit}}</p> | <p>{{outProjectInformationDetail.price}}</span>{{outProjectInformationDetail.unit}}</p> | ||||
</div> | </div> | ||||
<div> | <div> | ||||
<p>目前最优出价</p> | |||||
<p>最{{outProjectInformationDetail.biddingDirect=='反向竞价'?'低':'高'}}出价</p> | |||||
<img src="../../static/images/tt_border.png" alt=""> | <img src="../../static/images/tt_border.png" alt=""> | ||||
{{if biddinglistInformationDetail!=undefined && biddinglistInformationDetail.length>0 }} | {{if biddinglistInformationDetail!=undefined && biddinglistInformationDetail.length>0 }} | ||||
@@ -129,10 +129,10 @@ | |||||
</div> | </div> | ||||
<div class="content_box_right_num"> | <div class="content_box_right_num"> | ||||
<p>当前最优出价人(相同出价时以最终成交为准!)</p> | |||||
<p>最新出价人代号(相同出价时以最终成交为准!)</p> | |||||
<img src="../../static/images/tt_border.png" alt=""> | <img src="../../static/images/tt_border.png" alt=""> | ||||
{{if biddinglistInformationDetail!=undefined && biddinglistInformationDetail.length>0 }} | {{if biddinglistInformationDetail!=undefined && biddinglistInformationDetail.length>0 }} | ||||
<p>{{biddinglistInformationDetail[0].userName}}</p> | |||||
<p>{{biddinglistInformationDetail[0].memberId}}</p> | |||||
{{else}} | {{else}} | ||||
<p>无</p> | <p>无</p> | ||||
{{/if}} | {{/if}} | ||||
@@ -189,7 +189,7 @@ | |||||
<tr class="auction_tr"> | <tr class="auction_tr"> | ||||
<td class="auction_td">项目状态</td> | <td class="auction_td">项目状态</td> | ||||
<td> | <td> | ||||
<div class="auction_hall_table_tab auction_hall_table_tab_select" id="statusall" | |||||
<div class="auction_hall_table_tab" id="statusall" | |||||
onclick="selectedStatus('all')">全部 | onclick="selectedStatus('all')">全部 | ||||
</div> | </div> | ||||
@@ -197,7 +197,7 @@ | |||||
<div class="auction_hall_table_tab" id="status2" onclick="selectedStatus('2','等待竞价')">等待竞价</div> | <div class="auction_hall_table_tab" id="status2" onclick="selectedStatus('2','等待竞价')">等待竞价</div> | ||||
<div class="auction_hall_table_tab" id="status3" onclick="selectedStatus('3','正在竞价')">正在竞价</div> | |||||
<div class="auction_hall_table_tab auction_hall_table_tab_select" id="status3" onclick="selectedStatus('3','正在竞价')">正在竞价</div> | |||||
<div class="auction_hall_table_tab" id="status4" onclick="selectedStatus('4','等待成交')">等待成交</div> | <div class="auction_hall_table_tab" id="status4" onclick="selectedStatus('4','等待成交')">等待成交</div> | ||||