| @@ -250,7 +250,7 @@ | |||||
| <!--内容 --> | <!--内容 --> | ||||
| <div class="m-t-35 center"> | <div class="m-t-35 center"> | ||||
| <!--挂牌项目 --> | |||||
| <!--交易项目 --> | |||||
| <div class="centerLeft"> | <div class="centerLeft"> | ||||
| <div class="centerLeft-top container"> | <div class="centerLeft-top container"> | ||||
| <p class="centerLeft-top-tit01"> | <p class="centerLeft-top-tit01"> | ||||
| @@ -67,7 +67,7 @@ var friendsLinks = '/transaction/website/links'//查询网站底部友情链接 | |||||
| @param | @param | ||||
| dictType:0 | dictType:0 | ||||
| */ | */ | ||||
| var allViewCount = '/transaction/website/outproject/allViewCount'//查询挂牌项目浏览总次数 | |||||
| var allViewCount = '/transaction/website/outproject/allViewCount'//查询交易项目浏览总次数 | |||||
| /* | /* | ||||
| @purl /transaction/website/outproject/{projectNumberArr}/{deptId}/{limit} | @purl /transaction/website/outproject/{projectNumberArr}/{deptId}/{limit} | ||||
| @@ -79,7 +79,7 @@ var allViewCount = '/transaction/website/outproject/allViewCount'//查询挂牌 | |||||
| deptId:行政区划部门ID | deptId:行政区划部门ID | ||||
| limit:需要获取的数据条数(如获取3条,参数设置为 3) | limit:需要获取的数据条数(如获取3条,参数设置为 3) | ||||
| */ | */ | ||||
| var webListing = '/transaction/website/outproject'//查询挂牌项目信息列表 | |||||
| var webListing = '/transaction/website/outproject'//查询交易项目信息列表 | |||||
| /* | /* | ||||
| @purl /transaction/website/outproject/publicity/{deptId}/{limit} | @purl /transaction/website/outproject/publicity/{deptId}/{limit} | ||||
| @@ -1,5 +1,5 @@ | |||||
| /*-------------- | /*-------------- | ||||
| * 挂牌项目类 | |||||
| * 交易项目类 | |||||
| -----------------*/ | -----------------*/ | ||||
| /* | /* | ||||
| @@ -33,14 +33,14 @@ var webDept = '/transaction/website/deptList'//标的物所在地 | |||||
| @param | @param | ||||
| id: 主键ID | id: 主键ID | ||||
| */ | */ | ||||
| var outProject = '/transaction/website/outproject'//挂牌项目基本信息 | |||||
| var outProject = '/transaction/website/outproject'//交易项目基本信息 | |||||
| /* | /* | ||||
| @purl /transaction/website/transfer/{type} | @purl /transaction/website/transfer/{type} | ||||
| @param | @param | ||||
| type: 传递字典类型参数,获取相应的字典值列表List | type: 传递字典类型参数,获取相应的字典值列表List | ||||
| */ | */ | ||||
| var Dictionaries = '/transaction/website/transfer'//挂牌项目字典 | |||||
| var Dictionaries = '/transaction/website/transfer'//交易项目字典 | |||||
| /* | /* | ||||
| @purl /transaction/website/outproject/showImg/id/{id} | @purl /transaction/website/outproject/showImg/id/{id} | ||||
| @@ -1,167 +1,167 @@ | |||||
| requirejs.config({ | |||||
| urlArgs: "ver=1.0_" + (new Date).getTime(), | |||||
| baseUrl: '/static/js/', | |||||
| paths: { | |||||
| //第三方库的路径配置 | |||||
| jquery: 'lib/jquery/jquery-1.9.1.min', //jquery | |||||
| bootstrap: 'lib/bootstrap/js/bootstrap.min', //bootstrap | |||||
| jqueryCookie: 'lib/jquery-cookie/jquery.cookie', //cookie插件 | |||||
| template: 'lib/template/template', //模板引擎 | |||||
| templaten: 'lib/template/template-native', //模板引擎-后端写法 | |||||
| jqueryLazyload: 'lib/jQuery-plugins/jquery.lazyload.min', //图片延迟加载 | |||||
| dialog: 'lib/dialog/dialog', //artDialog弹窗插件 | |||||
| dialogConf: 'lib/dialog/dialog-config', | |||||
| drag: 'lib/dialog/drag', | |||||
| popup: 'lib/dialog/popup', | |||||
| swiper: 'lib/swiper/swiper.min', //焦点图插件 | |||||
| nprogress: 'lib/nprogress/nprogress', //页面加载loading组件 | |||||
| echarts: 'lib/echarts/echarts.min', //echarts组件 | |||||
| laydata:'lib/laydata/laydata', | |||||
| paging:'lib/paging/page_common',//分页插件 | |||||
| cupload:'lib/cupload/cupload',//上传图片插件 | |||||
| dateTime:'lib/dateTime/dateTime.min',//时间选择器 | |||||
| signature:'lib/jq-signature/jq-signature', | |||||
| WritingPad:'lib/jq-signature/WritingPad', | |||||
| //自己写的路径配置 | |||||
| Tools: 'common/tools', | |||||
| addressApi: 'api/index', //所有Ajax接口存放地 | |||||
| newApi: 'api/new', //新闻接口 | |||||
| itemsApi: 'api/items', //挂牌项目接口 | |||||
| biddingApi: 'api/bidding', //竞价大厅接口 | |||||
| announApi: 'api/announcementList', //项目公告接口 | |||||
| demandApi: 'api/demand', //个人供求接口 | |||||
| policyApi: 'api/policy',//政策法规接口 | |||||
| interactApi: 'api/interact',//互动交流接口 | |||||
| user: 'api/user',//用户信息接口 | |||||
| register:'api/register',//用户注册接口 | |||||
| ajaxUploadImage:'lib/ajaxUpload/ajaxupload',//上传图片 | |||||
| kindeditor:'lib/kindeditor/kindeditor-all', | |||||
| zhCN:'lib/kindeditor/lang/zh-CN', | |||||
| jsencrypt:'lib/jsencrypt/jsencrypt.min',//加密解密 | |||||
| }, | |||||
| shim: { | |||||
| bootstrap: { | |||||
| deps: ['jquery'] | |||||
| }, | |||||
| jqueryLazyload: { | |||||
| deps: ['jquery'] | |||||
| }, | |||||
| dialog: { | |||||
| deps: ['jquery', 'dialogConf', 'drag', 'popup'], | |||||
| exports: 'dialog' | |||||
| }, | |||||
| swiper: { | |||||
| deps: ['jquery'], | |||||
| exports: 'swiper' | |||||
| }, | |||||
| nprogress: { | |||||
| deps: ['jquery'], | |||||
| exports: 'nprogress' | |||||
| }, | |||||
| paging: { | |||||
| deps: ['jquery'], | |||||
| exports: 'paging' | |||||
| }, | |||||
| dateTime: { | |||||
| deps: ['jquery'], | |||||
| exports: 'dateTime' | |||||
| }, | |||||
| ajaxUploadImage: { | |||||
| deps: ['jquery'], | |||||
| exports: 'ajaxUploadImage' | |||||
| }, | |||||
| kindeditor: { | |||||
| deps: ['zhCN'], | |||||
| exports: 'kindeditor' | |||||
| }, | |||||
| jsencrypt: { | |||||
| deps: ['jquery'], | |||||
| exports: 'jsencrypt' | |||||
| }, | |||||
| // WritingPad: { | |||||
| // deps: ['jquery','signature'], | |||||
| // exports: 'WritingPad' | |||||
| // }, | |||||
| } | |||||
| }); | |||||
| //所有页面都需要的js,先行加载 | |||||
| require(['jquery', 'addressApi']); | |||||
| // require(["jquery", "nprogress"], function ($, nprogress) { | |||||
| require(["jquery"], function ($) { | |||||
| //ajax加载页面跳转 | |||||
| // $(document).ajaxStart(function () { | |||||
| // // $('.loading').show(); | |||||
| // // nprogress.start(); | |||||
| // }).ajaxStop(function () { | |||||
| // // $('.loading').hide(); | |||||
| // // nprogress.done(); | |||||
| // }); | |||||
| //根据条件加载不同js文件 | |||||
| var currentPage = $("#require-page").attr("current-page"); | |||||
| var targetModule = $("#require-page").attr("target-module"); | |||||
| if (targetModule) { | |||||
| // 页面加载完毕后再执行相关业务代码比较稳妥 | |||||
| $(function () { | |||||
| require([targetModule], function (targetModule) { | |||||
| //不要在这里写业务代码 | |||||
| //全部统一调用init方法 | |||||
| //也就是每个模块都暴露一个init方法用于事件监听,页面内容加载等 | |||||
| targetModule.init(currentPage); | |||||
| }); | |||||
| }); | |||||
| return; | |||||
| } | |||||
| }) | |||||
| require(["jquery", "Tools","addressApi"], function ($, Tools) { | |||||
| var tools = new Tools(); | |||||
| // document.getElementById('dress').onmouseover = function(){ | |||||
| // document.getElementById('dressList').style.display = 'block'; | |||||
| // }; | |||||
| // document.getElementById('dressList').onmouseover = function(){ | |||||
| // document.getElementById('dressList').style.display = 'block'; | |||||
| // }; | |||||
| // document.getElementById('dress').onmouseout = function(){ | |||||
| // document.getElementById('dressList').style.display = 'none'; | |||||
| // }; | |||||
| // document.getElementById('dressList').onmouseout = function(){ | |||||
| // document.getElementById('dressList').style.display = 'none'; | |||||
| // }; | |||||
| if(tools.getCookie('Admin-Token') != ''){ | |||||
| document.getElementById('userInfo').style.display = 'block'; | |||||
| document.getElementById('userLogin').style.display = 'none'; | |||||
| document.getElementById('userRealName').innerHTML = tools.getCookie('userName'); | |||||
| document.getElementById('userRealName2').innerHTML = tools.getCookie('userName'); | |||||
| document.getElementById('userInfo').onmouseover = function(){ | |||||
| document.getElementById('headHover').style.display = 'block'; | |||||
| }; | |||||
| document.getElementById('headHover').onmouseover = function(){ | |||||
| document.getElementById('headHover').style.display = 'block'; | |||||
| }; | |||||
| document.getElementById('userInfo').onmouseout = function(){ | |||||
| document.getElementById('headHover').style.display = 'none'; | |||||
| }; | |||||
| document.getElementById('headHover').onmouseout = function(){ | |||||
| document.getElementById('headHover').style.display = 'none'; | |||||
| }; | |||||
| }else{ | |||||
| document.getElementById('userLogin').style.display = 'block'; | |||||
| } | |||||
| outLogin = function(){ | |||||
| tools.removeAllCookie(); | |||||
| } | |||||
| goIndex = function(){ | |||||
| tools.skip('/'); | |||||
| } | |||||
| searchAllNew = function () { | |||||
| var searchAllTitle = $('#searchAllTitle').val(); | |||||
| tools.skip('view/new/newList.html?title='+searchAllTitle); | |||||
| } | |||||
| }) | |||||
| requirejs.config({ | |||||
| urlArgs: "ver=1.0_" + (new Date).getTime(), | |||||
| baseUrl: '/static/js/', | |||||
| paths: { | |||||
| //第三方库的路径配置 | |||||
| jquery: 'lib/jquery/jquery-1.9.1.min', //jquery | |||||
| bootstrap: 'lib/bootstrap/js/bootstrap.min', //bootstrap | |||||
| jqueryCookie: 'lib/jquery-cookie/jquery.cookie', //cookie插件 | |||||
| template: 'lib/template/template', //模板引擎 | |||||
| templaten: 'lib/template/template-native', //模板引擎-后端写法 | |||||
| jqueryLazyload: 'lib/jQuery-plugins/jquery.lazyload.min', //图片延迟加载 | |||||
| dialog: 'lib/dialog/dialog', //artDialog弹窗插件 | |||||
| dialogConf: 'lib/dialog/dialog-config', | |||||
| drag: 'lib/dialog/drag', | |||||
| popup: 'lib/dialog/popup', | |||||
| swiper: 'lib/swiper/swiper.min', //焦点图插件 | |||||
| nprogress: 'lib/nprogress/nprogress', //页面加载loading组件 | |||||
| echarts: 'lib/echarts/echarts.min', //echarts组件 | |||||
| laydata:'lib/laydata/laydata', | |||||
| paging:'lib/paging/page_common',//分页插件 | |||||
| cupload:'lib/cupload/cupload',//上传图片插件 | |||||
| dateTime:'lib/dateTime/dateTime.min',//时间选择器 | |||||
| signature:'lib/jq-signature/jq-signature', | |||||
| WritingPad:'lib/jq-signature/WritingPad', | |||||
| //自己写的路径配置 | |||||
| Tools: 'common/tools', | |||||
| addressApi: 'api/index', //所有Ajax接口存放地 | |||||
| newApi: 'api/new', //新闻接口 | |||||
| itemsApi: 'api/items', //交易项目接口 | |||||
| biddingApi: 'api/bidding', //竞价大厅接口 | |||||
| announApi: 'api/announcementList', //项目公告接口 | |||||
| demandApi: 'api/demand', //个人供求接口 | |||||
| policyApi: 'api/policy',//政策法规接口 | |||||
| interactApi: 'api/interact',//互动交流接口 | |||||
| user: 'api/user',//用户信息接口 | |||||
| register:'api/register',//用户注册接口 | |||||
| ajaxUploadImage:'lib/ajaxUpload/ajaxupload',//上传图片 | |||||
| kindeditor:'lib/kindeditor/kindeditor-all', | |||||
| zhCN:'lib/kindeditor/lang/zh-CN', | |||||
| jsencrypt:'lib/jsencrypt/jsencrypt.min',//加密解密 | |||||
| }, | |||||
| shim: { | |||||
| bootstrap: { | |||||
| deps: ['jquery'] | |||||
| }, | |||||
| jqueryLazyload: { | |||||
| deps: ['jquery'] | |||||
| }, | |||||
| dialog: { | |||||
| deps: ['jquery', 'dialogConf', 'drag', 'popup'], | |||||
| exports: 'dialog' | |||||
| }, | |||||
| swiper: { | |||||
| deps: ['jquery'], | |||||
| exports: 'swiper' | |||||
| }, | |||||
| nprogress: { | |||||
| deps: ['jquery'], | |||||
| exports: 'nprogress' | |||||
| }, | |||||
| paging: { | |||||
| deps: ['jquery'], | |||||
| exports: 'paging' | |||||
| }, | |||||
| dateTime: { | |||||
| deps: ['jquery'], | |||||
| exports: 'dateTime' | |||||
| }, | |||||
| ajaxUploadImage: { | |||||
| deps: ['jquery'], | |||||
| exports: 'ajaxUploadImage' | |||||
| }, | |||||
| kindeditor: { | |||||
| deps: ['zhCN'], | |||||
| exports: 'kindeditor' | |||||
| }, | |||||
| jsencrypt: { | |||||
| deps: ['jquery'], | |||||
| exports: 'jsencrypt' | |||||
| }, | |||||
| // WritingPad: { | |||||
| // deps: ['jquery','signature'], | |||||
| // exports: 'WritingPad' | |||||
| // }, | |||||
| } | |||||
| }); | |||||
| //所有页面都需要的js,先行加载 | |||||
| require(['jquery', 'addressApi']); | |||||
| // require(["jquery", "nprogress"], function ($, nprogress) { | |||||
| require(["jquery"], function ($) { | |||||
| //ajax加载页面跳转 | |||||
| // $(document).ajaxStart(function () { | |||||
| // // $('.loading').show(); | |||||
| // // nprogress.start(); | |||||
| // }).ajaxStop(function () { | |||||
| // // $('.loading').hide(); | |||||
| // // nprogress.done(); | |||||
| // }); | |||||
| //根据条件加载不同js文件 | |||||
| var currentPage = $("#require-page").attr("current-page"); | |||||
| var targetModule = $("#require-page").attr("target-module"); | |||||
| if (targetModule) { | |||||
| // 页面加载完毕后再执行相关业务代码比较稳妥 | |||||
| $(function () { | |||||
| require([targetModule], function (targetModule) { | |||||
| //不要在这里写业务代码 | |||||
| //全部统一调用init方法 | |||||
| //也就是每个模块都暴露一个init方法用于事件监听,页面内容加载等 | |||||
| targetModule.init(currentPage); | |||||
| }); | |||||
| }); | |||||
| return; | |||||
| } | |||||
| }) | |||||
| require(["jquery", "Tools","addressApi"], function ($, Tools) { | |||||
| var tools = new Tools(); | |||||
| // document.getElementById('dress').onmouseover = function(){ | |||||
| // document.getElementById('dressList').style.display = 'block'; | |||||
| // }; | |||||
| // document.getElementById('dressList').onmouseover = function(){ | |||||
| // document.getElementById('dressList').style.display = 'block'; | |||||
| // }; | |||||
| // document.getElementById('dress').onmouseout = function(){ | |||||
| // document.getElementById('dressList').style.display = 'none'; | |||||
| // }; | |||||
| // document.getElementById('dressList').onmouseout = function(){ | |||||
| // document.getElementById('dressList').style.display = 'none'; | |||||
| // }; | |||||
| if(tools.getCookie('Admin-Token') != ''){ | |||||
| document.getElementById('userInfo').style.display = 'block'; | |||||
| document.getElementById('userLogin').style.display = 'none'; | |||||
| document.getElementById('userRealName').innerHTML = tools.getCookie('userName'); | |||||
| document.getElementById('userRealName2').innerHTML = tools.getCookie('userName'); | |||||
| document.getElementById('userInfo').onmouseover = function(){ | |||||
| document.getElementById('headHover').style.display = 'block'; | |||||
| }; | |||||
| document.getElementById('headHover').onmouseover = function(){ | |||||
| document.getElementById('headHover').style.display = 'block'; | |||||
| }; | |||||
| document.getElementById('userInfo').onmouseout = function(){ | |||||
| document.getElementById('headHover').style.display = 'none'; | |||||
| }; | |||||
| document.getElementById('headHover').onmouseout = function(){ | |||||
| document.getElementById('headHover').style.display = 'none'; | |||||
| }; | |||||
| }else{ | |||||
| document.getElementById('userLogin').style.display = 'block'; | |||||
| } | |||||
| outLogin = function(){ | |||||
| tools.removeAllCookie(); | |||||
| } | |||||
| goIndex = function(){ | |||||
| tools.skip('/'); | |||||
| } | |||||
| searchAllNew = function () { | |||||
| var searchAllTitle = $('#searchAllTitle').val(); | |||||
| tools.skip('view/new/newList.html?title='+searchAllTitle); | |||||
| } | |||||
| }) | |||||
| @@ -16,7 +16,7 @@ define(['jquery', "template", "Tools", "biddingApi", "itemsApi"], function ($, t | |||||
| var tools = new Tools(); | var tools = new Tools(); | ||||
| 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}, module.biddingHallList,true); | ||||
| //竞价大厅-滚动 | //竞价大厅-滚动 | ||||
| @@ -175,4 +175,4 @@ define(['jquery', "template", "Tools", "biddingApi", "itemsApi"], function ($, t | |||||
| } | } | ||||
| return module; | return module; | ||||
| }); | |||||
| }); | |||||
| @@ -63,7 +63,7 @@ define(['jquery', "template", "Tools", "biddingApi", "itemsApi"], function ($, t | |||||
| tools.doGet(Dictionaries+'/bidding_type', {}, module.biddingTypeDictionaries,true); | tools.doGet(Dictionaries+'/bidding_type', {}, module.biddingTypeDictionaries,true); | ||||
| //期满处理字典 | //期满处理字典 | ||||
| tools.doGet(Dictionaries+'/bidding_direct', {}, module.biddingDirectDictionaries,true); | tools.doGet(Dictionaries+'/bidding_direct', {}, module.biddingDirectDictionaries,true); | ||||
| //挂牌项目竞价记录 | |||||
| //交易项目竞价记录 | |||||
| tools.doGet(biddinglist, {projectId:getQueryVariable('id')}, module.biddinglistInformation,true); | tools.doGet(biddinglist, {projectId:getQueryVariable('id')}, module.biddinglistInformation,true); | ||||
| } | } | ||||
| @@ -260,4 +260,4 @@ define(['jquery', "template", "Tools", "biddingApi", "itemsApi"], function ($, t | |||||
| } | } | ||||
| return module; | return module; | ||||
| }); | |||||
| }); | |||||
| @@ -150,7 +150,7 @@ define(['jquery', "template", "Tools", "biddingApi", "itemsApi", "paging",'dateT | |||||
| document.getElementById('bannerBottom').src = '../../static/images/bannerBottom.jpg' | document.getElementById('bannerBottom').src = '../../static/images/bannerBottom.jpg' | ||||
| } | } | ||||
| } | } | ||||
| //挂牌项目列表 | |||||
| //交易项目列表 | |||||
| module.biddingList = function (data) { | module.biddingList = function (data) { | ||||
| if (data.code == 200) { | if (data.code == 200) { | ||||
| console.log(data) | console.log(data) | ||||
| @@ -369,4 +369,4 @@ define(['jquery', "template", "Tools", "biddingApi", "itemsApi", "paging",'dateT | |||||
| tools.skip('../listingItems/itemsDetail.html?id='+id); | tools.skip('../listingItems/itemsDetail.html?id='+id); | ||||
| } | } | ||||
| return module; | return module; | ||||
| }); | |||||
| }); | |||||
| @@ -284,7 +284,7 @@ define(['jquery', "template", "Tools", 'swiper', 'itemsApi', 'swiper'], function | |||||
| var nowTime = Date.parse(new Date()); | var nowTime = Date.parse(new Date()); | ||||
| if(Date.parse(biddingStartTime)<nowTime&&nowTime<Date.parse(biddingStopTime)){ | if(Date.parse(biddingStartTime)<nowTime&&nowTime<Date.parse(biddingStopTime)){ | ||||
| //正在竞价 | //正在竞价 | ||||
| //挂牌项目竞价记录 | |||||
| //交易项目竞价记录 | |||||
| tools.doGet(biddinglist, {projectId:getQueryVariable('id')}, module.biddinglistInformation,true); | tools.doGet(biddinglist, {projectId:getQueryVariable('id')}, module.biddinglistInformation,true); | ||||
| } | } | ||||
| } | } | ||||
| @@ -331,7 +331,7 @@ define(['jquery', "template", "Tools", 'swiper', 'itemsApi', 'swiper'], function | |||||
| //期满处理字典 | //期满处理字典 | ||||
| tools.doGet(Dictionaries+'/bidding_direct', {}, module.biddingDirectDictionaries,true); | tools.doGet(Dictionaries+'/bidding_direct', {}, module.biddingDirectDictionaries,true); | ||||
| //挂牌项目竞价记录 | |||||
| //交易项目竞价记录 | |||||
| tools.doGet(biddinglist, {projectId:getQueryVariable('id')}, module.biddinglistInformation,true); | tools.doGet(biddinglist, {projectId:getQueryVariable('id')}, module.biddinglistInformation,true); | ||||
| @@ -358,7 +358,7 @@ define(['jquery', "template", "Tools", 'swiper', 'itemsApi', 'swiper'], function | |||||
| s = Math.floor(difference/1000%60); | s = Math.floor(difference/1000%60); | ||||
| $('#countType').html('竞价中') | $('#countType').html('竞价中') | ||||
| $('#countDown').html('<span>距竞价结束还有:0</span>天<span>0</span>时<span>'+m+'</span>分<span>'+s+'</span>秒') | $('#countDown').html('<span>距竞价结束还有:0</span>天<span>0</span>时<span>'+m+'</span>分<span>'+s+'</span>秒') | ||||
| //挂牌项目竞价记录 | |||||
| //交易项目竞价记录 | |||||
| tools.doGet(biddinglist, {projectId:getQueryVariable('id')}, module.biddinglistInformationNew,true); | tools.doGet(biddinglist, {projectId:getQueryVariable('id')}, module.biddinglistInformationNew,true); | ||||
| if(module.data.outProjectInformationDetail.biddingType != '公开竞价' && module.data.biddingTimeType != 2){ | if(module.data.outProjectInformationDetail.biddingType != '公开竞价' && module.data.biddingTimeType != 2){ | ||||
| @@ -186,7 +186,7 @@ define(['jquery', "template", "Tools", "itemsApi", "paging", 'dateTime', 'swiper | |||||
| return (false); | return (false); | ||||
| } | } | ||||
| //挂牌项目列表 | |||||
| //交易项目列表 | |||||
| module.itemList = function (data) { | module.itemList = function (data) { | ||||
| if (data.code == 200) { | if (data.code == 200) { | ||||
| //console.log(data) | //console.log(data) | ||||
| @@ -462,4 +462,4 @@ define(['jquery', "template", "Tools", "itemsApi", "paging", 'dateTime', 'swiper | |||||
| } | } | ||||
| return module; | return module; | ||||
| }); | |||||
| }); | |||||
| @@ -125,7 +125,7 @@ | |||||
| <div class="top"> | <div class="top"> | ||||
| <ul class="container w-1200"> | <ul class="container w-1200"> | ||||
| <li><a href="../../index.html">首页</a></li> | <li><a href="../../index.html">首页</a></li> | ||||
| <li><a href="../listingItems/itemsList.html">挂牌项目</a></li> | |||||
| <li><a href="../listingItems/itemsList.html">交易项目</a></li> | |||||
| <li><a href="../bidding/biddingList.html">竞价大厅</a></li> | <li><a href="../bidding/biddingList.html">竞价大厅</a></li> | ||||
| <li class="active"><a href="../announcement/announcement.html">公示公告</a></li> | <li class="active"><a href="../announcement/announcement.html">公示公告</a></li> | ||||
| <li><a href="../demand/demand.html">个人供求</a></li> | <li><a href="../demand/demand.html">个人供求</a></li> | ||||
| @@ -271,4 +271,4 @@ | |||||
| </body> | </body> | ||||
| <script src="../../static/js/common/require.js" data-main="../../static/js/common/main.js?t=101" id="require-page" | <script src="../../static/js/common/require.js" data-main="../../static/js/common/main.js?t=101" id="require-page" | ||||
| target-module="../../static/js/project/announcementList/attestation.js" defer type="text/javascript"></script> | target-module="../../static/js/project/announcementList/attestation.js" defer type="text/javascript"></script> | ||||
| </html> | |||||
| </html> | |||||
| @@ -125,7 +125,7 @@ | |||||
| <div class="top"> | <div class="top"> | ||||
| <ul class="container w-1200"> | <ul class="container w-1200"> | ||||
| <li><a href="../../index.html">首页</a></li> | <li><a href="../../index.html">首页</a></li> | ||||
| <li><a href="../listingItems/itemsList.html">挂牌项目</a></li> | |||||
| <li><a href="../listingItems/itemsList.html">交易项目</a></li> | |||||
| <li><a href="../bidding/biddingList.html">竞价大厅</a></li> | <li><a href="../bidding/biddingList.html">竞价大厅</a></li> | ||||
| <li class="active"><a href="../announcement/announcement.html">公示公告</a></li> | <li class="active"><a href="../announcement/announcement.html">公示公告</a></li> | ||||
| <li><a href="../demand/demand.html">个人供求</a></li> | <li><a href="../demand/demand.html">个人供求</a></li> | ||||
| @@ -227,4 +227,4 @@ | |||||
| </body> | </body> | ||||
| <script src="../../static/js/common/require.js" data-main="../../static/js/common/main.js?t=101" id="require-page" | <script src="../../static/js/common/require.js" data-main="../../static/js/common/main.js?t=101" id="require-page" | ||||
| target-module="../../static/js/project/announcementList/inviteTendersDetail.js" defer type="text/javascript"></script> | target-module="../../static/js/project/announcementList/inviteTendersDetail.js" defer type="text/javascript"></script> | ||||
| </html> | |||||
| </html> | |||||
| @@ -125,7 +125,7 @@ | |||||
| <div class="top"> | <div class="top"> | ||||
| <ul class="container w-1200"> | <ul class="container w-1200"> | ||||
| <li><a href="../../index.html">首页</a></li> | <li><a href="../../index.html">首页</a></li> | ||||
| <li><a href="../listingItems/itemsList.html">挂牌项目</a></li> | |||||
| <li><a href="../listingItems/itemsList.html">交易项目</a></li> | |||||
| <li><a href="../bidding/biddingList.html">竞价大厅</a></li> | <li><a href="../bidding/biddingList.html">竞价大厅</a></li> | ||||
| <li class="active"><a href="../announcement/announcement.html">公示公告</a></li> | <li class="active"><a href="../announcement/announcement.html">公示公告</a></li> | ||||
| <li><a href="../demand/demand.html">个人供求</a></li> | <li><a href="../demand/demand.html">个人供求</a></li> | ||||
| @@ -229,4 +229,4 @@ | |||||
| </body> | </body> | ||||
| <script src="../../static/js/common/require.js" data-main="../../static/js/common/main.js?t=101" id="require-page" | <script src="../../static/js/common/require.js" data-main="../../static/js/common/main.js?t=101" id="require-page" | ||||
| target-module="../../static/js/project/announcementList/warrantDetail.js" defer type="text/javascript"></script> | target-module="../../static/js/project/announcementList/warrantDetail.js" defer type="text/javascript"></script> | ||||
| </html> | |||||
| </html> | |||||
| @@ -125,7 +125,7 @@ | |||||
| <div class="top"> | <div class="top"> | ||||
| <ul class="container w-1200"> | <ul class="container w-1200"> | ||||
| <li><a href="../../index.html">首页</a></li> | <li><a href="../../index.html">首页</a></li> | ||||
| <li><a href="../listingItems/itemsList.html">挂牌项目</a></li> | |||||
| <li><a href="../listingItems/itemsList.html">交易项目</a></li> | |||||
| <li><a href="../bidding/biddingList.html">竞价大厅</a></li> | <li><a href="../bidding/biddingList.html">竞价大厅</a></li> | ||||
| <li class="active"><a href="../announcement/announcement.html">公示公告</a></li> | <li class="active"><a href="../announcement/announcement.html">公示公告</a></li> | ||||
| <li><a href="../demand/demand.html">个人供求</a></li> | <li><a href="../demand/demand.html">个人供求</a></li> | ||||
| @@ -197,4 +197,4 @@ | |||||
| </body> | </body> | ||||
| <script src="../../static/js/common/require.js" data-main="../../static/js/common/main.js?t=101" id="require-page" | <script src="../../static/js/common/require.js" data-main="../../static/js/common/main.js?t=101" id="require-page" | ||||
| target-module="../../static/js/project/announcementList/winTheBiddingDetail.js" defer type="text/javascript"></script> | target-module="../../static/js/project/announcementList/winTheBiddingDetail.js" defer type="text/javascript"></script> | ||||
| </html> | |||||
| </html> | |||||
| @@ -126,7 +126,7 @@ | |||||
| <div class="top"> | <div class="top"> | ||||
| <ul class="container w-1200"> | <ul class="container w-1200"> | ||||
| <li><a href="../../index.html">首页</a></li> | <li><a href="../../index.html">首页</a></li> | ||||
| <li><a href="../listingItems/itemsList.html">挂牌项目</a></li> | |||||
| <li><a href="../listingItems/itemsList.html">交易项目</a></li> | |||||
| <li><a href="../bidding/biddingList.html">竞价大厅</a></li> | <li><a href="../bidding/biddingList.html">竞价大厅</a></li> | ||||
| <li><a href="../announcement/announcement.html">项目公告</a></li> | <li><a href="../announcement/announcement.html">项目公告</a></li> | ||||
| <li class="active"><a href="../demand/demand.html">个人供求</a></li> | <li class="active"><a href="../demand/demand.html">个人供求</a></li> | ||||
| @@ -204,4 +204,4 @@ | |||||
| target-module="../../static/js/project/demand/demandDetail.js" defer type="text/javascript"></script> | target-module="../../static/js/project/demand/demandDetail.js" defer type="text/javascript"></script> | ||||
| <script> | <script> | ||||
| </script> | </script> | ||||
| </html> | |||||
| </html> | |||||
| @@ -263,7 +263,7 @@ | |||||
| <p>(三)在本项目公告规定报名截止时间前,足额将交易保证金缴纳给甲方。</p> | <p>(三)在本项目公告规定报名截止时间前,足额将交易保证金缴纳给甲方。</p> | ||||
| <p>(四)同意按甲方公告要求向甲方支付报名费。</p> | <p>(四)同意按甲方公告要求向甲方支付报名费。</p> | ||||
| <p>(五)交易成功后,乙方要按项目公告和流转双方签订的《流转合同》约定支付成交价款和相关费用。</p> | <p>(五)交易成功后,乙方要按项目公告和流转双方签订的《流转合同》约定支付成交价款和相关费用。</p> | ||||
| <p>(六)如挂牌项目有说明需要交纳交易佣金的,乙方必须按甲方项目公告内容的交易佣金收取标准及时缴纳交易佣金;</p> | |||||
| <p>(六)如交易项目有说明需要交纳交易佣金的,乙方必须按甲方项目公告内容的交易佣金收取标准及时缴纳交易佣金;</p> | |||||
| <p>三、违约责任</p> | <p>三、违约责任</p> | ||||
| <p>乙方承诺:完全承担规定的全部违约责任。</p> | <p>乙方承诺:完全承担规定的全部违约责任。</p> | ||||
| <p>四、公告和交易期间,除不可抗力因素外,甲方不得撤销终止挂牌交易。</p> | <p>四、公告和交易期间,除不可抗力因素外,甲方不得撤销终止挂牌交易。</p> | ||||
| @@ -125,7 +125,7 @@ | |||||
| <div class="top"> | <div class="top"> | ||||
| <ul class="container w-1200"> | <ul class="container w-1200"> | ||||
| <li><a href="../../index.html">首页</a></li> | <li><a href="../../index.html">首页</a></li> | ||||
| <li class="active"><a href="../listingItems/itemsList.html">挂牌项目</a></li> | |||||
| <li class="active"><a href="../listingItems/itemsList.html">交易项目</a></li> | |||||
| <li><a href="../bidding/biddingList.html">竞价大厅</a></li> | <li><a href="../bidding/biddingList.html">竞价大厅</a></li> | ||||
| <li><a href="../announcement/announcement.html">项目公告</a></li> | <li><a href="../announcement/announcement.html">项目公告</a></li> | ||||
| <li><a href="../demand/demand.html">个人供求</a></li> | <li><a href="../demand/demand.html">个人供求</a></li> | ||||
| @@ -221,4 +221,4 @@ | |||||
| </body> | </body> | ||||
| <script src="../../static/js/common/require.js" data-main="../../static/js/common/main.js?t=101" id="require-page" | <script src="../../static/js/common/require.js" data-main="../../static/js/common/main.js?t=101" id="require-page" | ||||
| target-module="../../static/js/project/listingItems/itemsNeedsDetail.js" defer type="text/javascript"></script> | target-module="../../static/js/project/listingItems/itemsNeedsDetail.js" defer type="text/javascript"></script> | ||||
| </html> | |||||
| </html> | |||||
| @@ -125,7 +125,7 @@ | |||||
| <div class="top"> | <div class="top"> | ||||
| <ul class="container w-1200"> | <ul class="container w-1200"> | ||||
| <li><a href="../../index.html">首页</a></li> | <li><a href="../../index.html">首页</a></li> | ||||
| <li><a href="../listingItems/itemsList.html">挂牌项目</a></li> | |||||
| <li><a href="../listingItems/itemsList.html">交易项目</a></li> | |||||
| <li><a href="../bidding/biddingList.html">竞价大厅</a></li> | <li><a href="../bidding/biddingList.html">竞价大厅</a></li> | ||||
| <li><a href="../announcement/announcement.html">项目公告</a></li> | <li><a href="../announcement/announcement.html">项目公告</a></li> | ||||
| <li><a href="../demand/demand.html">个人供求</a></li> | <li><a href="../demand/demand.html">个人供求</a></li> | ||||
| @@ -176,4 +176,4 @@ | |||||
| </body> | </body> | ||||
| <script src="../../static/js/common/require.js" data-main="../../static/js/common/main.js?t=101" id="require-page" | <script src="../../static/js/common/require.js" data-main="../../static/js/common/main.js?t=101" id="require-page" | ||||
| target-module="../../static/js/project/new/newDetail.js" defer type="text/javascript"></script> | target-module="../../static/js/project/new/newDetail.js" defer type="text/javascript"></script> | ||||
| </html> | |||||
| </html> | |||||
| @@ -125,7 +125,7 @@ | |||||
| <div class="top"> | <div class="top"> | ||||
| <ul class="container w-1200"> | <ul class="container w-1200"> | ||||
| <li><a href="../../index.html">首页</a></li> | <li><a href="../../index.html">首页</a></li> | ||||
| <li><a href="../listingItems/itemsList.html">挂牌项目</a></li> | |||||
| <li><a href="../listingItems/itemsList.html">交易项目</a></li> | |||||
| <li><a href="../bidding/biddingList.html">竞价大厅</a></li> | <li><a href="../bidding/biddingList.html">竞价大厅</a></li> | ||||
| <li><a href="../announcement/announcement.html">项目公告</a></li> | <li><a href="../announcement/announcement.html">项目公告</a></li> | ||||
| <li><a href="../demand/demand.html">个人供求</a></li> | <li><a href="../demand/demand.html">个人供求</a></li> | ||||
| @@ -176,4 +176,4 @@ | |||||
| </body> | </body> | ||||
| <script src="../../static/js/common/require.js" data-main="../../static/js/common/main.js?t=101" id="require-page" | <script src="../../static/js/common/require.js" data-main="../../static/js/common/main.js?t=101" id="require-page" | ||||
| target-module="../../static/js/project/policy/policyDetail.js" defer type="text/javascript"></script> | target-module="../../static/js/project/policy/policyDetail.js" defer type="text/javascript"></script> | ||||
| </html> | |||||
| </html> | |||||
| @@ -53,7 +53,7 @@ | |||||
| <div class="top"> | <div class="top"> | ||||
| <ul class="container w-1200"> | <ul class="container w-1200"> | ||||
| <li class="active"><a href="javascript:void(0)">首页</a></li> | <li class="active"><a href="javascript:void(0)">首页</a></li> | ||||
| <li><a href="view/listingItems/itemsList.html">挂牌项目</a></li> | |||||
| <li><a href="view/listingItems/itemsList.html">交易项目</a></li> | |||||
| <li><a href="view/bidding/biddingList.html">竞价大厅</a></li> | <li><a href="view/bidding/biddingList.html">竞价大厅</a></li> | ||||
| <li><a href="javascript:void(0)">项目公告</a></li> | <li><a href="javascript:void(0)">项目公告</a></li> | ||||
| <li><a href="javascript:void(0)">个人供求</a></li> | <li><a href="javascript:void(0)">个人供求</a></li> | ||||
| @@ -66,4 +66,4 @@ | |||||
| <script src="../static/js/common/require.js" data-main="../static/js/common/main.js?t=101" id="require-page" | <script src="../static/js/common/require.js" data-main="../static/js/common/main.js?t=101" id="require-page" | ||||
| target-module="../static/js/project/index.js" defer type="text/javascript"></script> | target-module="../static/js/project/index.js" defer type="text/javascript"></script> | ||||
| </body> | </body> | ||||
| </html> | |||||
| </html> | |||||