(window["webpackjsonp"] = window["webpackjsonp"] || []).push([[33],{ /***/ 372: /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; // concatenated module: ./node_modules/vue-loader/lib/loaders/templateloader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/products/productcompositionleft.vue?vue&type=template&id=54bd998f& var render = function () {var _vm=this;var _h=_vm.$createelement;var _c=_vm._self._c||_h;return _c('div',{staticclass:"zl-productcomposition"},[_c('div',{staticclass:"product-box",staticstyle:{"height":"auto"}},[_c('div',{staticclass:"center-container"},[_c('h2',{staticclass:"title"},[_vm._v("产品组成")]),_vm._v(" "),_c('div',{staticclass:"zl-tab-box clearfix"},[_c('div',{staticclass:"zh-left-panel"},_vm._l((_vm.tablist),function(tab,index){return _c('div',{key:index,staticclass:"left-tabs-item",class:{'active': index === _vm.tabindex},on:{"click":function($event){return _vm.selecttab(index)}}},[_vm._v("\r\n "+_vm._s(tab.title)+"\r\n ")])}),0),_vm._v(" "),_c('div',{staticclass:"zl-tabs-content",style:({'background': ("url(" + (__webpack_require__(342)("./" + _vm.tablist[_vm.tabindex].imgurl+".png")) + ") " + (_vm.tablist[_vm.tabindex].imgleft? _vm.tablist[_vm.tabindex].imgleft + 'px ' : ' center ') + (_vm.tablist[_vm.tabindex].imgtop? _vm.tablist[_vm.tabindex].imgtop + 'px ' : ' center ') + " no-repeat")})},[_c('div',{staticclass:"zl-tab-panel"},[_c('h2',{staticclass:"product-title"},[_vm._v(_vm._s(_vm.tablist[_vm.tabindex].title))]),_vm._v(" "),_c('p',{staticclass:"product-content"},[_vm._v(_vm._s(_vm.tablist[_vm.tabindex].content))])])])])])])])} var staticrenderfns = [] // concatenated module: ./components/products/productcompositionleft.vue?vue&type=template&id=54bd998f& // external module: ./node_modules/core-js/modules/es6.number.constructor.js var es6_number_constructor = __webpack_require__(373); // external module: ./node_modules/core-js/modules/es6.symbol.js var es6_symbol = __webpack_require__(29); // external module: ./node_modules/core-js/modules/es6.array.from.js var es6_array_from = __webpack_require__(47); // external module: ./node_modules/core-js/modules/es6.string.iterator.js var es6_string_iterator = __webpack_require__(45); // external module: ./node_modules/core-js/modules/es6.object.to-string.js var es6_object_to_string = __webpack_require__(19); // external module: ./node_modules/core-js/modules/web.dom.iterable.js var web_dom_iterable = __webpack_require__(46); // concatenated module: ./node_modules/babel-loader/lib??ref--2-0!./node_modules/vue-loader/lib??vue-loader-options!./components/products/productcompositionleft.vue?vue&type=script&lang=js& // // // // // // // // // // // // // // // // // // // // // // // // // /* harmony default export */ var productcompositionleftvue_type_script_lang_js_ = ({ props: { tablist: { type: array, default: function _default() { return []; } }, tabindex: { type: number, default: 0 } }, mounted: function mounted() { var _this = this; var leftpanelh = document.queryselector('.zh-left-panel').offsetheight; var leftitemdom = document.queryselectorall('.left-tabs-item'); array.from(leftitemdom).foreach(function (item) { var leftitemh = (number(leftpanelh) - 150) / _this.tablist.length + 'px'; item.style.height = leftitemh; item.style.lineheight = leftitemh; }); }, data: function data() { return {}; }, methods: { selecttab: function selecttab(index) { this.$emit('update:tabindex', index); } } }); // concatenated module: ./components/products/productcompositionleft.vue?vue&type=script&lang=js& /* harmony default export */ var products_productcompositionleftvue_type_script_lang_js_ = (productcompositionleftvue_type_script_lang_js_); // external module: ./node_modules/vue-loader/lib/runtime/componentnormalizer.js var componentnormalizer = __webpack_require__(17); // concatenated module: ./components/products/productcompositionleft.vue /* normalize component */ var component = object(componentnormalizer["a" /* default */])( products_productcompositionleftvue_type_script_lang_js_, render, staticrenderfns, false, null, null, null ) /* harmony default export */ var productcompositionleft = __webpack_exports__["a"] = (component.exports); /***/ }), /***/ 376: /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; // concatenated module: ./node_modules/vue-loader/lib/loaders/templateloader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/products/tileboxdetail.vue?vue&type=template&id=3de80f01& var render = function () {var _vm=this;var _h=_vm.$createelement;var _c=_vm._self._c||_h;return _c('el-row',_vm._l((_vm.tileboxdata),function(item,index){return _c('div',{key:index,staticstyle:{"float":"left"},style:({'width': item.width})},[_c('div',{staticclass:"tile-box-s",class:{'br': item.br, 'bb': item.bb, 'gray': item.isgray}},[_c('div',{staticclass:"tile-content"},[(!item.fullurl)?_c('i',{staticclass:"tile-icon",style:({'background': 'url(' + __webpack_require__(371)("./" + (item.icon) + ".png") + ') center no-repeat'})}):_c('i',{staticclass:"tile-icon",style:({'background': 'url('+ item.icon +') center no-repeat'})}),_vm._v(" "),_c('h3',{staticclass:"tile-title"},[_vm._v(_vm._s(item.title))])]),_vm._v(" "),_c('div',{staticclass:"tile-content1"},[_c('h3',{staticclass:"tile-title",class:{'text-center': _vm.center}},[_vm._v(_vm._s(item.title))]),_vm._v(" "),_c('p',{staticclass:"tile-text"},[_vm._v(_vm._s(item.text))])])])])}),0)} var staticrenderfns = [] // concatenated module: ./components/products/tileboxdetail.vue?vue&type=template&id=3de80f01& // concatenated module: ./node_modules/babel-loader/lib??ref--2-0!./node_modules/vue-loader/lib??vue-loader-options!./components/products/tileboxdetail.vue?vue&type=script&lang=js& // // // // // // // // // // // // // // // // // // /* harmony default export */ var tileboxdetailvue_type_script_lang_js_ = ({ props: { tileboxdata: { type: array, default: [], required: true }, center: { type: boolean, default: false } } }); // concatenated module: ./components/products/tileboxdetail.vue?vue&type=script&lang=js& /* harmony default export */ var products_tileboxdetailvue_type_script_lang_js_ = (tileboxdetailvue_type_script_lang_js_); // external module: ./node_modules/vue-loader/lib/runtime/componentnormalizer.js var componentnormalizer = __webpack_require__(17); // concatenated module: ./components/products/tileboxdetail.vue /* normalize component */ var component = object(componentnormalizer["a" /* default */])( products_tileboxdetailvue_type_script_lang_js_, render, staticrenderfns, false, null, null, null ) /* harmony default export */ var tileboxdetail = __webpack_exports__["a"] = (component.exports); /***/ }), /***/ 797: /***/ (function(module, exports, __webpack_require__) { module.exports = __webpack_require__.p + "img/bidding-dzztb.d90a772.png"; /***/ }), /***/ 844: /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; // esm compat flag __webpack_require__.r(__webpack_exports__); // concatenated module: ./node_modules/vue-loader/lib/loaders/templateloader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./pages/products/bidding/dzztb.vue?vue&type=template&id=f9b704b8&scoped=true& var render = function () {var _vm=this;var _h=_vm.$createelement;var _c=_vm._self._c||_h;return _c('div',{staticclass:"zl-products-bidding-dzztb"},[_c('banner',{attrs:{"bannerdata":_vm.bannerdata},scopedslots:_vm._u([{key:"btn",fn:function(){return [_c('a',{staticclass:"text-red",attrs:{"href":_vm.$g.base + '/required?id=' + 11}},[_vm._v("预约演示")]),_vm._v(" "),_c('a',{staticclass:"btn_udesk_im"},[_vm._v("在线咨询")])]},proxy:true}])}),_vm._v(" "),_c('system',{attrs:{"systemdata":_vm.systemdata,"iswhite":true,"isimgbg":true}}),_vm._v(" "),_c('productcompositionleft',{staticclass:"zl-products-bidding-dzztb-01",attrs:{"tablist":_vm.tablist,"tabindex":_vm.tabindex},on:{"update:tabindex":function($event){_vm.tabindex=$event},"update:tab-index":function($event){_vm.tabindex=$event}}}),_vm._v(" "),_c('div',{staticclass:"product-box1 center-container zl-products-bidding-dzztb-02"},[_c('h2',{staticclass:"title"},[_vm._v("产品价值")]),_vm._v(" "),_c('tilebox',{attrs:{"boxdata":_vm.boxdata}})],1),_vm._v(" "),_c('div',{staticclass:"product-relative-box"},[_c('div',{staticclass:"product-box2 zl-products-bidding-dzztb-03"},[_vm._m(0),_vm._v(" "),_c('div',{staticclass:"product-inner-box2"},[_c('tileboxdetail',{attrs:{"tileboxdata":_vm.tileboxdata}})],1)]),_vm._v(" "),(_vm.casedata.length > 0)?_c('div',{staticclass:"product-absolute-box"},[_c('case',{staticclass:"zl-products-bidding-dzztb-04",attrs:{"data":_vm.casedata}})],1):_vm._e()])],1)} var staticrenderfns = [function () {var _vm=this;var _h=_vm.$createelement;var _c=_vm._self._c||_h;return _c('div',{staticclass:"bg-img dzztb"},[_c('h2',{staticclass:"title"},[_vm._v("产品优势")])])}] // concatenated module: ./pages/products/bidding/dzztb.vue?vue&type=template&id=f9b704b8&scoped=true& // external module: ./node_modules/@babel/runtime/helpers/esm/asynctogenerator.js var asynctogenerator = __webpack_require__(9); // external module: ./node_modules/regenerator-runtime/runtime.js var runtime = __webpack_require__(44); // external module: ./components/products/case.vue + 4 modules var case = __webpack_require__(341); // external module: ./components/products/system.vue + 4 modules var system = __webpack_require__(340); // external module: ./components/products/banner.vue + 4 modules var banner = __webpack_require__(338); // external module: ./components/products/tilebox.vue + 4 modules var tilebox = __webpack_require__(374); // external module: ./components/products/tileboxdetail.vue + 4 modules var tileboxdetail = __webpack_require__(376); // external module: ./components/products/productcompositionleft.vue + 4 modules var productcompositionleft = __webpack_require__(372); // concatenated module: ./node_modules/babel-loader/lib??ref--2-0!./node_modules/vue-loader/lib??vue-loader-options!./pages/products/bidding/dzztb.vue?vue&type=script&lang=js& // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // /* harmony default export */ var dzztbvue_type_script_lang_js_ = ({ name: "products-bidding-dzztb", head: function head() { return { title: this.pageinfo.title, meta: [{ hid: "keywords", name: 'keywords', content: this.pageinfo.keywords }, { hid: "description", name: 'description', content: this.pageinfo.description }] }; }, /** * 在服务端执行渲染的部分获取初始数据 * */ asyncdata: function asyncdata(_ref) { return object(asynctogenerator["a" /* default */])( /*#__pure__*/regeneratorruntime.mark(function _callee() { var app, data, res; return regeneratorruntime.wrap(function _callee$(_context) { while (1) { switch (_context.prev = _context.next) { case 0: app = _ref.app; data = { systemdata: { title: '企业电子招标采购平台', content: '企业采购数字化平台是一款安全可靠、稳定高效、操作便捷、扩展性高的标准化交易平台。经过十数载的发展,平台已在各类型采购方的场景中实现了深度的适配和应用,拥有完备的供应链管理体系、严密的监督管理体系以及智能化分析应用等。', imgsrc: __webpack_require__(797), btntext: '了解更多' }, casedata: [] }; _context.next = 4; return app.$axios.$post("".concat(app.$api.product, 11), {}); case 4: res = _context.sent; console.log(res); if (res.status === 200 && json.stringify(res.data) !== '{}') { if (res.data.cases && res.data.cases.length) { data.casedata = app.$clonedeep(res.data.cases); } data.systemdata.content = res.data.content; } return _context.abrupt("return", data); case 8: case "end": return _context.stop(); } } }, _callee); }))(); }, components: { case: case["a" /* default */], system: system["a" /* default */], banner: banner["a" /* default */], tilebox: tilebox["a" /* default */], productcompositionleft: productcompositionleft["a" /* default */], tileboxdetail: tileboxdetail["a" /* default */] }, data: function data() { return { tileboxdata: [{ width: '25%', title: '规范性', text: '严格遵循国家电子招标投标平台建设的法律法规', icon: 'gfx', br: true, bb: true }, { width: '25%', title: '灵活性', text: '支持集团化或非集团化企业使用,并根据客户需求支持对系统进行配置或定制开发', icon: 'lhx', br: true, bb: true }, { width: '25%', title: '可靠性', text: '系统在高负荷状态下可以稳定运行,提供异常监控以及错误诊断和恢复机制,并支持数据库和日志备份', icon: 'kkx', br: true, bb: true }, { width: '25%', title: '易用性', text: '系统界面设置直观、有效,页面内的图形、释义、操作提示等简单直接,人机交互、数据搜索等功能丰富、易理解', icon: 'yyx', br: false, bb: true }, { width: '25%', title: '安全性', text: '通过ca签名、无介质证书等手段实现身份鉴别,完成对重要数据的存储以及用户的访问控制', icon: 'aqx', br: true, bb: false }, { width: '25%', title: '扩展性', text: '系统提供丰富的接口,可快速构建个性化业务系统', icon: 'kzx', br: true, bb: false }, { width: '25%', title: '智能化', text: '通过对历史数据的挖掘和分析,提供智能化的采购管理服务', icon: 'znh', br: true, bb: false }, { width: '25%', title: '不见面', text: '实现对网上投标、异地评标、在线开标等业务支撑,减少资源浪费,防止因重大灾害导致交易中断的情况发生', icon: 'bjm', br: false, bb: false }], boxdata: [{ title: '全流程电子化', text: '支持采购全流程电子化(交易类型全覆盖,含不见面开评标)与企业管理电子化,支持流程的线上追溯。', iconurl: 'dzh', col: 8, hasborder: false, isgray: false }, { title: '在线安全支付', text: '包括网上报名、递交投标保证金、查询保证金递交情况、退还投标保证金等。', iconurl: 'aqzf', col: 8, hasborder: false, isgray: true }, { title: '智能化应用', text: '为企业分析预测采购形式,辅助专家评标并进行集采管理与优化,节约采购成本,提高采购效率。', iconurl: 'wlgl-1', col: 8, hasborder: false, isgray: false }, { title: '高效平稳运行', text: '系统采用主流的技术设计研发,通过十数载的应用和优化,在各项功能和性能方面都达到了当前的先进水平', iconurl: 'znzj-3', col: 8, hasborder: false, isgray: true }, { title: '对接配置灵活', text: '支持与已有平台的完美对接,包括oa、erp、企业专家库等,有效打破信息孤岛。', iconurl: 'zhzjpt-4', col: 8, hasborder: false, isgray: false }, { title: '全流程电子化监督', text: '支持流程的在线追溯,通过配置预警点,分析问题项目并枚举,实现对项目问题的准确把控,提高企业采购的准确性与正确性。', iconurl: 'dzhjg', col: 8, hasborder: false, isgray: true }], /* 页面信息 */ pageinfo: { title: this.$route.meta.title, keywords: this.$route.meta.keywords, description: this.$route.meta.description }, tabindex: 0, tablist: [{ title: '招标管理平台', imgtop: 200, content: '支持从接受委托、安排招标采购计划、发布招标采购公告至标书编制、报名及资格预审、评标、定标、中标公示等业务的全流程电子化需求,且支持标后资料管理、项目评价等。', imgurl: 'dzztb-1' }, { title: '非招标管理平台', imgtop: 200, content: '支持从接受委托、安排采购计划、发布询价/竞价/竞争性谈判/单一来源公告至供应商报价、评审、价格谈判、采购结果、资料归档、费用缴纳等业务的全流程电子化需求,且实现对不见面采购的支撑。', imgurl: 'dzztb-2' }, { title: '交易服务平台', imgtop: 200, content: '平台由企业信息展示、业务网上办理、开评标管理、供应商管理等功能组成,支持招标采购各方进行网上业务的相关操作,并且支持标后资料管理、项目评价等。', imgurl: 'dzztb-3' }, { title: '大数据平台', imgtop: 200, content: '对招标采购中的所有项目信息、招投标人信息、专家信息以及过程中的业务数据进行提取分析,为招标方提供决策依据。', imgurl: 'dzztb-4' }, { title: '监督管理平台', imgtop: 200, content: '实时获取项目进展情况并设置风险控制节点,对项目进行有针对性的监控、预警。', imgurl: 'dzztb-5' }, { title: '运营支撑平台', imgtop: 200, content: '具备文件模板管理、文件审批管理、模块灵活定义、权限管理、源代码管理、系统操作痕迹追踪等功能。', imgurl: 'dzztb-6' }, { title: '协同办公平台', imgtop: 200, content: '实现企业内部办公的自动化、网络化。', imgurl: 'dzztb-7' }, { title: '专家管理平台', imgtop: 200, content: '对内/外部专家进行统一管理维护,支持专家自助入库、考核、请假、抽取等业务需要,可支持多方建立自由专家库,解决采购中的专家来源问题。', imgurl: 'dzztb-8' }], systemdata: {}, bannerdata: { title: '企业电子招标采购平台', content: '筑龙携手300家央企/国企,基于大数据技术采购智能化领域的深度耕耘,打造的一款高效透明的全流程电子化与可视化的企业电子招标采购平台', class: { qyztb: true } }, casedata: [] }; }, created: function created() { var _this = this; if (true) { this.$nexttick(function () { _this.setheightofproduct('.product-absolute-box', '.product-relative-box'); var arr = [{ content: '.zl-products-bidding-dzztb-01', item: '.center-container', func: 'fadeinrightshort' }, { content: '.zl-products-bidding-dzztb-02', item: '.el-col', func: 'fadeinrightshort' }, { content: '.zl-products-bidding-dzztb-03', item: '.product-inner-box2', func: 'fadeindownshort' }, { content: '.zl-products-bidding-dzztb-04', item: '.el-row', func: 'fadeinupshort' }]; _this.scrollbarfunc(arr); _this.savechannel(); }); } }, methods: { selecttab: function selecttab(index) { this.tabindex = index; } } }); // concatenated module: ./pages/products/bidding/dzztb.vue?vue&type=script&lang=js& /* harmony default export */ var bidding_dzztbvue_type_script_lang_js_ = (dzztbvue_type_script_lang_js_); // external module: ./node_modules/vue-loader/lib/runtime/componentnormalizer.js var componentnormalizer = __webpack_require__(17); // concatenated module: ./pages/products/bidding/dzztb.vue /* normalize component */ var component = object(componentnormalizer["a" /* default */])( bidding_dzztbvue_type_script_lang_js_, render, staticrenderfns, false, null, "f9b704b8", null ) /* harmony default export */ var dzztb = __webpack_exports__["default"] = (component.exports); /***/ }) }]);