总站 [切换分站]

中华人民共和国发改委

中华人民共和国财政部

中华人民共和国建设部

中华人民共和国商务部

招标网 > 2021年03月01日 > 招标公告 > 中港河南岸环境综合整治

中港河南岸环境综合整治

2021-03-01 上海市
  • 以下内容,仅对会员开放。如需查看详细内容,请先【注册】成为会员。
  • 已注册会员请【登录】后查看。
  • 更多详情,请查看【会员服务列表】
  • 如果您需要解决登录及其他问题,请您拨打客服热线:400-633-1888
招标编号 -- 所属地区 上海市
发布日期 2021-03-01 截止日期 --
采购业主 -- 招标公司 上海申轩工程咨询有限公司
联系人 -- 联系方式 --
正文信息
.right { text-align: right; } .left { text-align: left; } .tableclass { border: solid 1px #95BBE7; border-collapse: collapse; } .tableclass tr td { border: solid 1px #95BBE7; } .textbox textarea.textbox-text { white-space: pre-wrap; } .divOpacity { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background-color: #ccc; opacity: 0.4; filter: alpha(opacity=40); z-index: 1; display: none; margin: 0px; padding: 0px; } /*json日期格式转换为正常格式*/ function jsonDateFormat(jsonDate) { if (jsonDate != "") { try {//出自http://www.cnblogs.com/ahjesus 尊重作者辛苦劳动成果,转载请注明出处,谢谢! var date = new Date(parseInt(jsonDate.replace("/Date(", "").replace(")/", ""), 10)); var month = date.getMonth() + 1 < 10 "0" + (date.getMonth() + 1) : date.getMonth() + 1; var day = date.getDate() < 10 "0" + date.getDate() : date.getDate(); var hours = date.getHours() < 10 "0" + date.getHours() : date.getHours(); var minutes = date.getMinutes() < 10 "0" + date.getMinutes() : date.getMinutes(); var seconds = date.getSeconds() < 10 "0" + date.getSeconds() : date.getSeconds(); var milliseconds = date.getMilliseconds(); return date.getFullYear() + "-" + month + "-" + day + " " + hours + ":" + minutes; } catch (ex) {//出自http://www.cnblogs.com/ahjesus 尊重作者辛苦劳动成果,转载请注明出处,谢谢! return ""; } } } /*json日期格式转换为正常格式*/ function jsonDateFormatChinese(jsonDate) { if (jsonDate != "") { try {//出自http://www.cnblogs.com/ahjesus 尊重作者辛苦劳动成果,转载请注明出处,谢谢! var date = new Date(parseInt(jsonDate.replace("/Date(", "").replace(")/", ""), 10)); var month = date.getMonth() + 1 < 10 "0" + (date.getMonth() + 1) : date.getMonth() + 1; var day = date.getDate() < 10 "0" + date.getDate() : date.getDate(); var hours = date.getHours() < 10 "0" + date.getHours() : date.getHours(); var minutes = date.getMinutes() < 10 "0" + date.getMinutes() : date.getMinutes(); var seconds = date.getSeconds() < 10 "0" + date.getSeconds() : date.getSeconds(); var milliseconds = date.getMilliseconds(); return date.getFullYear() + "年" + month + "月" + day + "日 " } catch (ex) {//出自http://www.cnblogs.com/ahjesus 尊重作者辛苦劳动成果,转载请注明出处,谢谢! return ""; } } } /*json日期格式转换为正常格式*/ function jsonDateFormatChineseLenght(jsonDate) { if (jsonDate != "") { try {//出自http://www.cnblogs.com/ahjesus 尊重作者辛苦劳动成果,转载请注明出处,谢谢! var date = new Date(parseInt(jsonDate.replace("/Date(", "").replace(")/", ""), 10)); var month = date.getMonth() + 1 < 10 "0" + (date.getMonth() + 1) : date.getMonth() + 1; var day = date.getDate() < 10 "0" + date.getDate() : date.getDate(); var hours = date.getHours() < 10 "0" + date.getHours() : date.getHours(); var minutes = date.getMinutes() < 10 "0" + date.getMinutes() : date.getMinutes(); var seconds = date.getSeconds() < 10 "0" + date.getSeconds() : date.getSeconds(); var milliseconds = date.getMilliseconds(); return date.getFullYear() + "年" + month + "月" + day + "日 " + hours + "时" + minutes + "分"; } catch (ex) {//出自http://www.cnblogs.com/ahjesus 尊重作者辛苦劳动成果,转载请注明出处,谢谢! return ""; } } } var join_fgf = ";"; /*获取easyui json参数 htmlId=控件ID 可传可不传*/ function getPageParameter(htmlId) { var parameter = new Object(); if (htmlId == null || htmlId == undefined || htmlId == 'undefined') { $("select[data-select]").each(function (index, selectThis) { var dr = getObj($(selectThis).attr("data-select")); var dataOptions = getObj($(selectThis).attr("data-options")); if (!!dataOptions && dataOptions.multiple === "true") { var values = $(selectThis).combobox("getValues"); parameter[dr.name] = values.join(join_fgf); } else { parameter[dr.name] = $(selectThis).combobox("getValue"); } }); $("input[data-date]").each(function (index, textDate) { var dr = getObj($(textDate).attr("data-date")); parameter[dr.name] = $(textDate).datetimebox("getValue"); }); $("input[data-text]").each(function (index, textDate) { var dr = getObj($(textDate).attr("data-text")); parameter[dr.name] = $.trim($(textDate).textbox("getValue")); }); } else { $("#" + htmlId + " select[data-select]").each(function (index, selectThis) { var dr = getObj($(selectThis).attr("data-select")); var dataOptions = getObj($(selectThis).attr("data-options")); if (!!dataOptions && dataOptions.multiple === "true") { var values = $(selectThis).combobox("getValues"); parameter[dr.name] = values.join(join_fgf); } else { parameter[dr.name] = $(selectThis).combobox("getValue"); } }); $("#" + htmlId + " input[data-date]").each(function (index, textDate) { var dr = getObj($(textDate).attr("data-date")); parameter[dr.name] = $(textDate).datetimebox("getValue"); }); $("#" + htmlId + " input[data-text]").each(function (index, textDate) { var dr = getObj($(textDate).attr("data-text")); parameter[dr.name] = $.trim($(textDate).textbox("getValue")); }); } return parameter; } /*获取easyui json参数 htmlId=控件ID 可传可不传*/ function getPageParameterObject(htmlId) { var parameter = new Object(); if (htmlId == null || htmlId == undefined || htmlId == 'undefined') { $("select[data-select]").each(function (index, selectThis) { var dr = getObj($(selectThis).attr("data-select")); var thisProject = new Object(); var dataOptions = getObj($(selectThis).attr("data-options")); if (!!dataOptions && dataOptions.multiple === "true") { var values = $(selectThis).combobox("getValues"); thisProject["Value"] = values.join(join_fgf); } else { thisProject["Value"] = $(selectThis).combobox("getValue"); } thisProject["thisObject"] = selectThis; parameter[dr.name] = thisProject; }); $("input[data-date]").each(function (index, textDate) { var dr = getObj($(textDate).attr("data-date")); var thisProject = new Object(); thisProject["Value"] = $(textDate).datetimebox("getValue"); thisProject["thisObject"] = textDate; parameter[dr.name] = thisProject; }); $("input[data-text]").each(function (index, textDate) { var dr = getObj($(textDate).attr("data-text")); var thisProject = new Object(); thisProject["Value"] = $.trim($(textDate).textbox("getValue")); thisProject["thisObject"] = textDate; parameter[dr.name] = thisProject; }); $("input:checkbox[name]").each(function (index, checkboxObj) { var dataParameter = new Object(); var checjboxName = $(checkboxObj).attr("name"); var checkBoxValue = dataParameter[checjboxName]; if (checkBoxValue == null || checkBoxValue == undefined || checkBoxValue == 'undefined') { dataParameter[checjboxName] = ""; } if (checkboxObj.checked) { dataParameter[checjboxName] += $(checkboxObj).val() + ","; parameter[checjboxName] = checjboxName; } }) } else { $("#" + htmlId + " select[data-select]").each(function (index, selectThis) { var dr = getObj($(selectThis).attr("data-select")); var thisProject = new Object(); var dataOptions = getObj($(selectThis).attr("data-options")); if (!!dataOptions && dataOptions.multiple === "true") { var values = $(selectThis).combobox("getValues"); thisProject["Value"] = values.join(join_fgf); } else { thisProject["Value"] = $(selectThis).combobox("getValue"); } thisProject["thisObject"] = selectThis; parameter[dr.name] = thisProject; }); $("#" + htmlId + " input[data-date]").each(function (index, textDate) { var dr = getObj($(textDate).attr("data-date")); var thisProject = new Object(); thisProject["Value"] = $(textDate).datetimebox("getValue"); thisProject["thisObject"] = textDate; parameter[dr.name] = thisProject; }); $("#" + htmlId + " input[data-text]").each(function (index, textDate) { var dr = getObj($(textDate).attr("data-text")); var thisProject = new Object(); thisProject["Value"] = $.trim($(textDate).textbox("getValue")); thisProject["thisObject"] = textDate; parameter[dr.name] = thisProject; }); } return parameter; } /*easyui检查*/ function easyuiCheck(data) { var dataParameter = new Object(); if (typeof data == 'object') { for (var item in data) { if ($(data[item].thisObject).attr("data-text") != undefined && $(data[item].thisObject).attr("data-text") != 'undefined') { /*文本text*/ var txtObj = getObj($(data[item].thisObject).attr("data-text")); /*Value*/ var valuesStr = $.trim($(data[item].thisObject).textbox("getValue")); /*验证必上传*/ var required = typeof (txtObj.required) == "undefined" true : eval(txtObj.required); if (required && getStrLength(valuesStr) == 0) { $.messager.alert('错误提示', txtObj.content + "不能为空", "error"); return; } if (txtObj.length != null && txtObj.length != undefined) { if (getStrLength(valuesStr) > parseInt(txtObj.length)) { $.messager.alert('错误提示', txtObj.content + "字符长度不能超过" + txtObj.length + "位", "error"); return; } var fixedLength = txtObj.fixedLength != undefined && txtObj.fixedLength != null parseInt(txtObj.fixedLength) : 0; if (fixedLength > 0 && fixedLength != valuesStr.length) { $.messager.alert('错误提示', txtObj.content + "长度必须为" + fixedLength + "位", "error"); return; } } dataParameter[txtObj.name] = valuesStr; } if ($(data[item].thisObject).attr("data-select") != undefined && $(data[item].thisObject).attr("data-select") != 'undefined') { var thisObject = $(data[item].thisObject); var selectValue = thisObject.combobox("getValue"); var dataOptions = getObj(thisObject.attr("data-options")); var selectObj = getObj(thisObject.attr("data-select")); if (!!dataOptions && dataOptions.multiple === "true") { var values = thisObject.combobox("getValues"); if (values.indexOf("") !== -1 || values.indexOf(undefined) !== -1 || values.indexOf("undefined") !== -1) { $.messager.alert('错误提示', "请正确选择" + selectObj.content, "error"); return; } selectValue = values.join(join_fgf); } /*验证必上传 不填写就是必填写*/ var required = typeof (selectObj.required) == "undefined" true : eval(selectObj.required); if (selectValue.length == 0) { $.messager.alert('错误提示', "请选择" + selectObj.content, "error"); return; } dataParameter[selectObj.name] = selectValue; } if ($(data[item].thisObject).attr("data-date") != undefined && $(data[item].thisObject).attr("data-date") != 'undefined') { var dateValue = $(data[item].thisObject).datetimebox("getValue"); var dateObj = getObj($(data[item].thisObject).attr("data-date")); /*验证必上传 不填写就是必填写*/ var required = typeof (dateObj.required) == "undefined" true : eval(dateObj.required); if (dateValue.length == 0 && required) { $.messager.alert('错误提示', "请选择" + dateObj.content, "error"); return; } dataParameter[dateObj.name] = dateValue; } } return dataParameter; } } /*easyui设置禁用*/ function easyuiReadonly(data) { if (typeof data == 'object') { for (var item in data) { if ($(data[item].thisObject).attr("data-text") != undefined && $(data[item].thisObject).attr("data-text") != 'undefined') { $(data[item].thisObject).textbox({ disabled: true }); } if ($(data[item].thisObject).attr("data-select") != undefined && $(data[item].thisObject).attr("data-text") != 'undefined') { $(data[item].thisObject).combobox("readonly", true); } } } } /*获取easyui对象 json参数 htmlId=控件ID 可传可不传 */ function getPageParameterQueryObject(htmlId, htmlName) { var parameter = getPageParameterObject(htmlId); if (parameter == null || parameter == undefined || parameter == 'undefined') { return; } return parameter[htmlName].thisObject; } /*获取字节长度*/ function getStrLength(str) { return str.replace(/[^\x00-\xff]/g, "rr").length; } /*锁屏*/ function divLoadShow() { $("").css({ display: "block", width: "100%", height: $(document).height() }).appendTo("body"); $("").html("正在加载,请稍候。。。").appendTo("body").css({ display: "block", left: ($(document.body).outerWidth(true) - 190) / 2, top: ((($(window).height()) - 45) / 2) + $(document).scrollTop() }); } /*时间格式转*/ function convertDateFromStringNew(dateString) { if (typeof dateString != undefined && dateString != null && dateString.length > 0) { var date = new Date(parseInt(dateString.replace("/Date(", "").replace(")/", ""), 10)); return date; } } /*时间格式转*/ function convertDateFromString(dateString) { if (dateString) { var date = new Date(dateString.replace(/-/, "/")) return date; } } /*关闭锁屏*/ function divLoadHide() { $(".datagrid-mask").remove(); $(".datagrid-mask-msg").remove(); } /*获取html控件值转换成键值对集合*/ function getObj(attributeStr) { var objKeyVal = new Object(); var arrayAttrib = attributeStr.split(','); for (var i = 0; i < arrayAttrib.length; i++) { var arrayObj = arrayAttrib[i].split(':'); objKeyVal[arrayObj[0]] = arrayObj[1]; } return objKeyVal; } /*获取当前页面协议及域名和端口号*/ function getProtocolHost() { return document.location.protocol + "//" + window.location.host; } /*获取网页根目录*/ function getWebsiteRoot() { var pathName = window.location.pathname.substring(1); var webName = pathName == '' '' : pathName.substring(0, pathName.indexOf('/')); return webName; } /*检查是否是IE*/ function checkIsIE() { var userAgent = navigator.userAgent; var isIe11 = userAgent.indexOf('Trident') > -1 && userAgent.indexOf("rv:11.0") > -1; if ((userAgent.indexOf("compatible") > -1 && userAgent.indexOf("MSIE") > -1) || isIe11 || (!!window.ActiveXObject || "ActiveXObject" in window)) { return true; } else { return false; } } $(document).ready(function () { /*easyUI给日期控件增加清空按钮*/ var buttons = $.extend([], $.fn.datebox.defaults.buttons); buttons.splice(1, 0, { text: "清空", handler: function (target) { $(target).datebox("setValue", ""); } }); $(".easyui-datebox").datebox({ buttons: buttons }); }) /*生成GGID*/ function uuid() { var s = []; var hexDigits = "0123456789abcdef"; for (var i = 0; i < 36; i++) { s[i] = hexDigits.substr(Math.floor(Math.random() * 0x10), 1); } s[14] = "4"; // bits 12-15 of the time_hi_and_version field to 0010 s[19] = hexDigits.substr((s[19] & 0x3) | 0x8, 1); // bits 6-7 of the clock_seq_hi_and_reserved to 01 s[8] = s[13] = s[18] = s[23] = "-"; var uuid = s.join(""); return uuid; } 离报名截止时间还有: 建设工程公开招标信息表 报建编号: 2102PD0181 标段号: C01 招标人: 上海市浦东新区老港镇人民政府 招标人地址: 浦东新区建中路7号 招标人联系人: 谢炅凡 招标人联系电话: 13262240901 招标标段名称: 中港河南岸环境综合整治 建设地点: 浦东新区老港镇 工程规模描述 工程概况描述: 步道总长约800米,工程主要内容为护岸整修、人行步道、地面铺装、栈道平台、安全护栏和休息驿站等。 工程总投资: 1120万元人民币 本标段建安工程费: 950万元人民币 是否设置最高投标限价: 设置最高投标限价,最高限价为9434700.00元人民币(943.47万元) 施工工期: 120日历天。 其他说明: / 投标条件 资质要求: 施工资质要求 第一条 市政公用工程施工总承包三级及其以上 以上施工资质要求,投标人只要符合任何一条,但同一条中的多项资质要求需同时满足。 项目负责人资格: 项目负责人必为投标人本单位的工作人员,持有中华人民共和国住房和城乡建设部颁发的中华人民共和国二级及以上建造师执业资格证书,注册专业须为市政公用工程 业绩要求: 无 其他要求: 无 是否接受联合体投标: 不接受联合体投标 是否采用投标人筛选: 否 获得招标文件方式: 通过上海市建设工程交易服务中心电子招标投标交易服务平台下载招标文件。 获取招标文件时间(3日及以上的法定节假日除外): 2021年03月02日 09时00分到2021年03月06日 16时00分 注意: 1、获取招标文件成功后访问上海市建设工程交易服务中心网站(http://www.shcpe.cn),登录交易平台在"交易平台--投标项目管理"菜单中查询下载。 2、潜在投标人或者其他利害关系人对资格预审文件有异议的,应当在提交资格预审申请文件截止时间2日前以书面署名形式向招标人提出;对招标文件有异议的,应当在投标截止时间10日前以书面署名形式向招标人提出。 招标代理机构: 上海申轩工程咨询有限公司 招标代理机构联系人: 谢炅凡 联系电话: 13262240901 公告备注: 项目负责人必须完成个人身份采集,外省市投标人的项目负责人,必须完成进沪信息报送其他: 1、根据电子招投标系统设定,参与开标的投标人代表必须为法定代表人或项目负责人。 2、根据关于本市建设工程招标投标活动做好新冠肺炎疫情常态化防控的通知(沪建招[2020]8号),项目负责人答辩暂定实施。 3、本项目投标保证金仅接受银行保函。银行保函申请人必须是投标人,保证人必须是投标人基本账户的开户银行或其上级银行(银行保函有效期需大于等于投标有效期,有效期起始点以提交投标文件截止日起算)。 4、本项目招标文件工本费1000元/本,在开标现场提交(仅接受现金,如需开票,请提供开票信息)。 递交投标文件方式: 将电子投标文件递交至上海市建设工程交易服务中心电子招标投标交易服务平台 递交投标文件截止时间: 2021年03月25日 13时30分 开标地址: 浦东新区牡丹路185号405会议室 投标保证金: 设置投标保证金,投标保证金为18万元人民币 招标文件工本费: 1000元人民币 同时发布本次招标公告的媒介名称: 上海市公共资源交易服务平台、上海市住房和城乡建设管理委员会门户网站、上海市建设工程交易服务中心网站、上海市政府采购网http://www.zfcg.sh.gov.cn/、www.etu365.com 监管部门: 上海市浦东新区建设市场管理站
文件下载 请点击下载

为您推荐 上海市 相关的其他招标项目信息

加载中...

广告

加载中...

广告