chunk-4db63884.0c5be551.js 12 KB

12
  1. (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-4db63884"],{"0353":function(t,e,n){"use strict";var i=n("6bf8"),a=RegExp.prototype.exec,r=String.prototype.replace,o=a,l="lastIndex",c=function(){var t=/a/,e=/b*/g;return a.call(t,"a"),a.call(e,"a"),0!==t[l]||0!==e[l]}(),s=void 0!==/()??/.exec("")[1],u=c||s;u&&(o=function(t){var e,n,o,u,d=this;return s&&(n=new RegExp("^"+d.source+"$(?!\\s)",i.call(d))),c&&(e=d[l]),o=a.call(d,t),c&&o&&(d[l]=d.global?o.index+o[0].length:e),s&&o&&o.length>1&&r.call(o[0],n,(function(){for(u=1;u<arguments.length-2;u++)void 0===arguments[u]&&(o[u]=void 0)})),o}),t.exports=o},"0e97":function(t,e,n){"use strict";n.r(e);var i=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("section",[t._m(0),n("div",{staticClass:"content"},[n("div",{staticClass:"download-all",staticStyle:{display:"inline-block",float:"right"}},[n("el-button",{attrs:{type:"primary",icon:"el-icon-download",size:"mini"},on:{click:t.downloadAll}},[t._v("导出excel")])],1),t._l(t.results,(function(e,i){return n("div",{key:i,staticClass:"item"},[n("div",{staticClass:"item-title"},[n("span",{staticClass:"title-num"},[t._v("第"+t._s(i+1)+"题:")]),n("span",{staticClass:"title-header"},[t._v(t._s(e.label))]),n("span",{staticClass:"title-type"},[t._v(t._s(t._f("getType")(e.type)))]),n("span",{staticClass:"title-download",on:{click:function(n){return t.downloadItem(e)}}},[t._v("导出Excel")])]),"input"==e.type||"textarea"==e.type?n("div",{staticClass:"item-content"},[t._v("\n 【答案】:"),t._l(e.result,(function(i,a){return n("span",{key:a},[t._v(t._s(i)+t._s(a==e.result.length-1?"":"、"))])}))],2):t._e(),"radio"==e.type||"checkbox"==e.type?n("div",{staticClass:"item-content"},[n("el-table",{attrs:{data:e.items,border:""}},[n("el-table-column",{attrs:{prop:"label",label:"选项"}}),n("el-table-column",{attrs:{prop:"times",label:"次数"}}),n("el-table-column",{attrs:{prop:"sale",label:"比例"},scopedSlots:t._u([{key:"default",fn:function(t){return[n("el-progress",{attrs:{percentage:t.row.sale}})]}}],null,!0)})],1),n("div",{staticStyle:{width:"500px",height:"150px"},attrs:{id:"chartPie"+i}}),n("div",{staticStyle:{width:"500px",height:"150px"},attrs:{id:"chartBar"+i}})],1):t._e()])}))],2)])},a=[function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("p",[n("span",[t._v("信息管理>")]),t._v("问卷统计")])}],r=n("28f8"),o=(n("3441"),n("1bc78"),n("fc02"),n("9973")),l=(n("4d28"),{components:{Page:o["a"]},data:function(){return{loading:!1,results:[]}},filters:{getType:function(t){return"input"==t|"textarea"==t?"【填空题】":"radio"==t?"【单选题】":"checkbox"==t?"【多选题】":void 0}},methods:{downloadAll:function(){var t=this,e=this.$route.query.id,n=this.$route.query.type;this.$api.downloadAnalyseAll({message_id:e,type:n}).then((function(e){var n=document.createElement("a"),i=new Blob([e.data],{type:"application/vnd.ms-excel,charset=UTF-8"}),a=URL.createObjectURL(i),r=decodeURIComponent(e.headers["content-disposition"].split("=")[1]);console.log(r),n.download=r,n.style.display="none",n.href=a,document.body.appendChild(n),n.click(),document.body.removeChild(n),t.download_loading=!1}))},downloadItem:function(t){var e=this,n=this.$route.query.id,i=this.$route.query.type;this.$api.downloadAnalyseItem({message_id:n,type:i,item:t.label}).then((function(t){var n=document.createElement("a"),i=new Blob([t.data],{type:"application/vnd.ms-excel,charset=UTF-8"}),a=URL.createObjectURL(i),r=decodeURIComponent(t.headers["content-disposition"].split("=")[1]);console.log(r),n.download=r,n.style.display="none",n.href=a,document.body.appendChild(n),n.click(),document.body.removeChild(n),e.download_loading=!1}))},getData:function(){var t=this,e=this.$route.query.id,n=this.$route.query.type;this.$api.getMessageSurveyQuestionAnalyse({id:e,type:n}).then((function(e){t.results=e.data.data,t.results.forEach((function(e,n){t.$nextTick((function(){this.getEcharts(e,n)}))}))}))},getEcharts:function(t,e){var n,i=this.$echarts.init(document.getElementById("chartBar".concat(e))),a=this.$echarts.init(document.getElementById("chartPie".concat(e))),o=[],l=[],c=[],s=["#9379ff","#62A2FF","#FFD053","#FF9F41","#FF542C","#FE8463","#9BCA63","#FAD860","#F3A43B","#60C0DD","#D7504B","#C6E579","#F4E001","#F0805A","#26C0C0"],u=[];t.items.forEach((function(t,e){o.push({name:t.label,value:t.times,color:s[e],itemStyle:{normal:{label:{show:!0,color:s[e]},labelLine:{show:!0,color:s[e]}}}}),l.push(t.label),c.push({sale:t.sale,value:t.times,itemStyle:{color:s[e]}})})),o=o.filter((function(t){return 0!=t.value})),o.forEach((function(t,e){u.push(t.color)}));var d={title:{subtext:"填报次数"},color:["#5066FF"],tooltip:{trigger:"axis",axisPointer:{type:"shadow"}},grid:{left:"2%",right:"4%",bottom:"3%",containLabel:!0},xAxis:[{type:"category",data:l,axisTick:{alignWithLabel:!0},axisLine:{lineStyle:{color:"#D4D8EE",width:2,type:"dotted"}},axisLabel:{textStyle:{color:"#999999",fontSize:12},align:"center"}}],yAxis:[{type:"value",boundaryGap:["0%","20%"],axisTick:{show:!1},minInterval:1,axisLine:{show:!1},axisLabel:{show:!0,textStyle:{color:"#666666",fontSize:14}},splitLine:{show:!0,lineStyle:{type:"dashed"}}}],series:[{name:"次数",type:"bar",barWidth:"30px",data:c,itemStyle:{normal:{barBorderRadius:[10,10,10,10],label:{show:!0,position:"top",formatter:function(t){return t.data.sale?t.data.sale+"%":"0%"}}}}}]},p={color:u,tooltip:{trigger:"item",formatter:"{a} <br/>{b} : {c} ({d}%)"},series:[(n={name:"访问来源",type:"pie",radius:"65%",data:o.sort((function(t,e){return t.value-e.value}))},Object(r["a"])(n,"data",o.sort((function(t,e){return t.value-e.value}))),Object(r["a"])(n,"animationType","scale"),Object(r["a"])(n,"animationEasing","elasticOut"),Object(r["a"])(n,"animationDelay",(function(t){return 200*Math.random()})),n)]};i.setOption(d),a.setOption(p)}},mounted:function(){var t=this;this.results.forEach((function(e,n){t.$nextTick((function(){this.getEcharts(e,n)}))}))},created:function(){this.getData()}}),c=l,s=(n("e674"),n("5d22")),u=Object(s["a"])(c,i,a,!1,null,null,null);e["default"]=u.exports},"129d":function(t,e,n){"use strict";n("a210")},1663:function(t,e,n){var i=n("212e"),a=n("3ab0");t.exports=function(t){return function(e,n){var r,o,l=String(a(e)),c=i(n),s=l.length;return c<0||c>=s?t?"":void 0:(r=l.charCodeAt(c),r<55296||r>56319||c+1===s||(o=l.charCodeAt(c+1))<56320||o>57343?t?l.charAt(c):r:t?l.slice(c,c+2):o-56320+(r-55296<<10)+65536)}}},"1bc78":function(t,e,n){for(var i=n("25ba"),a=n("93ca"),r=n("84e8"),o=n("0b34"),l=n("065d"),c=n("953d"),s=n("839a"),u=s("iterator"),d=s("toStringTag"),p=c.Array,f={CSSRuleList:!0,CSSStyleDeclaration:!1,CSSValueList:!1,ClientRectList:!1,DOMRectList:!1,DOMStringList:!1,DOMTokenList:!0,DataTransferItemList:!1,FileList:!1,HTMLAllCollection:!1,HTMLCollection:!1,HTMLFormElement:!1,HTMLSelectElement:!1,MediaList:!0,MimeTypeArray:!1,NamedNodeMap:!1,NodeList:!0,PaintRequestList:!1,Plugin:!1,PluginArray:!1,SVGLengthList:!1,SVGNumberList:!1,SVGPathSegList:!1,SVGPointList:!1,SVGStringList:!1,SVGTransformList:!1,SourceBufferList:!1,StyleSheetList:!0,TextTrackCueList:!1,TextTrackList:!1,TouchList:!1},h=a(f),g=0;g<h.length;g++){var v,y=h[g],b=f[y],m=o[y],x=m&&m.prototype;if(x&&(x[u]||l(x,u,p),x[d]||l(x,d,y),c[y]=p,b))for(v in i)x[v]||r(x,v,i[v],!0)}},"28f8":function(t,e,n){"use strict";function i(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}n.d(e,"a",(function(){return i}))},3441:function(t,e,n){"use strict";var i=n("e99b"),a=n("3250"),r=n("8078"),o=n("0926"),l=[].sort,c=[1,2,3];i(i.P+i.F*(o((function(){c.sort(void 0)}))||!o((function(){c.sort(null)}))||!n("95b6")(l)),"Array",{sort:function(t){return void 0===t?l.call(r(this)):l.call(r(this),a(t))}})},"43ec":function(t,e,n){"use strict";var i=n("1663")(!0);t.exports=function(t,e,n){return e+(n?i(t,e).length:1)}},"6bf8":function(t,e,n){"use strict";var i=n("a86f");t.exports=function(){var t=i(this),e="";return t.global&&(e+="g"),t.ignoreCase&&(e+="i"),t.multiline&&(e+="m"),t.unicode&&(e+="u"),t.sticky&&(e+="y"),e}},"804d":function(t,e,n){var i=n("9cff"),a=n("cea2"),r=n("839a")("match");t.exports=function(t){var e;return i(t)&&(void 0!==(e=t[r])?!!e:"RegExp"==a(t))}},"95b6":function(t,e,n){"use strict";var i=n("0926");t.exports=function(t,e){return!!t&&i((function(){e?t.call(null,(function(){}),1):t.call(null)}))}},9973:function(t,e,n){"use strict";var i=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("el-pagination",{attrs:{background:"","page-size":t.page_size?t.page_size:20,"current-page":t.current,"page-sizes":[10,20,30,40,50,60,70,80,90,100],layout:"total,sizes,prev, pager, next",total:t.total},on:{"current-change":t.getData,"size-change":t.handleSizeChange}})},a=[],r={data:function(){return{page:1}},props:{total:"",page_size:"",current:""},methods:{getData:function(t){this.page=t,this.$emit("pageChange")},handleSizeChange:function(t){this.$emit("pageChange",t)}},created:function(){}},o=r,l=(n("129d"),n("5d22")),c=Object(l["a"])(o,i,a,!1,null,null,null);e["a"]=c.exports},a210:function(t,e,n){},abef:function(t,e,n){},bf73:function(t,e,n){"use strict";var i=n("0353");n("e99b")({target:"RegExp",proto:!0,forced:i!==/./.exec},{exec:i})},c46f:function(t,e,n){"use strict";n("bf73");var i=n("84e8"),a=n("065d"),r=n("0926"),o=n("3ab0"),l=n("839a"),c=n("0353"),s=l("species"),u=!r((function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$<a>")})),d=function(){var t=/(?:)/,e=t.exec;t.exec=function(){return e.apply(this,arguments)};var n="ab".split(t);return 2===n.length&&"a"===n[0]&&"b"===n[1]}();t.exports=function(t,e,n){var p=l(t),f=!r((function(){var e={};return e[p]=function(){return 7},7!=""[t](e)})),h=f?!r((function(){var e=!1,n=/a/;return n.exec=function(){return e=!0,null},"split"===t&&(n.constructor={},n.constructor[s]=function(){return n}),n[p](""),!e})):void 0;if(!f||!h||"replace"===t&&!u||"split"===t&&!d){var g=/./[p],v=n(o,p,""[t],(function(t,e,n,i,a){return e.exec===c?f&&!a?{done:!0,value:g.call(e,n,i)}:{done:!0,value:t.call(n,e,i)}:{done:!1}})),y=v[0],b=v[1];i(String.prototype,t,y),a(RegExp.prototype,p,2==e?function(t,e){return b.call(t,this,e)}:function(t){return b.call(t,this)})}}},e674:function(t,e,n){"use strict";n("abef")},f417:function(t,e,n){"use strict";var i=n("d445"),a=RegExp.prototype.exec;t.exports=function(t,e){var n=t.exec;if("function"===typeof n){var r=n.call(t,e);if("object"!==typeof r)throw new TypeError("RegExp exec method returned something other than an Object or null");return r}if("RegExp"!==i(t))throw new TypeError("RegExp#exec called on incompatible receiver");return a.call(t,e)}},fc02:function(t,e,n){"use strict";var i=n("804d"),a=n("a86f"),r=n("1b0b"),o=n("43ec"),l=n("201c"),c=n("f417"),s=n("0353"),u=n("0926"),d=Math.min,p=[].push,f="split",h="length",g="lastIndex",v=4294967295,y=!u((function(){RegExp(v,"y")}));n("c46f")("split",2,(function(t,e,n,u){var b;return b="c"=="abbc"[f](/(b)*/)[1]||4!="test"[f](/(?:)/,-1)[h]||2!="ab"[f](/(?:ab)*/)[h]||4!="."[f](/(.?)(.?)/)[h]||"."[f](/()()/)[h]>1||""[f](/.?/)[h]?function(t,e){var a=String(this);if(void 0===t&&0===e)return[];if(!i(t))return n.call(a,t,e);var r,o,l,c=[],u=(t.ignoreCase?"i":"")+(t.multiline?"m":"")+(t.unicode?"u":"")+(t.sticky?"y":""),d=0,f=void 0===e?v:e>>>0,y=new RegExp(t.source,u+"g");while(r=s.call(y,a)){if(o=y[g],o>d&&(c.push(a.slice(d,r.index)),r[h]>1&&r.index<a[h]&&p.apply(c,r.slice(1)),l=r[0][h],d=o,c[h]>=f))break;y[g]===r.index&&y[g]++}return d===a[h]?!l&&y.test("")||c.push(""):c.push(a.slice(d)),c[h]>f?c.slice(0,f):c}:"0"[f](void 0,0)[h]?function(t,e){return void 0===t&&0===e?[]:n.call(this,t,e)}:n,[function(n,i){var a=t(this),r=void 0==n?void 0:n[e];return void 0!==r?r.call(n,a,i):b.call(String(a),n,i)},function(t,e){var i=u(b,t,this,e,b!==n);if(i.done)return i.value;var s=a(t),p=String(this),f=r(s,RegExp),h=s.unicode,g=(s.ignoreCase?"i":"")+(s.multiline?"m":"")+(s.unicode?"u":"")+(y?"y":"g"),m=new f(y?s:"^(?:"+s.source+")",g),x=void 0===e?v:e>>>0;if(0===x)return[];if(0===p.length)return null===c(m,p)?[p]:[];var w=0,S=0,L=[];while(S<p.length){m.lastIndex=y?S:0;var C,E=c(m,y?p:p.slice(S));if(null===E||(C=d(l(m.lastIndex+(y?0:S)),p.length))===w)S=o(p,S,h);else{if(L.push(p.slice(w,S)),L.length===x)return L;for(var _=1;_<=E.length-1;_++)if(L.push(E[_]),L.length===x)return L;S=w=C}}return L.push(p.slice(w)),L}]}))}}]);
  2. //# sourceMappingURL=chunk-4db63884.0c5be551.js.map