(window["webpackjsonp"] = window["webpackjsonp"] || []).push([[34],{ /***/ 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); /***/ }), /***/ 798: /***/ (function(module, exports, __webpack_require__) { module.exports = __webpack_require__.p + "img/bidding-saas.ff335b0.png"; /***/ }), /***/ 845: /***/ (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/saas.vue?vue&type=template&id=f0907c2e&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-saas"},[_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=' + 12}},[_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-saas-01",staticstyle:{"height":"811px"},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-saas-02"},[_c('h2',{staticclass:"title"},[_vm._v("产品价值")]),_vm._v(" "),_c('tilebox',{attrs:{"boxdata":_vm.boxdata,"boxheight":_vm.boxheight}})],1),_vm._v(" "),_c('div',{staticclass:"product-relative-box",staticstyle:{"height":"976px"}},[_c('div',{staticclass:"product-box2 zl-products-bidding-saas-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",staticstyle:{"top":"250px","padding-top":"250px"}},[_c('case',{staticclass:"zl-products-bidding-saas-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 saas"},[_c('h2',{staticclass:"title"},[_vm._v("产品优势")])])}] // concatenated module: ./pages/products/bidding/saas.vue?vue&type=template&id=f0907c2e&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/saas.vue?vue&type=script&lang=js& // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // /* harmony default export */ var saasvue_type_script_lang_js_ = ({ name: "products-bidding-saas", 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: '数字招标采购saas平台', content: '北京筑龙为中小企业搭建的“即需即用”的数字化采购saas平台,企业用户仅需注册、开通服务,进行简单的配置即可进行交易。平台用户享有单独的交易门户、招投标业务管理平台、网络数字化行政监督平台、专家管理系统、远程异地开评标等系统,并通过上述平台实现对招投标的过程管理,真正实现不同角色用户“零见面、零跑腿”的数字化采购招投标。', imgsrc: __webpack_require__(798), btntext: '了解更多' }, casedata: [] }; _context.next = 4; return app.$axios.$post("".concat(app.$api.product, 12), {}); case 4: res = _context.sent; 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 7: case "end": return _context.stop(); } } }, _callee); }))(); }, components: { case: case["a" /* default */], banner: banner["a" /* default */], system: system["a" /* default */], productcompositionleft: productcompositionleft["a" /* default */], tilebox: tilebox["a" /* default */], tileboxdetail: tileboxdetail["a" /* default */] }, data: function data() { return { pageinfo: { title: this.$route.meta.title, keywords: this.$route.meta.keywords, description: this.$route.meta.description }, page: '', tileboxdata: [{ width: '20%', title: '规范性', text: '严格遵循国家电子招标投标平台建设的法律法规', icon: 'gfx', br: true }, { width: '20%', title: '轻便性', text: '即需即用,企业用户无需配置软硬件设施及系统维护,只需注册、开通服务(进行简单的配置)即可进行交易', icon: 'qbx', br: true }, { width: '20%', title: '便捷性', text: '不同角色用户不受物理空间限制,可线上参与项目的全过程', icon: 'bjx', br: true }, { width: '20%', title: '安全性', text: '通过ca签名、无介质证书等手段实现身份鉴别,完成对重要数据的存储以及用户的访问控制', icon: 'aqx', br: true }, { width: '20%', title: '可信赖性', text: '交易全流程电子化归档留痕,为科学、精准、高效的智能化监督提供重要依据', icon: 'kxlx' }], boxheight: 440, boxdata: [{ title: '“即需即用”的轻便信息化平台', text: '企业用户仅需注册、开通服务(进行简单的配置)即可进行交易,同时会获得单独的交易门户、招投标业务管理平台、网络数字化行政监督平台、专家管理系统(私有专家库管理+平台统一专家库资源)、远程异地开评标等系统,并通过上述平台实现对招投标的过程管理(含标书制作)。', iconurl: 'fzpb', col: 8, hasborder: false, isgray: false }, { title: '便捷的远程异地开标、评标系统', text: '平台提供基于pc与移动端的线上开标虚拟大厅,供应商在线完成投标文件的拆封、解密与在线电子签名确认。在音视频监督环境下,可通过pc端评标客户端实现项目评审,手写签名app实现签名,或直接基于手写签名app实现身份验证、项目评审及签名,极大的提高了开评标的便捷性。', iconurl: 'ydpb', col: 8, hasborder: false, isgray: true }, { title: '网络共享ca证书及认证', text: '用户可在掌上证书app下载安装证书并使用,一个手机可存储多个证书。通过手机ca可极大地提高交易的便捷性,同时实现证书的有效管理。', iconurl: 'gpgzkg', col: 8, hasborder: false, isgray: false }], systemdata: {}, bannerdata: { title: '数字招标采购saas平台', content: '筑龙团队基于在招标采购领域的成功经验,采用当下成熟且安全可靠的saas模式研发的一款面向中小企业的互联网数字采购招投标平台', class: { saas: true } }, tabindex: 0, tablist: [{ title: '交易门户', imgtop: 150, content: '平台为企业提供单独的交易门户,每个企业可在单独的门户后台进行信息维护', imgurl: 'saas-1' }, { title: '招投标业务管理平台', imgtop: 150, content: '平台实现全流程线上招标采购全过程。采购单位:项目管理、招标采购公告模板管理、公告/公示发布、文件编制及发布、定标管理、中标结果公告/发布等;供应商:在线报名、编制及递交投标文件、线上缴纳投标保证金等', imgurl: 'saas-2' }, { title: '监督管理平台', imgtop: 150, content: '业务系统实现交易过程全程留痕,实现交易过程监督有据可依。', imgurl: 'saas-3' }, { title: '远程异地开、评标系统', imgtop: 185, content: '供应商只需在线听从开标指令,完成投标文件的拆封、解密即可进行开标。过程中如有异议,相关人员可通过平台即时提出评审专家可通过移动手写签名提升签名便捷性', imgurl: 'saas-4' }, { title: '电子保函担保', imgtop: 185, content: '平台提供统一的金融服务,为投标人提供电子投标保函服务。投标人通过平台可以直接在线购买电子保函,开标、评标过程中自动校验电子保函的有效性', imgurl: 'saas-5' }, { title: '信息资源平台', imgtop: 200, content: '信息资源平台对招标采购中的所有项目信息、招投标人信息、专家信息以及过程中的业务数据进行提取分析,为招标方提供决策依据', imgurl: 'saas-6' }, { title: '运营支撑平台', imgtop: 180, content: '运营支撑平台具备文件模板管理、文件审批管理、模块灵活定义、权限管理、源代码管理、系统操作痕迹追踪等功能', imgurl: 'saas-7' }], casedata: [] }; }, created: function created() { var _this = this; if (true) { this.$nexttick(function () { var arr = [{ content: '.zl-products-bidding-saas-01', item: '.center-container', func: 'fadeinrightshort' }, { content: '.zl-products-bidding-saas-02', item: '.el-col', func: 'fadeinrightshort' }, { content: '.zl-products-bidding-saas-03', item: '.product-inner-box2', func: 'fadeinrightshort' }, { content: '.zl-products-bidding-saas-04', item: '.el-row', func: 'fadeinupshort' }]; _this.scrollbarfunc(arr); _this.savechannel(); }); } }, methods: { selecttab: function selecttab(index) { this.tabindex = index; } } }); // concatenated module: ./pages/products/bidding/saas.vue?vue&type=script&lang=js& /* harmony default export */ var bidding_saasvue_type_script_lang_js_ = (saasvue_type_script_lang_js_); // external module: ./node_modules/vue-loader/lib/runtime/componentnormalizer.js var componentnormalizer = __webpack_require__(17); // concatenated module: ./pages/products/bidding/saas.vue /* normalize component */ var component = object(componentnormalizer["a" /* default */])( bidding_saasvue_type_script_lang_js_, render, staticrenderfns, false, null, "f0907c2e", null ) /* harmony default export */ var saas = __webpack_exports__["default"] = (component.exports); /***/ }) }]);