招标频道 [切换分站]
招标网服务号 微信公众平台
招标网APP 中招APP下载
招标网 > 招标采购 > 变更公告 > 上海融汇康养中心项目——第一次补充招标文件公告

上海融汇康养中心项目——第一次补充招标文件公告

2020-11-26 上海市
收藏
打印
全屏
用手机查看

扫描到手机,信息随时看

用微信扫一扫功能即可

将此内容分享给朋友

  • 以下内容,仅对会员开放。如需查看详细内容,请先【注册】成为会员。
  • 已注册会员请【登录】后查看。
  • 更多详情,请查看【会员服务列表】
  • 如果您需要解决登录及其他问题,请您拨打客服热线:400-633-1888
  • 【正式会员“登录”后可浏览】
  • 2020年11月26日
  • 【正式会员“登录”后可浏览】
  • 【正式会员“登录”后可浏览】
正文内容

·公告摘要:

采购业主*******于2020年11月26日在招标网发布招标变更公告:上海融汇康养中心项目——第一次补充招标文件公告。请各有关单位及时调整投标等相关工作,以免错失商业机会。

*** 部分为隐藏内容,查看详细信息请

·部分信息内容如下:

上海融汇康养中心项目——第一次补充招标文件公告
.right { text-align: right; } .left { text-align: left; } .tableclass { border: solid *px #**BBE*; border-collapse: collapse; } .tableclass tr td { border: solid *px #**BBE*; } .textbox textarea.textbox-text { white-space: pre-wrap; } .divOpacity { position: absolute; left: *px; top: *px; width: ***%; height: ***%; background-color: #ccc; opacity: *.*; filter: alpha(opacity=**); z-index: *; display: none; margin: *px; padding: *px; } /*json日期格式转换为正常格式*/ function jsonDateFormat(jsonDate) { if (jsonDate != "") { try {//出自http://www.cnblogs.com/ahjesus 尊重作者辛苦劳动成果,转载请注明出处,谢谢! var date = new Date(parseInt(jsonDate.replace("/Date(", "").replace(")/", ""), **)); var month = date.getMonth() + * < ** "*" + (date.getMonth() + *) : date.getMonth() + *; var day = date.getDate() < ** "*" + date.getDate() : date.getDate(); var hours = date.getHours() < ** "*" + date.getHours() : date.getHours(); var minutes = date.getMinutes() < ** "*" + date.getMinutes() : date.getMinutes(); var seconds = date.getSeconds() < ** "*" + 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(")/", ""), **)); var month = date.getMonth() + * < ** "*" + (date.getMonth() + *) : date.getMonth() + *; var day = date.getDate() < ** "*" + date.getDate() : date.getDate(); var hours = date.getHours() < ** "*" + date.getHours() : date.getHours(); var minutes = date.getMinutes() < ** "*" + date.getMinutes() : date.getMinutes(); var seconds = date.getSeconds() < ** "*" + 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(")/", ""), **)); var month = date.getMonth() + * < ** "*" + (date.getMonth() + *) : date.getMonth() + *; var day = date.getDate() < ** "*" + date.getDate() : date.getDate(); var hours = date.getHours() < ** "*" + date.getHours() : date.getHours(); var minutes = date.getMinutes() < ** "*" + date.getMinutes() : date.getMinutes(); var seconds = date.getSeconds() < ** "*" + date.getSeconds() : date.getSeconds(); var milliseconds = date.getMilliseconds(); return date.getFullYear() + "年" + month + "月" + day + "日 " + hours + "时" + minutes + "分"; } catch (ex) {//出自http://www.cnblogs.com/ahjesus 尊重作者辛苦劳动成果,转载请注明出处,谢谢! return ""; } } } /*获取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")); 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")); 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(); 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; }); } else { $("#" + htmlId + " select[data-select]").each(function (index, selectThis) { var dr = getObj($(selectThis).attr("data-select")); var thisProject = new Object(); 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) == *) { $.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) : *; if (fixedLength > * && 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 selectValue = $(data[item].thisObject).combobox("getValue"); var selectObj = getObj($(data[item].thisObject).attr("data-select")); /*验证必上传 不填写就是必填写*/ var required = typeof (selectObj.required) == "undefined" true : eval(selectObj.required); if (selectValue.length == *) { $.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 == * && 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(/[^\x**-\xff]/g, "rr").length; } /*锁屏*/ function divLoadShow() { $("").css({ display: "block", width: "***%", height: $(document).height() }).appendTo("body"); $("").html("正在加载,请稍候。。。").appendTo("body").css({ display: "block", left: ($(document.body).outerWidth(true) - ***) / *, top: ((($(window).height()) - **) / *) + $(document).scrollTop() }); } /*时间格式转*/ function convertDateFromStringNew(dateString) { if (typeof dateString != undefined && dateString != null && dateString.length > *) { var date = new Date(parseInt(dateString.replace("/Date(", "").replace(")/", ""), **)); 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 = *; i < arrayAttrib.length; i++) { var arrayObj = arrayAttrib[i].split(':'); objKeyVal[arrayObj[*]] = arrayObj[*]; } return objKeyVal; } /*获取当前页面协议及域名和端口号*/ function getProtocolHost() { return document.location.protocol + "//" + window.location.host; } /*获取网页根目录*/ function getWebsiteRoot() { var pathName = window.location.pathname.substring(*); var webName = pathName == '' '' : pathName.substring(*, pathName.indexOf('/')); return webName; } /*检查是否是IE*/ function checkIsIE() { var userAgent = navigator.userAgent; var isIe** = userAgent.indexOf('Trident') > -* && userAgent.indexOf("rv:**.*") > -*; if ((userAgent.indexOf("compatible") > -* && userAgent.indexOf("MSIE") > -*) || isIe** || (!!window.ActiveXObject || "ActiveXObject" in window)) { return true; } else { return false; } } $(document).ready(function () { /*easyUI给日期控件增加清空按钮*/ var buttons = $.extend([], $.fn.datebox.defaults.buttons); buttons.splice(*, *, { text: "清空", handler: function (target) { $(target).datebox("setValue", ""); } }); $(".easyui-datebox").datebox({ buttons: buttons }); }) /*生成GGID*/ function uuid() { var s = []; var hexDigits = "**********abcdef"; for (var i = *; i < **; i++) { s[i] = hexDigits.substr(Math.floor(Math.random() * *x**), *); } s[**] = "*"; // bits **-** of the time_hi_and_version field to **** s[**] = hexDigits.substr((s[**] & *x*) | *x*, *); // bits *-* of the clock_seq_hi_and_reserved to ** s[*] = s[**] = s[**] = s[**] = "-"; var uuid = s.join(""); return uuid; } **融汇康养中心项目——第一次补充招标文件公告 报建编号: ****SJ**** 标段号: F** 招标人: **融汇商务咨询有限公司 招标人地址: ******盛泽路*号**楼 招标项目名称: **融汇康养中心项目 建设地点: ******基地**新五支路西至建设**至规划绿地北至五厍学校 公告内容: 本招标项目于****年**月**日发布补充招标文件,最新提交投标文件截止时间为****年**月**日 **时**分,请各投标人及时通过电子交易平台下载文件。 公告发布日期: ****年**月**日 本招标项目历次公告记录: 招标公告(发布日期:****年**月**日) 填报单位: **协实建设工程顾问有限公司 监管部门: ***建设工程招标投标管理办公室 var caSingPage = new function () { this.callBackSingOpen = Function; this.closeSing = Function; this.singOpen = function (jsonStr, callBack, closeSingBack) { $('#singDialog********').show(); $('#singDialog********').dialog({ open: true, modal: true, onClose: function () { $("#singUI********").attr("src", ""); if (typeof caSingPage.closeSing == "function") { caSingPage.closeSing(); } } }); $("#searchFromSingUl******** input:hidden[]").val(encodeURI(jsonStr)); $("#singDialog********").window("center"); $("#searchFromSingUl********").submit(); if (typeof callBack == "function") { this.callBackSingOpen = callBack; } if (typeof closeSingBack == "function") { this.closeSing = closeSingBack; } } } /*回调参数*/ function CallBackSignMethod(retString) { $("#singDialog********").dialog("close"); if (typeof caSingPage.callBackSingOpen == "function") { caSingPage.callBackSingOpen(retString); } } /***弹出div***/ function openShow****() { $("#***d*f**-dc**-****-bcf*-ad*fa*ca****").show(); $("#dd*d*d**-*cc*-***c-***f-*a**b*b**b*e").show(); } /***隐藏div***/ function openHied****() { $("#***d*f**-dc**-****-bcf*-ad*fa*ca****").hide(); $("#dd*d*d**-*cc*-***c-***f-*a**b*b**b*e").hide(); } /*发布公告信息*/ var fbGg = new function () { this.publishGg = function () { var singData = new Object(); singData["报建编号"] = "****SJ****"; singData["标段号"] = "F**"; singData["项目名称"] = "**融汇康养中心项目"; singData["建设单位名称"] = "**融汇商务咨询有限公司"; singData["招标代理机构"] = "**协实建设工程顾问有限公司"; singData[""] = ""; caSingPage.singOpen(JSON.stringify(singData), this.doSignCallBack, openHied****); } /*签名回调方法*/ this.doSignCallBack = function (returnValue) { if (!returnValue.isSuccess || (returnValue.isSuccess != null && returnValue.isSuccess != undefined && returnValue.isSuccess.toString().toLowerCase() === "false")) { openHied****(); $.messager.alert('提示', "签名失败,信息:" + returnValue.message); return; } $("#GgSingData").text(returnValue.signData); } } /*查询详情*/ function details(bcggID) { var url = "/XMJYPTInterWeb/Gktb/BcggXqbcggID=" + bcggID; window.open(url); } 报价网址:http://zjw.sh.gov.cn/index.html

为你推荐 相关的其他招标项目信息

投标提示

为保证您能够顺利投标,请在投标或购买招标文件前向招标代理机构或招标人咨询投标详细要求,有关招标的具体要求及情况以招标代理机构或招标人的解释为准。

加载中...

广告

推荐招标

加载中...

广告