diff --git a/static/css/bidding/biddingBigData.css b/static/css/bidding/biddingBigData.css index 658c2fa..b18d605 100644 --- a/static/css/bidding/biddingBigData.css +++ b/static/css/bidding/biddingBigData.css @@ -165,7 +165,7 @@ .tableList{ width: 100%!important; - height: calc(100vh - 130px - 3vh - 10vh)!important; + height: calc(100vh - 130px - 10vh)!important; } .tableList table tr:nth-child(odd){ @@ -184,6 +184,7 @@ .tableType{ background: #133194!important; + text-align: center!important; } .bidding input[type='button']{ @@ -213,11 +214,12 @@ select{ .bidding{ width: 98%; - margin: 0 auto; + margin: 30px auto 0; } .tableType p{ color: #ffffff!important; + margin-left: 0px!important; } .topTit_content{ @@ -533,4 +535,4 @@ select{ 100% { opacity: 1; } -} \ No newline at end of file +} diff --git a/static/js/project/bidding/biddingBigData.js b/static/js/project/bidding/biddingBigData.js index 08e322c..c1f1ed5 100644 --- a/static/js/project/bidding/biddingBigData.js +++ b/static/js/project/bidding/biddingBigData.js @@ -18,15 +18,15 @@ define(['jquery', "template", "Tools", "biddingApi", "itemsApi"], function ($, t module.init = function (page) { //查询交易项目浏览总次数 // 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(); //标的物类型 - 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()) diff --git a/static/js/project/bidding/biddingList.js b/static/js/project/bidding/biddingList.js index f38255f..4c0a4da 100644 --- a/static/js/project/bidding/biddingList.js +++ b/static/js/project/bidding/biddingList.js @@ -18,7 +18,7 @@ define(['jquery', "template", "Tools", "biddingApi", "itemsApi", "paging",'dateT //页码集合 pageList: [], //每页数量 - pageSize: 50, + pageSize: 20, //总页数 pageCount:0, //标的物选中项id @@ -45,8 +45,6 @@ define(['jquery', "template", "Tools", "biddingApi", "itemsApi", "paging",'dateT // signupStopTime:'', // biddingStartTime:'', // 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(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); @@ -279,7 +282,7 @@ define(['jquery', "template", "Tools", "biddingApi", "itemsApi", "paging",'dateT turnThePage = function (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){ @@ -322,6 +325,7 @@ define(['jquery', "template", "Tools", "biddingApi", "itemsApi", "paging",'dateT goSearch = function(){ module.data.itemsInformationList = ''; + module.data.biddingInformationList = []; $('.page_s1').html('') $('#page_s1').html('') module.data.form.deptId = module.data.deptId; diff --git a/view/announcement/inviteTendersDetail.html b/view/announcement/inviteTendersDetail.html index 2332f23..ef67b1f 100644 --- a/view/announcement/inviteTendersDetail.html +++ b/view/announcement/inviteTendersDetail.html @@ -213,6 +213,12 @@
未开始
-进行中
-已结束
+ + + +技术支持:北京农燊高科信息技术有限公司
出价人 | +出价人代号 | 联系电话 | 出价(元) | 出价时间 | @@ -81,7 +81,7 @@