diff --git a/static/js/api/announcementList.js b/static/js/api/announcementList.js index abb1e16..93a858e 100644 --- a/static/js/api/announcementList.js +++ b/static/js/api/announcementList.js @@ -66,3 +66,15 @@ var jzsSearch = '/transaction/website/jzsSearch'//鉴证公告搜索 deptId:行政区划部门ID */ var jyqzSearch = '/transaction/website/jyqzSearch'//鉴证公告搜索 + +/* +@purl /transaction/website/tender/ +@param +*/ +var tenderDetail = '/transaction/website/tender'//招标公告详情 + +/* +@purl /transaction/website/tenderWin +@param +*/ +var tenderWinDetail = '/transaction/website/tenderWin'//中标公告详情 diff --git a/static/js/api/items.js b/static/js/api/items.js index 968adf7..6483149 100644 --- a/static/js/api/items.js +++ b/static/js/api/items.js @@ -83,3 +83,10 @@ var biddingSubmit = '/transaction/bidding/add'//出价 id: 主键ID */ var base64Upload = '/common/base64Attach'//上传凭证 + +/* +@purl /transaction/website/needProject/ +@param + id: 主键ID +*/ +var needProject = '/transaction/website/needProject/'//需求详情 diff --git a/static/js/project/announcementList/announcementList.js b/static/js/project/announcementList/announcementList.js index 404f893..3941891 100644 --- a/static/js/project/announcementList/announcementList.js +++ b/static/js/project/announcementList/announcementList.js @@ -11,6 +11,10 @@ define(['jquery', "template", "Tools", "announApi", "paging", 'swiper'], functio announcementInformationList:'', //鉴证列表 attestationInformationList:'', + //鉴证列表 + winTheBiddingInformationList:'', + //鉴证列表 + inviteTendersInformationList:'', //页码 pageNum: 1, //页码集合 @@ -121,7 +125,7 @@ define(['jquery', "template", "Tools", "announApi", "paging", 'swiper'], functio if (pageCount < 1){ pageCount = 1; } - if(module.data.announcementInformationList == ''){ + if(module.data.attestationInformationList == ''){ // 初始化 分页器 var page_s1=createPage('.page_s2'); // 设置分页 @@ -148,12 +152,12 @@ define(['jquery', "template", "Tools", "announApi", "paging", 'swiper'], functio if (pageCount < 1){ pageCount = 1; } - if(module.data.announcementInformationList == ''){ + if(module.data.inviteTendersInformationList == ''){ // 初始化 分页器 var page_s1=createPage('.page_s3'); // 设置分页 setPage(page_s1,{ - pageTotal: data.total, // 数据总条数 + pageTotal: data.toqtal, // 数据总条数 pageSize: module.data.pageSize, // 每页显示条数 pageCurrent: 1, // 当前页 maxBtnNum: 5, // 最多按钮个数 (最少5个) @@ -175,7 +179,7 @@ define(['jquery', "template", "Tools", "announApi", "paging", 'swiper'], functio if (pageCount < 1){ pageCount = 1; } - if(module.data.announcementInformationList == ''){ + if(module.data.winTheBiddingInformationList == ''){ // 初始化 分页器 var page_s1=createPage('.page_s4'); // 设置分页 diff --git a/static/js/project/announcementList/inviteTendersDetail.js b/static/js/project/announcementList/inviteTendersDetail.js new file mode 100644 index 0000000..3a786a2 --- /dev/null +++ b/static/js/project/announcementList/inviteTendersDetail.js @@ -0,0 +1,131 @@ +/** + * Created by Administrator on 2021/4/5. + */ +define(['jquery', "template", "Tools", "announApi", "paging", 'swiper'], function ($, template, Tools ) { + //数据存储 + var module = { + data: { + //焦点图数据 + focusListTop: [], + announcementInformationDetail:'', + }, + }; + var tools = new Tools(); + + module.init = function (page) { + //获取焦点图信息 + tools.doGet(websitePicture, {picType:1,status:0,orderByColumn:'picSort',isAsc:'desc'}, module.focusNewsTop , true); + //底部友情链接 + tools.doGet(friendsLinks, {}, module.bottomFriendsLinks, true); + //鉴证公告 + tools.doGet(tenderDetail+'/'+getQueryVariable('id'), {}, module.announInformation,true); + //网站配置信息(网站名称 底部联系方式 公安备案号 网站备案号) + tools.getWebConfig(); + }; + + //焦点图数据 + module.focusNewsTop = function (data) { + if (data.code == 200) { + module.data.focusListTop = data.data; + var bannerFocusDataTop = template('bannerFocusDataTop', module.data); + $("#bannerFocusTopContent").html(bannerFocusDataTop); + + new Swiper('#bannerFocusWrapTop', { + paginationClickable: true, + autoplay : 4000, + loop:true + }) + + } + } + + //获取地址栏参数 + function getQueryVariable(variable){ + var query = window.location.search.substring(1); + var vars = query.split("&"); + for (var i=0;i {{each inviteTendersInformationList as value i}}
  • - {{# value.projectName}} -

    {{# value.jzsSignDate}}

    + {{# value.projectName}} +

    {{# value.logintime}}

    -

    项目编号:{{# value.projectCode}}

    +

    招标方:{{# value.tenderName}}

  • {{/each}} @@ -190,7 +190,7 @@ +
    + + + +
    +
    +

    Hi,欢迎来到农村产权交易中心

    +
    + + +
    +
    + +

    威海市

    +
    +
    + 返回主站 + 竞价大厅 + + + + +
    +
    +
    + +
    +
    + +

    +
    +
    +
    +
    + + +
    + +
    +
    +

    招标公告>招标详情

    + + +
    +
    + + + + + + \ No newline at end of file diff --git a/view/announcement/warrantDetail.html b/view/announcement/warrantDetail.html index 584ef23..7bc7cf9 100644 --- a/view/announcement/warrantDetail.html +++ b/view/announcement/warrantDetail.html @@ -127,7 +127,7 @@
  • 首页
  • 挂牌项目
  • 竞价大厅
  • -
  • 项目公告
  • +
  • 公示公告
  • 个人供求
  • 新闻资讯
  • 政策法规
  • diff --git a/view/announcement/winTheBiddingDetail.html b/view/announcement/winTheBiddingDetail.html new file mode 100644 index 0000000..415745d --- /dev/null +++ b/view/announcement/winTheBiddingDetail.html @@ -0,0 +1,200 @@ + + + + + + 农燊高科-鉴证详情 + + + + + + + + + + +
    +
    + +
    + +
    + +
    +
    +

    Hi,欢迎来到农村产权交易中心

    +
    + + +
    +
    + +

    威海市

    +
    +
    + 返回主站 + 竞价大厅 + + + + +
    +
    +
    + +
    +
    + +

    +
    +
    +
    +
    + + + +
    +

    中标公告>中标详情

    + + +
    +
    + + +
    + + + \ No newline at end of file diff --git a/view/listingItems/itemsList.html b/view/listingItems/itemsList.html index cadc1be..f411f2f 100644 --- a/view/listingItems/itemsList.html +++ b/view/listingItems/itemsList.html @@ -303,7 +303,7 @@
    +
    + +
    + +
    +
    +

    Hi,欢迎来到农村产权交易中心

    +
    + + +
    +
    + +

    威海市

    +
    +
    + 返回主站 + 竞价大厅 + + + + +
    +
    +
    + +
    +
    + +

    +
    +
    +
    +
    + + +
    + +
    +
    +

    需求项目>需求详情

    + + + +
    +
    + + + + + + \ No newline at end of file