(window["webpackjsonp"] = window["webpackjsonp"] || []).push([[35],{ /***/ 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); /***/ }), /***/ 799: /***/ (function(module, exports, __webpack_require__) { module.exports = __webpack_require__.p + "img/bidding-supplier.321f1d1.png"; /***/ }), /***/ 846: /***/ (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/supplier.vue?vue&type=template&id=39b7f5ae& var render = function () {var _vm=this;var _h=_vm.$createelement;var _c=_vm._self._c||_h;return _c('div',{staticclass:"zl-products-bidding-supplier"},[_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=' + 14}},[_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-supplier-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-supplier-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-supplier-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-supplier-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 supplier"},[_c('h2',{staticclass:"title"},[_vm._v("产品优势")])])}] // concatenated module: ./pages/products/bidding/supplier.vue?vue&type=template&id=39b7f5ae& // 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/supplier.vue?vue&type=script&lang=js& // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // /* harmony default export */ var suppliervue_type_script_lang_js_ = ({ name: "products-bidding-supplier", 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__(799), btntext: '了解更多' }, casedata: [] }; _context.next = 4; return app.$axios.$post("".concat(app.$api.product, 14), {}); 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 */], system: system["a" /* default */], banner: banner["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: '33.3333%', title: '规范性', text: '严格遵循各个企业供应商管理办法及考核依据', icon: 'gfx', br: true, bb: true }, { width: '33.3333%', title: '灵活性', text: '提供基础版和精英版供企业选择,可根据客户需求完成对系统的定制开发和配置要求', icon: 'lhx', br: true, bb: true }, { width: '33.3333%', title: '可靠性', text: '系统在高负荷状态下可以稳定运行,提供异常监控以及错误诊断和恢复机制,并支持数据库和日志备份', icon: 'kkx', br: true, bb: false }, { width: '33.3333%', title: '易用性', text: '系统界面设置直观、有效,页面内的图形、释义、操作提示等简单直接,人机交互、数据搜索等功能丰富、易理解', icon: 'yyx', br: true, bb: false }, { width: '33.3333%', title: '安全性', text: '基于组织架构、权限分配,完成重要数据存储以及用户的访问控制', icon: 'aqx', br: true, bb: false }, { width: '33.3333%', title: '扩展性', text: '系统提供丰富的接口,可快速构建个性化业务系统', icon: 'kzx', br: false, bb: false }], boxheight: 313, boxdata: [{ title: '入库门槛灵活配置', text: '智能化入库审核、真伪数据一目了然,审核过程无需人工参与,一站式入库。', iconurl: 'lhpz', col: 8, hasborder: false, isgray: false }, { title: '评价指标科学有效', text: '系统建立科学有效的指标考核体系,根据企业管理差异性,设置权重占比,实现科学化评价。', iconurl: 'zbkxyx', col: 8, hasborder: false, isgray: true }, { title: '风险防控安全可靠', text: '实时更新供应商风险数据,动态维护供应商风险指数,有效防范可能发生的履约或质量风险。', iconurl: 'aqkk', col: 8, hasborder: false, isgray: false }, { title: '画像体系精准明晰', text: '建立供应商全息画像,直观精准地反映供应商交易水平、履约能力、供货质量,有效防范供应商相关风险。', iconurl: 'hxtx', col: 12, hasborder: false, isgray: true }, { title: '对接配置灵活', text: '可灵活与企业现有的各平台的对接,包括与已有的oa系统、erp、供应链系统、交易系统等对接。', iconurl: 'zhzjpt-4', col: 12, hasborder: false, isgray: false }], tabindex: 0, tablist: [{ title: '供应商准入', imgtop: 180, content: '整合第三方数据接口,实时对接入库企业工商、资质、业绩、经营、司法等数据信息,通过入库门槛及亮灯机制,自动审核入库,无需人工参与,提高入库审核效率。', imgurl: 'supplier-1' }, { title: '供应商考察', imgtop: 180, content: '建立供应商资质、工厂、案例考察指标,辅助企业建立标准化供应商考察机制,实现企业工作流程的规范化、降低采购风险,提升企业竞争力。', imgurl: 'supplier-2' }, { title: '供应商评价', imgtop: 180, content: '围绕不同等级的供应商构建不同权重的考核指标。根据企业特性、供应能力、采购策略制定对应的评价体系,实现分级管理。', imgurl: 'supplier-3' }, { title: '供应商寻源', imgtop: 180, content: '基于供应商历史报价金额、报价次数、报价名称、报价类目等信息,融入智能物料理念,丰富采购寻源渠道,打破传统寻源弊端,提高寻源效率。', imgurl: 'supplier-4' }, { title: '供应商画像', imgtop: 180, content: '对供应商进行全息画像建模,通过分析供应商交易能力、合同履约、司法风险、供货质量、售后服务等数据维度,构建供应商个体画像模型,方便管理者全面了解在库供应商能力及业务动态,为企业绩效考核、业务合作提供了科学的评判依据。', imgurl: 'supplier-5' }, { title: '供应商推荐', imgtop: 180, content: '借助智能物料编码体系,在企业全生命周期成本管理的理念下,基于供应商交易习惯、报价策略及中标率实现最优供应商推荐策略,从而遴选出真正优质的供应商。', imgurl: 'supplier-6' }, { title: '供应商预警', imgtop: 180, content: '侧重于对供应商信用、能力、经营、履约、司法风险预警防控,实现实时性、全面性、可视化的供应商监测预警机制。', imgurl: 'supplier-7' }, { title: '供应商黑名单', imgtop: 180, content: '建立供应商诚信处罚黑名单,对供应商违规、违约、失信行为进行公示,有利于营造诚信公平的竞争环境,防止供应商违法乱纪行为发生。', imgurl: 'supplier-8' }], systemdata: {}, bannerdata: { title: '供应商寻源管理系统', content: '凭借15年的技术沉淀和对招标采购业务的深入理解,为企业供应商寻源管理提供的一套“高效、安全、先进”的解决方案', class: { gysxy: 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-supplier-01', item: '.center-container', func: 'fadeinrightshort' }, { content: '.zl-products-bidding-supplier-02', item: '.el-col', func: 'fadeinrightshort' }, { content: '.zl-products-bidding-supplier-03', item: '.product-inner-box2', func: 'fadeinrightshort' }, { content: '.zl-products-bidding-supplier-04', item: '.el-row', func: 'fadeinupshort' }]; _this.scrollbarfunc(arr); _this.savechannel(); }); } }, methods: { selecttab: function selecttab(index) { this.tabindex = index; } } }); // concatenated module: ./pages/products/bidding/supplier.vue?vue&type=script&lang=js& /* harmony default export */ var bidding_suppliervue_type_script_lang_js_ = (suppliervue_type_script_lang_js_); // external module: ./node_modules/vue-loader/lib/runtime/componentnormalizer.js var componentnormalizer = __webpack_require__(17); // concatenated module: ./pages/products/bidding/supplier.vue /* normalize component */ var component = object(componentnormalizer["a" /* default */])( bidding_suppliervue_type_script_lang_js_, render, staticrenderfns, false, null, null, null ) /* harmony default export */ var supplier = __webpack_exports__["default"] = (component.exports); /***/ }) }]);