1 line
134 KiB
JavaScript
1 line
134 KiB
JavaScript
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-50cc6f76"],{"021e":function(t,e,a){"use strict";a("2659")},"0a52":function(t,e,a){},"0d7b":function(t,e,a){t.exports=a.p+"static/img/oi3.78109a8c.png"},1229:function(t,e,a){t.exports=a.p+"static/img/top3_icon.412cff9e.png"},"146e":function(t,e,a){"use strict";a("0a52")},"1b40":function(t,e,a){t.exports=a.p+"static/img/oi8.dc0df71b.png"},2659:function(t,e,a){},"2ba7":function(t,e,a){"use strict";var n,r,o=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"cockitDialog"},[a("el-dialog",{attrs:{"append-to-body":!0,"lock-scroll":!0,"close-on-click-modal":!1,"close-on-press-escape":!1,"custom-class":"r2Dialog",visible:t.dialogTableVisible,"before-close":t.closeDialog,width:t.width},on:{"update:visible":function(e){t.dialogTableVisible=e}}},[a("div",{attrs:{slot:"title"},slot:"title"},[a("span",[t._v(" "+t._s(t.title))]),t._v(" "),t.titleTooltip?a("el-tooltip",{attrs:{effect:"dark",placement:"top"}},[a("template",{slot:"content"},[a("div",[t._v(t._s(t.titleTooltip))])]),t._v(" "),a("span",{staticClass:"el-icon-info"})],2):t._e()],1),t._v(" "),a("div",{staticClass:"todayDynamicsTable"},[a("div",{staticClass:"f-c-c"},[t.radioMenuList.length>0?a("el-radio-group",{attrs:{size:"mini"},on:{change:t.radioChange},model:{value:t.radioSelect,callback:function(e){t.radioSelect=e},expression:"radioSelect"}},t._l(t.radioMenuList,(function(e,n){return a("el-radio-button",{key:n,attrs:{label:e.value}},[t._v(t._s(e.label))])})),1):t._e()],1),t._v(" "),a("el-table",{staticClass:"todayDynamics",attrs:{data:t.isPagination?t.tableList:t.tableList.slice((t.query.pageNumber-1)*t.query.pageSize,t.query.pageNumber*t.query.pageSize),"row-class-name":t.tableRowClassName},on:{"row-click":t.handleRowClick}},[t._l(t.columns,(function(e,n){return[void 0===e.type?a("el-table-column",{key:n,attrs:{"column-key":e.columnKey,prop:e.prop,label:e.label,width:e.minWidth?"-":e.width||"auto",minWidth:e.minWidth||e.width||140,fixed:e.fixed,"render-header":e.renderHeader,sortable:e.sortable,"sort-by":e.sortBy,"sort-method":e.method,resizable:e.resizable,formatter:e.formatter,"show-overflow-tooltip":e.showOverflowTooltip,align:e.align||"center","header-align":e.headerAlign||e.align||"center","class-name":e.className,"label-class-name":e.labelClassName,selectable:e.selectable,"reserve-selection":e.reserveSelection,filters:e.filters,"filter-placement":e.filterPlacement,"filter-multiple":e.filterMultiple,"filter-method":e.filterMethod,"filtered-value":e.filteredValue},scopedSlots:t._u([{key:"default",fn:function(n){return[e.slotName?a("span",[t._v("\n "+t._s(n.$index+(t.query.pageNumber-1)*t.query.pageSize+1)+"\n ")]):e.render?a("span",[t._v("\n "+t._s(e.render(n.row))+"\n ")]):e.renderHtml?a("span",[a("my-render",{attrs:{scope:n,render:e.renderHtml}})],1):e.formatter?a("span",[t._v("\n "+t._s(e.formatter(n.row,n.column,n.row[e.prop],n.$index))+"\n ")]):e.link?a("el-link",{attrs:{type:"primary"}},[t._v("\n "+t._s(n.row[e.prop])+"\n ")]):a("span",{style:{color:n.row[e.color]}},[t._v("\n "+t._s(n.row[e.prop])+"\n ")])]}}],null,!0)}):a("el-table-column",t._b({key:n},"el-table-column",e,!1))]}))],2)],1),t._v(" "),a("div",{staticClass:"table-ststisic-pages"},[a("el-pagination",{attrs:{"pager-count":7,"page-size":t.query.pageSize,layout:"total,prev, pager, next",total:t.pageTotal},on:{"size-change":t.handleSizeChange,"current-change":t.handleCurrentChange}})],1),t._v(" "),a("span",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[t.showCancelBtn?a("el-button",{staticClass:"closeDialogBtn",on:{click:t.closeDialog}},[t._v("取 消")]):t._e(),t._v(" "),t.showSubmitBtn?a("el-button",{staticClass:"commitDialogBtn",on:{click:t.submit}},[t._v("确定")]):t._e()],1)])],1)},i=[],s={name:"myRender",functional:!0,props:{scope:Object,render:Function},render:function(t,e){return e.props.render?e.props.render(t,e.props.scope):""}},c=s,l=a("829d"),u=Object(l["a"])(c,n,r,!1,null,null,null),d=u.exports,p={name:"cockitDialogTable",components:{myRender:d},props:{width:{default:"50%"},title:{type:String,default:""},titleTooltip:{type:String,default:""},tableList:{type:Array,default:[]},columns:{type:Array,default:[]},isPagination:{type:Boolean,default:!1},pageTotal:{type:Number,default:0},showCancelBtn:{type:Boolean,default:!0},showSubmitBtn:{type:Boolean,default:!1},radioMenuList:{default:function(){return[]}},radioSelect:{}},data:function(){return{query:{pageSize:10,pageNumber:1},layout:"prev,pager,next",listLoading:!1,dialogTableVisible:!1}},methods:{radioChange:function(t){this.$emit("radioChange",t)},initData:function(){this.dialogTableVisible=!0},closeDialog:function(){this.query={pageSize:10,pageNumber:1},this.dialogTableVisible=!1},handleRowClick:function(t,e,a){this.$emit("row-click",t,e,a)},submit:function(){},tableRowClassName:function(t){t.row;var e=t.rowIndex;return(e+1)%2===0?"row-even":"row-odd"},handleSizeChange:function(t){this.query.pageSize=t},handleCurrentChange:function(t){this.query.pageNumber=t}}},h=p,f=(a("c595"),Object(l["a"])(h,o,i,!1,null,"3b9a04ac",null));e["a"]=f.exports},"2c8a":function(t,e,a){},"2e19":function(t,e,a){t.exports=a.p+"static/img/o5.fdbff1f3.png"},"2ec3":function(t,e,a){t.exports=a.p+"static/img/oi4.006d6850.png"},"3ab1":function(t,e,a){"use strict";a.r(e);var n=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"flowlayout"},[n("el-row",{attrs:{gutter:24}},[n("el-col",{staticClass:"mb24",attrs:{xs:24,sm:24,md:24,lg:24,xl:24}},[n("card",[n("div",{staticClass:"targetBox"},[n("div",{staticClass:"targetTitle"},[n("span",[t._v("目标:")])]),t._v(" "),n("div",{staticClass:"targetBoxItem"},[n("div",{staticClass:"targetContent"},[n("div",{staticClass:"targetBoxItemLeft"},[n("img",{staticClass:"icon-target",attrs:{src:a("f556"),alt:""}}),t._v(" "),n("span",{staticClass:"targetLabel"},[t._v("1.安全生产")]),t._v(" "),n("span",{staticClass:"targetItem"},[t._v("目标:"),n("span",{staticClass:"targetValue"},[t._v(t._s(t.safetyTargetValue))])]),t._v(" "),n("span",{staticClass:"targetItem"},[t._v("权重:"),n("span",{staticClass:"targetValueBlue"},[t._v(t._s(t.safetyProportion))])])]),t._v(" "),n("div",{staticClass:"targetBoxItemLeft"},[n("img",{staticClass:"icon-target",attrs:{src:a("600fa"),alt:""}}),t._v(" "),n("span",{staticClass:"targetLabel"},[t._v("3.客户满意")]),t._v(" "),n("span",{staticClass:"targetItem"},[t._v("目标:"),n("span",{staticClass:"targetValue"},[t._v(t._s(t.satisfactionTargetValue))])]),t._v(" "),n("span",{staticClass:"targetItem"},[t._v("权重:"),n("span",{staticClass:"targetValueBlue"},[t._v(t._s(t.satisfactionProportion))])])])]),t._v(" "),n("div",{staticClass:"targetContent"},[n("div",{staticClass:"targetBoxItemLeft"},[n("img",{staticClass:"icon-target",attrs:{src:a("9934"),alt:""}}),t._v(" "),n("span",{staticClass:"targetLabel"},[t._v("2.财务效益")]),t._v(" "),n("span",{staticClass:"targetItem"},[t._v("目标:"),n("span",{staticClass:"targetValue"},[t._v(t._s(t.financeTargetValue))])]),t._v(" "),n("span",{staticClass:"targetItem"},[t._v("权重:"),n("span",{staticClass:"targetValueBlue"},[t._v(t._s(t.financeProportion))])])]),t._v(" "),n("div",{staticClass:"targetBoxItemLeft"},[n("img",{staticClass:"icon-target",attrs:{src:a("974c"),alt:""}}),t._v(" "),n("span",{staticClass:"targetLabel"},[t._v("4.服务质量")]),t._v(" "),n("span",{staticClass:"targetItem"},[t._v("目标:"),n("span",{staticClass:"targetValue"},[t._v(t._s(t.serviceTargetValue))])]),t._v(" "),n("span",{staticClass:"targetItem"},[t._v("权重:"),n("span",{staticClass:"targetValueBlue"},[t._v(t._s(t.serviceProportion))])])])])]),t._v(" "),n("div",{staticClass:"operationalIndexBox"},[n("div",{staticClass:"operationalIndexContent"},[n("span",{staticClass:"operationalIndexLabel"},[t._v("运营指数")]),t._v(" "),n("el-tooltip",{attrs:{effect:"dark",placement:"right"}},[n("template",{slot:"content"},[n("div",[t._v("\n 运营指数为安全生产指数、效益指数、客户满意的计权相加。\n ")]),t._v(" "),n("div",[t._v("\n 安全指数权重*(安全指数/安全目标值)*100 +\n 效益指数权重*(效益指数/效益目标值)*100 +客户满意权重 *\n (客户满意/满意度目标值)*100 +\n 服务质量权重*(服务指数/服务目标值)*100\n ")])]),t._v(" "),n("img",{attrs:{src:a("7e50"),alt:""}})],2),t._v(" "),n("span",[t._v(":")]),t._v(" "),n("span",{staticClass:"operationalIndexValue",style:"color:"+t.getOperationalIndex.color},[t._v(t._s(t.getOperationalIndex.number||0))])],1),t._v(" "),n("div",{staticClass:"projectReportBox"},[n("el-date-picker",{staticStyle:{width:"140px"},attrs:{type:"month",format:"yyyy-MM","value-format":"yyyy-MM",clearable:!1,placeholder:"选择年月",size:"small"},on:{change:t.getProjectReport},model:{value:t.projectReportMonth,callback:function(e){t.projectReportMonth=e},expression:"projectReportMonth"}}),t._v(" "),n("el-select",{staticStyle:{width:"150px"},attrs:{size:"small",clearable:!1,placeholder:"选择报告智能体"},on:{change:t.getProjectReport},model:{value:t.projectReportType,callback:function(e){t.projectReportType=e},expression:"projectReportType"}},t._l(t.projectReportAgents,(function(t){return n("el-option",{key:t.value,attrs:{label:t.label,value:t.value}})})),1),t._v(" "),t.projectReportInfo?[n("el-button",{directives:[{name:"star-twinkle",rawName:"v-star-twinkle"}],attrs:{type:"primary",size:"small"},on:{click:t.seeProjectReport}},[t._v("\n 查看报告\n ")]),t._v(" "),n("el-button",{directives:[{name:"star-twinkle",rawName:"v-star-twinkle"}],attrs:{type:"primary",size:"small"},on:{click:t.handleProjectReport}},[t._v("\n 重新生成报告\n ")])]:[n("el-button",{directives:[{name:"star-twinkle",rawName:"v-star-twinkle"}],attrs:{type:"primary",size:"small"},on:{click:t.handleProjectReport}},[t._v("\n 生成报告\n ")])]],2)]),t._v(" "),n("div",{staticClass:"buildingInfoBox"},[n("div",{staticClass:"buildingInfoItem"},[n("img",{staticClass:"icon-building",attrs:{src:a("2e19"),alt:""}}),t._v(" "),n("span",[t._v("建筑面积:")]),t._v(" "),n("span",{staticClass:"buildingInfoValue"},[t._v(t._s(t.floorage?t.floorage:"-"))]),t._v(" "),n("span",[t._v("㎡")])]),t._v(" "),n("div",{staticClass:"buildingInfoItem"},[n("img",{staticClass:"icon-building",attrs:{src:a("b996"),alt:""}}),t._v(" "),n("span",[t._v("总户数:")]),t._v(" "),n("span",{staticClass:"buildingInfoValue"},[t._v(t._s(t.houseNum?t.houseNum:"-"))])])])])])],1),t._v(" "),n("el-col",{attrs:{xs:24,sm:24,md:7,lg:6,xl:6}},[n("el-row",{attrs:{gutter:24}},[n("el-col",{attrs:{xs:24,sm:24,md:12,lg:12,xl:12}},[n("card",{staticClass:"mb24 h200",attrs:{"body-style":t.cardBodyStyle,footerStyle:t.cardFooterStyle}},[n("div",{attrs:{slot:"header"},slot:"header"},[n("span",{staticClass:"link-title",on:{click:function(e){return t.toPath(t.pagesPath[2])}}},[t._v("安全指数\n "),n("el-tooltip",{attrs:{effect:"dark",placement:"top"}},[n("template",{slot:"content"},[n("div",[t._v("\n 安全指数:安全指数=100-风险指数。安全指数数值在0与100之间,数值越高,越安全\n ")]),t._v(" "),n("div",[t._v("\n 风险指数:5000/19.99*【(特大风险数量*特大风险比例40%)+(重大风险数量*重大风险比例30%)+(中等风险数量*中等风险比例20%)+(一般风险数量*一般风险比例9.99%)+(低风险数量*低风险比例0.01%)/(重大风险数量+特大风险数量+中等风险数量+一般风险数量+低风险数量)】\n ")])]),t._v(" "),n("img",{attrs:{src:a("7e50"),alt:""}})],2)],1)]),t._v(" "),n("div",{staticClass:"miniCardBody miniCardBodyCenter safety-card"},[n("div",{staticClass:"safety-card-pic"},[n("p",[n("b",[t._v(t._s(t.safetyExponent?t.safetyIndex:0))])]),t._v(" "),n("img",{attrs:{src:a("8cbb"),alt:""}}),t._v(" "),n("span",[t._v("今日")])])]),t._v(" "),n("div",{attrs:{slot:"footer"},slot:"footer"},[t._v("by:指数模型")])])],1),t._v(" "),n("el-col",{attrs:{xs:24,sm:24,md:12,lg:12,xl:12}},[n("card",{staticClass:"mb24 h200",attrs:{"body-style":t.cardBodyStyle,footerStyle:t.cardFooterStyle}},[n("div",{attrs:{slot:"header"},slot:"header"},[n("span",[t._v("安全生产")]),t._v(" "),n("el-tooltip",{attrs:{effect:"dark",placement:"top"}},[n("template",{slot:"content"},[n("div",[t._v("\n 当有发生时间为本年 且 有(重大 或者\n 特大),则安全生产天数为0\n ")])]),t._v(" "),n("img",{attrs:{src:a("7e50"),alt:""}})],2)],1),t._v(" "),n("div",{staticClass:"miniCardBody miniCardBodyCenter safety-card"},[n("div",{staticClass:"safety-card-pic"},[n("p",[0!==t.safetyProductionDays?n("b",[t._v("\n "+t._s(t.safetyProductionDays)+"\n ")]):n("b",[t._v("0")]),t._v(" "),n("span",{staticClass:"safety-card-unit"},[t._v(" 天")])]),t._v(" "),n("img",{attrs:{src:a("8cbb"),alt:""}})]),t._v(" "),0===t.safetyProductionDays?n("div",{staticClass:"safety-card-extra"},[n("span",[t._v("重大事故"+t._s(t.majorAccidents)+"起")]),t._v(" "),n("span",[t._v("特大事故"+t._s(t.extraLargeAccidents)+"起")])]):t._e()])])],1)],1),t._v(" "),n("el-row",{style:{marginLeft:"-2px",marginRight:"-2px",marginBottom:"24px"},attrs:{gutter:24}},[n("card",[n("div",{staticClass:"dangerous-source-table"},[n("el-table",{staticStyle:{width:"100%"},attrs:{data:t.dangerousTableData,"header-cell-style":{background:"#0a287f",color:"#ffffff",border:"1px solid #0a287f",textAlign:"center",fontSize:"14px",height:"39px",fontWeight:"normal",padding:"0"},"cell-style":{border:"1px solid #0a287f",textAlign:"center",fontSize:"14px",color:"#ffffff",height:"34px",fontWeight:"normal",backgroundColor:"transparent",background:"transparent",padding:"0"}},on:{"cell-click":t.handleCellClick}},[n("el-table-column",{attrs:{prop:"name",align:"center"},scopedSlots:t._u([{key:"default",fn:function(e){return[n("span",{staticStyle:{"font-weight":"600",color:"#ffffff"}},[t._v(t._s(e.row.name))])]}}])},[n("template",{slot:"header"},[n("span",{staticClass:"link-title",staticStyle:{"font-weight":"600"},on:{click:function(e){return t.toPath(t.pagesPath[2])}}},[t._v("\n 危险源监控\n ")])])],2),t._v(" "),n("el-table-column",{attrs:{align:"center",prop:"one"},scopedSlots:t._u([{key:"default",fn:function(e){return[n("span",{staticStyle:{"font-weight":"600",color:"#d42927",cursor:"pointer"}},[t._v(t._s(e.row.one))])]}}])},[n("template",{slot:"header"},[n("span",{staticStyle:{"font-weight":"600",color:"#d42927"}},[t._v(" 特大风险 ")])])],2),t._v(" "),n("el-table-column",{attrs:{align:"center",prop:"two"},scopedSlots:t._u([{key:"default",fn:function(e){return[n("span",{staticStyle:{"font-weight":"600",color:"#ff7800",cursor:"pointer"}},[t._v(t._s(e.row.two))])]}}])},[n("template",{slot:"header"},[n("span",{staticStyle:{"font-weight":"600",color:"#ff7800"}},[t._v("\n 重大风险\n ")])])],2),t._v(" "),n("el-table-column",{attrs:{align:"center",prop:"three"},scopedSlots:t._u([{key:"default",fn:function(e){return[n("span",{staticStyle:{"font-weight":"600",color:"#fff000",cursor:"pointer"}},[t._v(t._s(e.row.three))])]}}])},[n("template",{slot:"header"},[n("span",{staticStyle:{"font-weight":"600",color:"#fff000"}},[t._v("\n 中等风险\n ")])])],2)],1),t._v(" "),n("div",{staticClass:"link-title",staticStyle:{position:"absolute",right:"8px",bottom:"5px","font-size":"12px",color:"#b5c1d1"},on:{click:t.toRefreshDangerousTableData}},[t._v("\n 实时校验\n ")])],1)])],1),t._v(" "),n("el-row",{attrs:{gutter:24}},[n("el-col",{attrs:{xs:24,sm:24,md:12,lg:12,xl:12}},[n("card",{staticClass:"mb24 h150",attrs:{"body-style":t.cardBodyStyle,footerStyle:t.cardFooterStyle}},[n("div",{attrs:{slot:"header"},slot:"header"},[n("span",{staticClass:"link-title",on:{click:function(e){return t.gotoEmergencyPlanNum(2)}}},[t._v("应急预案")])]),t._v(" "),n("div",{staticClass:"miniCardBody miniCardBodyCenter safety-card link-title",on:{click:function(e){return t.gotoEmergencyPlanNum(2)}}},[n("div",{staticClass:"safety-card-pic"},[n("p",[n("b",[t._v(t._s(t.emergencyPlanNums||0))]),t._v(" "),n("span",{staticClass:"safety-card-unit"},[t._v(" 份")])]),t._v(" "),n("img",{attrs:{src:a("8cbb"),alt:""}})])])])],1),t._v(" "),n("el-col",{attrs:{xs:24,sm:24,md:12,lg:12,xl:12}},[n("card",{staticClass:"mb24 h150",attrs:{"body-style":t.cardBodyStyle,footerStyle:t.cardFooterStyle}},[n("div",{attrs:{slot:"header"},slot:"header"},[n("span",[t._v("应急演练")])]),t._v(" "),n("div",{staticClass:"miniCardBody miniCardBodyCenter safety-card link-title",on:{click:function(e){return t.gotoEmergencyPlanNum(1)}}},[n("div",{staticClass:"safety-card-pic"},[n("p",[n("b",[t._v(t._s(t.emergencyPlanNum||0))]),t._v(" "),n("span",{staticClass:"safety-card-unit"},[t._v(" 次")])]),t._v(" "),n("img",{attrs:{src:a("8cbb"),alt:""}}),t._v(" "),n("span",[t._v("本年")])])])])],1)],1),t._v(" "),n("card",{staticClass:"mb24 h205",attrs:{"body-style":t.cardBodyStyle}},[n("div",{attrs:{slot:"header"},slot:"header"},[n("span",{staticClass:"link-title",on:{click:t.toCompanyActivity}},[t._v("\n 安全培训\n ")]),t._v(" "),n("el-tooltip",{attrs:{effect:"dark",placement:"right"}},[n("template",{slot:"content"},[n("div",[t._v("近一个月的状态为启用的数据")])]),t._v(" "),n("img",{attrs:{src:a("7e50"),alt:""}})],2)],1),t._v(" "),n("div",{staticClass:"training-block"},[n("div",{staticClass:"training-item"},[n("p",{staticClass:"training-value"},[t._v("\n "+t._s(t.activityInfo.partNum||0)),n("span",[t._v(" 次")])]),t._v(" "),n("img",{attrs:{src:a("8cbb"),alt:""}}),t._v(" "),n("span",{staticClass:"training-label"},[t._v("培训次数")])]),t._v(" "),n("div",{staticClass:"training-item"},[n("p",{staticClass:"training-value"},[t._v("\n "+t._s(t.activityInfo.memberNum||0)),n("span",[t._v(" 人次")])]),t._v(" "),n("img",{attrs:{src:a("8cbb"),alt:""}}),t._v(" "),n("span",{staticClass:"training-label"},[t._v("参与人数")])]),t._v(" "),n("div",{staticClass:"training-item"},[n("p",{staticClass:"training-value"},[t._v("\n "+t._s(t.credentialNum)),n("span",[t._v(" /人")])]),t._v(" "),n("img",{attrs:{src:a("8cbb"),alt:""}}),t._v(" "),n("span",{staticClass:"training-label"},[t._v("人员资质")])])])]),t._v(" "),n("card",{staticClass:"mb24 h205",attrs:{"body-style":t.cardBodyStyle}},[n("div",{attrs:{slot:"header"},slot:"header"},[n("span",[t._v("历史事故")])]),t._v(" "),n("div",{staticClass:"history-block"},[n("div",{staticClass:"history-item"},[n("p",{staticClass:"history-value history-prev"},[t._v("\n "+t._s(t.accidentPastHis.totalPrevious||0)),n("span",[t._v(" 起")])]),t._v(" "),n("img",{attrs:{src:a("f5bb"),alt:""}}),t._v(" "),n("span",{staticClass:"history-label"},[t._v("往年")])]),t._v(" "),n("div",{staticClass:"history-item"},[n("p",{staticClass:"history-value history-prev"},[t._v("\n "+t._s(t.accidentPastHis.totalLast||0)),n("span",[t._v(" 起")])]),t._v(" "),n("img",{attrs:{src:a("f5bb"),alt:""}}),t._v(" "),n("span",{staticClass:"history-label"},[t._v("去年")])]),t._v(" "),n("div",{staticClass:"history-item"},[n("p",{staticClass:"history-value history-this"},[t._v("\n "+t._s(t.accidentPastHis.totalThis||0)),n("span",[t._v(" 起")])]),t._v(" "),n("img",{attrs:{src:a("e322"),alt:""}}),t._v(" "),n("span",{staticClass:"history-label"},[t._v("本年")])])])])],1),t._v(" "),n("el-col",{attrs:{xs:24,sm:24,md:10,lg:12,xl:12}},[n("card",{staticClass:"mb24 h200",attrs:{"body-style":t.cardBodyStyleTop}},[n("div",{staticClass:"benefitIndex itemBodyFlex5"},[n("div",{staticClass:"itemChartsFlex"},[n("liquidfillCharts",{staticClass:"h80",attrs:{value:t.getTodaysIndex}}),t._v(" "),n("div",[t._v("\n 效益指数\n "),n("el-tooltip",{attrs:{effect:"dark",placement:"top"}},[n("template",{slot:"content"},[n("div",[t._v("\n 效益指数=100*(流入权重*累计现金流入/累计预算收入+流出权重*累计预算支出/累计现金流出)\n ")])]),t._v(" "),n("img",{attrs:{src:a("7e50"),alt:""}})],2)],1)],1),t._v(" "),n("div",{staticClass:"itemBodyFlex"},[n("div",{staticClass:"itemNum"},[n("div",{staticClass:"benefit-item"},[n("img",{staticClass:"benefit-icon",attrs:{src:a("6d85"),alt:"累计现金流入"}}),t._v(" "),n("div",{staticClass:"benefit-text"},[n("div",{staticClass:"item-title"},[t._v("\n 累计现金流入(元)\n "),n("el-tooltip",{attrs:{effect:"dark",placement:"top"}},[n("template",{slot:"content"},[n("div",[t._v("\n 累计现金流入(元) = A本年普通实收 +\n B1本年预缴(货币)金额 -\n B2本年预缴(货币)退款“参考-收款明细-预收明细” -\n C累计代收 - D累计押金收入。\n ")])]),t._v(" "),n("img",{attrs:{src:a("7e50"),alt:""}})],2)],1),t._v(" "),n("div",{staticClass:"item-amount"},[t._v("\n "+t._s(t.getTotalRevenueNums)+"\n ")])])]),t._v(" "),n("div",{staticClass:"benefit-item"},[n("img",{staticClass:"benefit-icon",attrs:{src:a("6074"),alt:"累计预算收入"}}),t._v(" "),n("div",{staticClass:"benefit-text"},[n("div",{staticClass:"item-title"},[t._v("\n 累计预算收入(元)\n "),n("el-tooltip",{attrs:{effect:"dark",placement:"top"}},[n("template",{slot:"content"},[n("div",[t._v("累计预算收入(元):去掉代收代付收入业务分类")]),t._v(" "),n("div",[t._v("(1~上月预算累计)+本月预算/本月天数*今日日期")])]),t._v(" "),n("img",{attrs:{src:a("7e50"),alt:""}})],2)],1),t._v(" "),n("div",{staticClass:"item-amount"},[t._v("\n "+t._s(t.theBudget)+"\n ")])])])]),t._v(" "),n("div",{staticClass:"itemNum"},[n("div",{staticClass:"benefit-item"},[n("img",{staticClass:"benefit-icon",attrs:{src:a("c301"),alt:"累计代收"}}),t._v(" "),n("div",{staticClass:"benefit-text"},[n("div",{staticClass:"item-title"},[t._v("累计代收(元)")]),t._v(" "),n("div",{staticClass:"item-amount"},[t._v("\n "+t._s(t._f("toThousandFilter2")(t.totalCollectionAmount))+"\n ")])])]),t._v(" "),n("div",{staticClass:"benefit-item"},[n("img",{staticClass:"benefit-icon",attrs:{src:a("7f8d"),alt:"累计押金收入"}}),t._v(" "),n("div",{staticClass:"benefit-text"},[n("div",{staticClass:"item-title"},[t._v("累计押金收入(元)")]),t._v(" "),n("div",{staticClass:"item-amount"},[t._v("\n "+t._s(t._f("toThousandFilter2")(t.depositNum))+"\n ")])])])])]),t._v(" "),n("div",{staticClass:"itemBodyFlex"},[n("div",{staticClass:"itemNum"},[n("div",{staticClass:"benefit-item"},[n("img",{staticClass:"benefit-icon",attrs:{src:a("0d7b"),alt:"累计现金流出"}}),t._v(" "),n("div",{staticClass:"benefit-text"},[n("div",{staticClass:"item-title"},[t._v("\n 累计现金流出(元)\n "),n("el-tooltip",{staticClass:"item",attrs:{effect:"dark",content:"取“支出记录”,状态“付款完成”、“确认已付款”的数据,不含业务类型为“代付”数据,按支出时间取本年,且不随配置而变化。",placement:"top"}},[n("img",{attrs:{src:a("7e50"),alt:""}})])],1),t._v(" "),n("div",{staticClass:"item-amount"},[t._v("\n "+t._s(""+(t.summaryOutflow?t.summaryOutflow:"-"))+"\n ")])])]),t._v(" "),n("div",{staticClass:"benefit-item"},[n("img",{staticClass:"benefit-icon",attrs:{src:a("2ec3"),alt:"累计预算支出"}}),t._v(" "),n("div",{staticClass:"benefit-text"},[n("div",{staticClass:"item-title"},[t._v("\n 累计预算支出(元)\n "),n("el-tooltip",{attrs:{effect:"dark",placement:"top"}},[n("template",{slot:"content"},[n("div",[t._v("累计预算支出(元):去掉代收代付收入业务分类")]),t._v(" "),n("div",[t._v("(1~上月预算累计)+本月预算/本月天数*今日日期")])]),t._v(" "),n("img",{attrs:{src:a("7e50"),alt:""}})],2)],1),t._v(" "),n("div",{staticClass:"item-amount"},[t._v("\n "+t._s(""+(t.summaryOutflowBudget?t.summaryOutflowBudget:"-"))+"\n ")])])])]),t._v(" "),n("div",{staticClass:"itemNum"},[n("div",{staticClass:"benefit-item"},[n("img",{staticClass:"benefit-icon",attrs:{src:a("9f80"),alt:"累计代付"}}),t._v(" "),n("div",{staticClass:"benefit-text"},[n("div",{staticClass:"item-title"},[t._v("累计代付(元)")]),t._v(" "),n("div",{staticClass:"item-amount"},[t._v("\n "+t._s(""+(t.totalPaymentAmount?t.totalPaymentAmount:"-"))+"\n ")])])]),t._v(" "),n("div",{staticClass:"benefit-item"},[n("img",{staticClass:"benefit-icon",attrs:{src:a("1b40"),alt:"未付款"}}),t._v(" "),n("div",{staticClass:"benefit-text"},[n("div",{staticClass:"item-title"},[t._v("\n 未付款(元)\n "),n("el-tooltip",{attrs:{effect:"dark",placement:"top"}},[n("template",{slot:"content"},[n("div",[t._v("\n 未付款 :实时查询,项目上所有应付未付的数据\n ,取应付辅助统计 (待支出 + 未支出+ 审批金额 )\n ")])]),t._v(" "),n("img",{attrs:{src:a("7e50"),alt:""}})],2)],1),t._v(" "),n("div",{staticClass:"item-amount"},[t._v("\n "+t._s(""+(t.unpaidTotal?t.unpaidTotal:"-"))+"\n ")])])])])])])]),t._v(" "),n("el-row",{attrs:{gutter:24}},[n("el-col",{attrs:{xs:24,sm:24,md:12,lg:12,xl:12}},[n("card",{staticClass:"mb24 h280",attrs:{"body-style":t.cardBodyStyle,footerStyle:t.cardFooterStyle}},[n("div",{attrs:{slot:"header"},slot:"header"},[n("div",{staticClass:"header-btn"},[n("span",{staticClass:"link-title",on:{click:function(e){return t.toPath(t.pagesPath[0])}}},[t._v("日现金流入")])])]),t._v(" "),t.incomeCurveDataList.length?n("div",{staticClass:"chargeAmountCharts relative"},[n("lineCharts",{attrs:{data:t.incomeCurveDataList,barData:t.barList,xAxis:t.incomeCurveXData,title:"日现金流入",unit:"",colors:t.chartsCurveColor,showX:!1,showYLabel:!1,xaxisLabelI:t.xaxisLabelI,lineSmooth:!0,markline:!0,marklineValue:t.theTarget}})],1):n("div",{staticClass:"chargeAmountCharts nodataNotes box-container-nodata redText"},[t._v("\n 提示: 无预算数据,请尽快完善。\n ")]),t._v(" "),n("span",{staticClass:"link-title",attrs:{slot:"footer"},on:{click:t.incomeCurveUpload},slot:"footer"},[t._v("\n by:CMACD模型\n ")])])],1),t._v(" "),n("el-col",{attrs:{xs:24,sm:24,md:12,lg:12,xl:12}},[n("card",{staticClass:"mb24 h280",attrs:{"body-style":t.cardBodyStyle,footerStyle:t.cardFooterStyle}},[n("div",{attrs:{slot:"header"},slot:"header"},[n("span",{staticClass:"link-title",on:{click:function(e){return t.toPath(t.pagesPath[0])}}},[t._v("日现金流出")]),t._v(" "),n("el-tooltip",{staticClass:"item",attrs:{effect:"dark",content:"1.根据支出记录,支付时间为本年且状态为“付款成功”和“确认已付款”的数据;\n 2.只展示近90天的数据;",placement:"top"}},[n("img",{attrs:{src:a("7e50"),alt:""}})])],1),t._v(" "),t.spendingCurveDataList.length>0?n("div",{staticClass:"chargeAmountCharts relative"},[n("lineCharts",{attrs:{data:t.spendingCurveDataList,xAxis:t.incomeCurveXData2,barData:t.barList2,title:"日现金流出",unit:"",barColor:!1,colors:t.chartsCurveColor,showX:!1,showYLabel:!1,xaxisLabelI:t.xaxisLabelI2,lineSmooth:!0,markline:!0,marklineValue:t.theTarget2}})],1):n("div",{staticClass:"chargeAmountCharts nodataNotes box-container-nodata redText"},[t._v("\n 提示: 无支出数据,请尽快完善。\n ")]),t._v(" "),n("div",{attrs:{slot:"footer"},slot:"footer"},[t._v("by:CMACD模型")])])],1)],1),t._v(" "),n("el-row",{attrs:{gutter:24}},[n("el-col",{attrs:{xs:24,sm:24,md:12,lg:12,xl:12}},[n("card",{staticClass:"mb24 h280",attrs:{"body-style":t.cardBodyStyle,footerStyle:t.cardFooterStyle}},[n("div",{attrs:{slot:"header"},slot:"header"},[n("tabList",{attrs:{menuList:t.tabsList,title:"月收入控制图",listName:"l1",tabsIndex:t.tabsIndex1,myIndex:!0,gotoPath:!0,path:"/dataPlatform/microBrain/benefitBoard"},on:{cardTabChange:t.tabsChange}})],1),t._v(" "),n("div",{staticClass:"chargeAmountCharts relative"},[t.task7DaysList[0].data.length>0?n("lineCharts",{attrs:{data:t.task7DaysList,xAxis:t.initNear7dayList,title:"月收入控制图",colors:t.linchartsColor,showX:!0,showY:!0,unit:"元",needRate:!0,xaxisLabelI:t.xaxisLabelI}}):n("div",{staticClass:"chargeAmountCharts nodataNotes box-container-nodata redText"},[t._v("\n 提示:暂无预算和实际数据,请尽快完善。\n ")])],1),t._v(" "),n("div",{attrs:{slot:"footer"},slot:"footer"},[t._v("by:原子模型")])])],1),t._v(" "),n("el-col",{attrs:{xs:24,sm:24,md:12,lg:12,xl:12}},[n("card",{staticClass:"mb24 h280",attrs:{"body-style":t.cardBodyStyle,footerStyle:t.cardFooterStyle}},[n("div",{attrs:{slot:"header"},slot:"header"},[n("tabList",{attrs:{menuList:t.tabsList2,title:"月支出控制图",listName:"l2",tabsIndex:t.tabsIndex2,myIndex:!0,path:"/dataPlatform/microBrain/benefitBoard",gotoPath:!0},on:{cardTabChange:t.tabsChange2}})],1),t._v(" "),t.spendingDataList[0].data.length>0?n("div",{staticClass:"chargeAmountCharts relative"},[n("lineCharts",{attrs:{data:t.spendingDataList,xAxis:t.initNear7dayList,title:"月支出控制图",unit:"元",colors:t.linchartsColor,showX:!0,showY:!0,xaxisLabelI:t.xaxisLabelI,needRate:!0}})],1):n("div",{staticClass:"chargeAmountCharts nodataNotes box-container-nodata redText"},[t._v("\n 提示: 无支出数据,请尽快完善。\n ")]),t._v(" "),n("div",{attrs:{slot:"footer"},slot:"footer"},[t._v("by:原子模型")])])],1)],1),t._v(" "),n("el-row",{attrs:{gutter:24}},[n("el-col",{attrs:{xs:24,sm:24,md:12,lg:12,xl:12}},[n("card",{staticClass:"mb24 h280",attrs:{"body-style":t.cardBodyStyle}},[n("div",{attrs:{slot:"header"},slot:"header"},[n("span",{staticClass:"link-title",on:{click:function(e){return t.toPath(t.pagesPath[0])}}},[t._v("收入结构图")])]),t._v(" "),n("div",{staticClass:"treeMapBox relative"},[t.incomeTreeMapData[0].value||t.incomeTreeMapData[1].value||t.incomeTreeMapData[2].value||t.incomeTreeMapData[3].value?n("treeMap",{attrs:{data:t.incomeTreeMapData,title:"收入",unit:"%"}}):n("div",{staticClass:"chargeAmountCharts nodataNotes box-container-nodata redText"},[t._v("\n 提示: 无收入数据,请尽快完善。\n ")])],1),t._v(" "),n("span",{staticClass:"text_r",attrs:{slot:"footer"},slot:"footer"},[t._v("by:业务模型")])])],1),t._v(" "),n("el-col",{attrs:{xs:24,sm:24,md:12,lg:12,xl:12}},[n("card",{staticClass:"mb24 h280",attrs:{"body-style":t.cardBodyStyle}},[n("div",{attrs:{slot:"header"},slot:"header"},[n("span",{staticClass:"link-title",on:{click:function(e){return t.toPath(t.pagesPath[0])}}},[t._v("成本结构图")])]),t._v(" "),t.spendingTreeMapData[0].value||t.spendingTreeMapData[1].value||t.spendingTreeMapData[2].value||t.spendingTreeMapData[3].value||t.spendingTreeMapData[4].value||t.spendingTreeMapData[5].value||t.spendingTreeMapData[6].value||t.spendingTreeMapData[7].value||t.spendingTreeMapData[8].value?n("div",{staticClass:"treeMapBox relative"},[n("treeMap",{attrs:{data:t.spendingTreeMapData,title:"支出",unit:"%"}})],1):n("div",{staticClass:"chargeAmountCharts nodataNotes box-container-nodata redText"},[t._v("\n 提示: 无支出数据,请尽快完善。\n ")]),t._v(" "),n("span",{staticClass:"text_r",attrs:{slot:"footer"},slot:"footer"},[t._v("by:业务模型")])])],1)],1)],1),t._v(" "),n("el-col",{attrs:{xs:24,sm:24,md:7,lg:6,xl:6}},[n("el-row",{attrs:{gutter:24}},[n("el-col",{attrs:{xs:24,sm:24,md:12,lg:12,xl:12}},[n("card",{staticClass:"mb24 h200",attrs:{"body-style":t.cardBodyStyle,footerStyle:t.cardFooterStyle}},[n("div",{attrs:{slot:"header"},slot:"header"},[n("div",{staticStyle:{display:"flex","justify-content":"space-between"}},[n("span",{staticClass:"link-title",on:{click:function(e){return t.toPath(t.pagesPath[1])}}},[t._v("客户满意\n "),n("el-tooltip",{attrs:{effect:"dark",placement:"top"}},[n("template",{slot:"content"},[n("p",[t._v("按近一个月维度统计")]),t._v(" "),n("p",[t._v("\n 所有的评价:都是用工单评价分数*评论数(对应的工单类型,有评价的)/满分数*评论数(对应的工单类型,有评价的)\n ")]),t._v(" "),n("p",[t._v("\n 客户满意:(y1*b1+y2*b2+y3*b3+y4*b4+y6*b6+y7*b7+y9*b9+y10*b10+y12*b12)*100\n ")]),t._v(" "),n("div",[t._v("y取值:")]),t._v(" "),n("div",[t._v("\n 1.清洁工单评价,取自企业后台-活跃运营-评分评论-清洁-PTU以及来自客户;\n ")]),t._v(" "),n("div",[t._v("\n 2.绿化工单评价,取自企业后台-活跃运营-评分评论-绿化-PTU以及来自客户;\n ")]),t._v(" "),n("div",[t._v("\n 3.公区维修工单评价,取自企业后台-活跃运营-评分评论-非计划工单-来自客户;\n ")]),t._v(" "),n("div",[t._v("\n 4.服务周报评价,取自企业后台-活跃运营-评分评论-服务周报-来自客户;\n ")]),t._v(" "),n("div",[t._v("\n 5.对员工点赞,取自企业后台-活跃运营-点赞-管家服务;\n ")]),t._v(" "),n("div",[t._v("\n 6.对员工的评价,取自企业后台-活跃运营-评分评论-管家服务-来自客户;\n ")]),t._v(" "),n("div",[t._v("\n 7.物业费订单评价,取自企业后台-活跃运营-评分评论-支付订单-来自客户;\n ")]),t._v(" "),n("div",[t._v("\n 8.停车费订单评价,取自企业后台-活跃运营-评分评论-支付订单-来自客户;\n ")]),t._v(" "),n("div",[t._v("\n 9.到家服务订单评价,取自企业后台-活跃运营-评分评论-非计划工单-来自客户;\n ")]),t._v(" "),n("p",[t._v("\n b:\n y1-y4,y6-y7,y9-y10,y12的权重,合计1,数据取值-企业后台-企业元数据-满意度权重配置;\n ")])]),t._v(" "),n("img",{attrs:{src:a("7e50"),alt:""}})],2)],1)])]),t._v(" "),n("div",{staticClass:"miniCardBody miniCardBodyCenter safety-card"},[n("div",{staticClass:"safety-card-pic"},[n("p",[n("b",[t._v(t._s(t.satisfactionExponent?t.totalSatisfaction:0))])]),t._v(" "),n("img",{attrs:{src:a("8cbb"),alt:""}})])]),t._v(" "),n("span",{staticClass:"link-title",attrs:{slot:"footer"},on:{click:t.toRefreshStatisticsCockpit},slot:"footer"},[t._v("by:客户评价")])])],1),t._v(" "),n("el-col",{attrs:{xs:24,sm:24,md:12,lg:12,xl:12}},[n("card",{staticClass:"mb24 h200",attrs:{"body-style":t.cardBodyStyle}},[n("div",{attrs:{slot:"header"},slot:"header"},[n("span",[t._v("活跃用户(MAU)")])]),t._v(" "),n("div",{staticClass:"miniCardBody miniCardBodyCenter safety-card"},[n("div",{staticClass:"safety-card-pic"},[n("p",[n("b",[t._v(t._s(t.users||0))]),t._v(" "),n("span",{staticClass:"safety-card-unit"},[t._v(" 人")])]),t._v(" "),n("img",{attrs:{src:a("8cbb"),alt:""}})])])])],1)],1),t._v(" "),n("card",{staticClass:"mb24 h252",attrs:{"body-style":t.cardBodyStyle,footerStyle:t.cardFooterStyle}},[n("div",{attrs:{slot:"header"},slot:"header"},[n("el-tooltip",{attrs:{placement:"top"}},[n("div",{attrs:{slot:"content"},slot:"content"},[t._v('\n 客户投诉:数据取值报事报修-"现场品质",“邻里关系”,“投诉”和“服务态度”四个类型。\n 数据取值范围为近三个月,投诉处理率只取服务完成和服务拒绝两个状态的工单/该类型所有工单。\n ')]),t._v(" "),n("span",{staticClass:"link-title",on:{click:function(e){return t.toPath(t.pagesPath[1])}}},[t._v("客户投诉"),n("i",{staticClass:"el-icon-question itemcursor"})])])],1),t._v(" "),0!==t.customerComplaintsTotal?n("div",{staticClass:"chargeAmountCharts"},[n("barLineChart",{attrs:{useSecondaryYAxis:!0,data:t.customerComplaints,unit:"起",type:2}}),t._v(" "),n("div",{staticClass:"customerComplaintsTotal"},[t._v("\n "+t._s("合计:"+(t.customerComplaintsTotal||0)+" 起")+"\n ")])],1):n("div",{staticClass:"chargeAmountCharts nodataNotes box-container-nodata redText"},[t._v("\n 提示: 无任何住户服务数据。\n ")]),t._v(" "),n("span",{staticClass:"link-title",attrs:{slot:"footer"},on:{click:t.toRefreshCustomerComplaints},slot:"footer"},[t._v("\n by:住户服务\n ")])]),t._v(" "),n("card",{staticClass:"mb24 h200",attrs:{"body-style":t.cardBodyStyle,footerStyle:t.cardFooterStyle}},[n("div",{attrs:{slot:"header"},slot:"header"},[n("tabList",{attrs:{menuList:t.tabsList3,title:"员工排名",tabsIndex:t.tabsIndex3,listName:"medal",myIndex:!0},on:{cardTabChange:t.tabsChange3}})],1),t._v(" "),t.medalTop3List.length?n("div",{staticClass:"chargeAmountCharts relative"},t._l(3,(function(e){return n("div",{key:e,class:["rank-list","rank-top"+e]},[n("el-image",{attrs:{src:a("6927")("./top"+e+"_icon.png")}}),t._v(" "),n("div",{staticClass:"rank-name"},[t.medalTop3List.length>=e?n("span",[t._v(t._s(t.medalTop3List[e-1].targetName))]):n("span",{staticStyle:{color:"red"}},[t._v("暂无排名数据")])]),t._v(" "),n("div",{staticClass:"rank-num"},[t.medalTop3List.length>=e&&"点赞排名"!==t.medalName?n("span",[t._v(t._s("获得"+t.medalTop3List[e-1].total+"个 · Lv."+t.medalTop3List[e-1].currentLevel.level))]):t._e(),t._v(" "),"点赞排名"==t.medalName&&t.medalTop3List[e-1]&&t.medalTop3List[e-1].agree?n("span",[t._v("\n 获得"+t._s(t.medalTop3List[e-1].agree)+"次\n ")]):n("span",[t._v("-")])])],1)})),0):n("div",{staticClass:"chargeAmountCharts chargeAmountCharts-tips"},[t._v("\n 暂无勋章排名\n ")])]),t._v(" "),n("card",{staticClass:"mb24 h252",attrs:{"body-style":t.cardBodyStyle,footerStyle:t.cardFooterStyle}},[n("div",{attrs:{slot:"header"},slot:"header"},[n("div",{staticStyle:{display:"flex","align-items":"center","justify-content":"space-between"},attrs:{slot:"header"},slot:"header"},[n("el-tooltip",{attrs:{placement:"top"}},[n("div",{attrs:{slot:"content"},slot:"content"},[t._v("\n 服务质量指数:\n "),n("P",[t._v("\n 计划工单完成率权重*计划工单完成率*100+计划工单合格率权重*计划工单合格率*100+非计划工单完成率权重*非计划工单完成率*100+非计划工单合格率权重*非计划工单合格率*100\n ")]),t._v(" "),n("P"),t._v(" "),n("P",[t._v(" 工单完成率/工单合格率:取最近30天的数据 ")]),t._v(" "),n("P"),t._v(" "),n("P",[t._v("\n 计划工单合格率=计划工单报表人工合格验收率,取社区云平台-数据工坊-工单数据-计划工单最近30天(应验收\n & 人工验收合格)/\n 所有“应验收”工单之和。数据验证:【合格】/【应验收】\n ")]),t._v(" "),n("P"),t._v(" "),n("p",[t._v("\n 计划工单完成率=计划工单报表完成率,取社区云平台-数据工坊-工单数据-计划工单最近30天完成工单/应完成工单;\n ")]),t._v(" "),n("p"),t._v(" "),n("P",[t._v("\n 非计划工单完成率=非计划工单报表的执行率,取企业后台-非计划工单报表最近30天内(不含当天)执行情况(来自住户和来自内控)/来自住户和来自内控\n ")]),t._v(" "),n("P"),t._v(" "),n("P",[t._v("\n 非计划工单合格率:评分3星及以上算合格,取企业后台-非计划工单报表最近30天内执行情况(来自住户和来自内控)评分3星及以上/执行情况(来自住户和来自内控)\n ")])],1),t._v(" "),t.serviceExponent?n("span",[t._v("服务质量:"+t._s(t.projectServiceScoreNum)+"\n "),n("i",{staticClass:"el-icon-info"})]):n("span",[t._v("服务质量:0 "),n("i",{staticClass:"el-icon-info"})])]),t._v(" "),n("el-tooltip",{attrs:{placement:"top"}},[n("div",{attrs:{slot:"content"},slot:"content"},[t._v("\n 工单合格率:数据取自计划工单报表-人工合格验收率\n "),n("div",[t._v("\n 【如当月无数据或不准确,请前往“企业服务平台-业务报表-计划工单报表-员工”进行修正统计】\n ")])]),t._v(" "),n("span",{staticClass:"link-title",on:{click:function(e){return t.toPath(t.pagesPath[1])}}},[t._v("计划工单"),n("i",{staticClass:"el-icon-question itemcursor"})])])],1)]),t._v(" "),t.worksByFinished>0||t.worksByPassed>0?n("div",{staticClass:"worksRateContent"},[n("div",{staticClass:"worksRateCharts"},[n("gauge",{attrs:{pieData:[],showValue:t.worksByFinished,title:t.worksRateMonth,type:5}}),t._v(" "),n("div",{staticClass:"tips"},[t._v("工单完成率")])],1),t._v(" "),n("div",{staticClass:"worksRateCharts"},[n("gauge",{attrs:{pieData:[],showValue:t.worksByPassed,title:t.worksRateMonth,type:5}}),t._v(" "),n("div",{staticClass:"tips"},[t._v("工单合格率")])],1)]):n("div",{staticClass:"chargeAmountCharts-tips"},[t._v("\n 暂无"+t._s(t.getMonth.momentMonth)+"月数据\n ")]),t._v(" "),n("div",{staticClass:"charge-footer",attrs:{slot:"footer"},slot:"footer"},[n("div",{staticClass:"charge-footer-left",staticStyle:{"padding-left":"10px"}},[n("span",[t._v("图片检测节省时间:"+t._s(t.saveTime||0)+"小时/月")]),t._v(" "),n("span",[t._v("图片检测提升效率:"+t._s(t.improveEfficiency||0)+"%\n "),n("el-tooltip",{attrs:{placement:"bottom"}},[n("div",{attrs:{slot:"content"},slot:"content"},[n("div",{attrs:{slot:"content"},slot:"content"},[n("div",[t._v("按照近一个月数据进行统计")])])]),t._v(" "),n("span",[n("i",{staticClass:"el-icon-question"})])])],1)]),t._v(" "),n("span",{staticClass:"link-title",staticStyle:{"z-index":"999"},on:{mouseenter:t.animationMouseenter,mouseleave:t.animationMouseleave,click:t.toCorrectionProjectAndMonth}},[t._v("实时校验")])])]),t._v(" "),n("el-row",{attrs:{gutter:24}},[n("el-col",{attrs:{xs:24,sm:24,md:12,lg:12,xl:12}},[n("card",{staticClass:"mb24 h114",attrs:{"body-style":t.oncePadding}},[n("div",{attrs:{slot:"header"},slot:"header"},[n("span",{staticClass:"link-title",on:{click:function(e){return t.toPath(t.pagesPath[1])}}},[t._v("内部满意")])]),t._v(" "),t.internalSatisfied.total?n("div",{staticClass:"satisfactionBox"},[n("el-rate",{staticClass:"service-rate",attrs:{disabled:"","text-color":"#ff9900","show-score":"","score-template":"{value}"},model:{value:t.internalSatisfied.fraction,callback:function(e){t.$set(t.internalSatisfied,"fraction",e)},expression:"internalSatisfied.fraction"}}),t._v(" "),t.internalSatisfied.total>=1e4?n("div",{staticClass:"textL"},[t._v("\n (1万+)\n ")]):n("div",{staticClass:"textL"},[t._v("\n ("+t._s(t.internalSatisfied.total)+"条)\n ")])],1):n("div",{staticClass:"nodataNotes box-container-nodata redText",staticStyle:{flex:"1",display:"flex","align-items":"center","justify-content":"center"}},[t._v("\n 提示: 无内部评价数据\n ")]),t._v(" "),n("span",{staticClass:"link-title text_r mt12",on:{click:t.toRefreshStatisticsCockpit}},[t._v("by:内部评价")])])],1),t._v(" "),n("el-col",{attrs:{xs:24,sm:24,md:12,lg:12,xl:12}},[n("card",{staticClass:"mb24 h114",attrs:{"body-style":t.cardBodyStyle}},[n("div",{attrs:{slot:"header"},slot:"header"},[n("span",[t._v("社区文化")])]),t._v(" "),n("div",{staticClass:"miniCardBodyCenter link-title",on:{click:t.gotoCommunityCulture}},[t._v("\n "+t._s(t.communityCultureSum)+"次\n ")])])],1)],1)],1)],1),t._v(" "),n("cockitDialogTable",{ref:"cockitDialogTable",attrs:{radioSelect:t.radioSelect,radioMenuList:t.levelDangerList,title:"财危险源列表",tableList:t.twoTable,columns:t.columns,pageTotal:t.twoTableTotal,isPagination:!1},on:{radioChange:t.radioChange,"row-click":t.rowClick}}),t._v(" "),n("cockitDialogTable",{ref:"cockitDialogTable2",attrs:{radioSelect:t.radioSelect2,radioMenuList:t.peopleEnum,title:"人危险源列表",tableList:t.threeTable,columns:t.columns2,pageTotal:t.threeTableTotal,isPagination:!1},on:{radioChange:t.radioChange2}}),t._v(" "),n("el-dialog",{attrs:{width:"75%","close-on-click-modal":!1,"close-on-press-escape":!1,visible:t.seeProjectReportShow,title:t.projectReportAgentLabel},on:{close:function(e){t.seeProjectReportShow=!1}}},[t.projectReportInfo&&t.projectReportInfo.reportContent?n("MarkdownRenderer",{attrs:{textColor:"black",mdContent:t.projectReportInfo.reportContent}}):t._e(),t._v(" "),t.projectReportInfo?n("div",[n("span",[t._v("操作人:"+t._s(t.projectReportInfo.updaterName))]),t._v(" "),n("span",{staticStyle:{"margin-left":"20px"}},[t._v("操作时间:"+t._s(t.projectReportInfo.updateTime))])]):n("div",[t._v("暂无报告数据")])],1)],1)},r=[],o=a("dd26"),i=a.n(o),s=a("e058"),c=a("c847"),l=a("99d4"),u=a("c6d9"),d=a("73e10"),p=a("9c16"),h=a("93fb"),f=a("8581"),m=a("4811"),v=a("d4c3"),g=a("2ba7"),b=a("9cbb"),y=a("7f76"),C=a("ca41"),j=a("6164"),_=a("7274"),S=a("2b74"),x=a("dce5"),T=a("8194"),w=a("0b37"),O=a("ed08"),P=a("b071"),D=a("caa2"),L=a("3a3b");function M(){/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */var t,e,a="function"==typeof Symbol?Symbol:{},n=a.iterator||"@@iterator",r=a.toStringTag||"@@toStringTag";function o(a,n,r,o){var c=n&&n.prototype instanceof s?n:s,l=Object.create(c.prototype);return k(l,"_invoke",function(a,n,r){var o,s,c,l=0,u=r||[],d=!1,p={p:0,n:0,v:t,a:h,f:h.bind(t,4),d:function(e,a){return o=e,s=0,c=t,p.n=a,i}};function h(a,n){for(s=a,c=n,e=0;!d&&l&&!r&&e<u.length;e++){var r,o=u[e],h=p.p,f=o[2];a>3?(r=f===n)&&(c=o[(s=o[4])?5:(s=3,3)],o[4]=o[5]=t):o[0]<=h&&((r=a<2&&h<o[1])?(s=0,p.v=n,p.n=o[1]):h<f&&(r=a<3||o[0]>n||n>f)&&(o[4]=a,o[5]=n,p.n=f,s=0))}if(r||a>1)return i;throw d=!0,n}return function(r,u,f){if(l>1)throw TypeError("Generator is already running");for(d&&1===u&&h(u,f),s=u,c=f;(e=s<2?t:c)||!d;){o||(s?s<3?(s>1&&(p.n=-1),h(s,c)):p.n=c:p.v=c);try{if(l=2,o){if(s||(r="next"),e=o[r]){if(!(e=e.call(o,c)))throw TypeError("iterator result is not an object");if(!e.done)return e;c=e.value,s<2&&(s=0)}else 1===s&&(e=o.return)&&e.call(o),s<2&&(c=TypeError("The iterator does not provide a '"+r+"' method"),s=1);o=t}else if((e=(d=p.n<0)?c:a.call(n,p))!==i)break}catch(e){o=t,s=1,c=e}finally{l=1}}return{value:e,done:d}}}(a,r,o),!0),l}var i={};function s(){}function c(){}function l(){}e=Object.getPrototypeOf;var u=[][n]?e(e([][n]())):(k(e={},n,(function(){return this})),e),d=l.prototype=s.prototype=Object.create(u);function p(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,l):(t.__proto__=l,k(t,r,"GeneratorFunction")),t.prototype=Object.create(d),t}return c.prototype=l,k(d,"constructor",l),k(l,"constructor",c),c.displayName="GeneratorFunction",k(l,r,"GeneratorFunction"),k(d),k(d,r,"Generator"),k(d,n,(function(){return this})),k(d,"toString",(function(){return"[object Generator]"})),(M=function(){return{w:o,m:p}})()}function k(t,e,a,n){var r=Object.defineProperty;try{r({},"",{})}catch(t){r=0}k=function(t,e,a,n){function o(e,a){k(t,e,(function(t){return this._invoke(e,a,t)}))}e?r?r(t,e,{value:a,enumerable:!n,configurable:!n,writable:!n}):t[e]=a:(o("next",0),o("throw",1),o("return",2))},k(t,e,a,n)}function I(t,e,a,n,r,o,i){try{var s=t[o](i),c=s.value}catch(t){return void a(t)}s.done?e(c):Promise.resolve(c).then(n,r)}function A(t){return function(){var e=this,a=arguments;return new Promise((function(n,r){var o=t.apply(e,a);function i(t){I(o,n,r,i,s,"next",t)}function s(t){I(o,n,r,i,s,"throw",t)}i(void 0)}))}}var N={name:"dataPlatformHome",components:{card:s["a"],gauge:c["a"],verticalBars:l["a"],liquidfillCharts:u["a"],lineCharts:d["a"],treeMap:p["a"],pie:h["a"],loopbar:f["a"],tabList:m["a"],barLineChart:v["a"],cockitDialogTable:g["a"],MarkdownRenderer:L["a"]},data:function(){return{users:0,tabsList:[{value:0,label:"全部"},{value:1,label:"物业管理费"},{value:2,label:"停车费"},{value:3,label:"多经"},{value:4,label:"代收代付"}],tabsList2:[{value:0,label:"全部"},{value:1,label:"工程"},{value:2,label:"能耗"},{value:3,label:"清洁"},{value:4,label:"绿化"},{value:5,label:"安防"},{value:6,label:"人工"},{value:7,label:"行政"},{value:8,label:"酬金"},{value:9,label:"其他"},{value:10,label:"代收代付"}],tabsList3:[{value:0,label:"点赞排名"},{value:1,label:"表扬勋章"},{value:2,label:"鞭策勋章"}],tabsIndex1:0,tabsIndex2:0,tabsIndex3:0,tabsIndex4:1,medalName:"点赞排名",medalTop3List:[],agreeTop3List:[],oncePadding:{padding:"0 5px 20px 5px",display:"flex",flexDirection:"column",height:"100%"},cardBodyStyle:{paddingTop:"0px",display:"flex",flexDirection:"column",justifyContent:"center"},cardBodyStyleTop:{paddingTop:"0px",paddingBottom:"0px",paddingLeft:"0px",paddingRight:"0px",height:"100%"},cardFooterStyle:{textAlign:"right",paddingRight:"10px"},complianceRate:[{value:0,name:"达标"},{value:0,name:"作业"},{value:0,name:"01月"}],complianceRate2:[{value:0,name:"达标"},{value:0,name:"作业"},{value:0,name:"01月"}],worksByFinished:0,worksByPassed:0,worksRateMonth:"",satisfiedDegree:{avgFraction:0,total:0},internalSatisfied:{fraction:4.91,total:2251},customerComplaints:[{orderType:4,xLabel:"数量",name:"现场品质",value:0},{orderType:6,xLabel:"数量",name:"邻里关系",value:0},{orderType:7,xLabel:"数量",name:"投诉",value:0},{orderType:15,xLabel:"数量",name:"服务态度",value:0}],barList:[],barList2:[],customerComplaintsTotal:0,todaysIndex:0,xaxisLabelI:0,xaxisLabelI2:0,incomeTitle:"物业管理费收入变化趋势",task7DaysList:[{name:"预算",data:[]},{name:"实际",data:[]}],initNear7dayList:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],spendingDataList:[{name:"预算",data:[]},{name:"实际",data:[]}],incomeTreeMapData:[{name:"物业管理费",value:0,proportion:0,itemStyle:{color:"#F2637B"}},{name:"停车费",value:0,proportion:0,itemStyle:{color:"#88D498"}},{name:"多种经营",value:0,proportion:0,itemStyle:{color:"#F2637B"}},{name:"代收代付",value:0,proportion:0,itemStyle:{color:"#F2637B"}}],spendingTreeMapData:[{name:"工程",index:1,proportion:0},{name:"能耗",index:2,proportion:0},{name:"清洁",index:3,proportion:0},{name:"绿化",index:4,proportion:0},{name:"安防",index:5,proportion:0},{name:"人工",index:6,proportion:0},{name:"行政",index:7,proportion:0},{name:"酬金",index:8,proportion:0},{name:"其他",index:9,proportion:0}],linchartsColor:["#116CFD","#FBD437"],chartsCurveColor:["#FBD437","#67c23a","#116CFD","#DC143C"],progressColor1:["rgba(61, 167, 121, 1)"],progressColor2:["rgba(253, 172, 65, 1)"],incomeCurveDataList:[{name:"7日",data:[]},{name:"30日",data:[]},{name:"90日",data:[]},{}],incomeCurveXData:[],incomeCurveXData2:[],spendingCurveDataList:[{name:"7日",data:[]},{name:"30日",data:[]},{name:"90日",data:[]}],spendingCurveXData:[],emergencyPlanNum:0,accidentPastNum:6,accidentPastHis:{totalThis:0,totalLast:2,totalPrevious:4},emergencyPlanNums:0,pagesPath:[{name:"效益看板",path:"/dataPlatform/microBrain/benefitBoard"},{name:"客户通",path:"/dataPlatform/microBrain/Satisfaction"},{name:"安全生产",path:"/dataPlatform/microBrain/safeProduction"},{name:"智能人事",path:"/dataPlatform/microBrain/personnel"},{name:"作业看板",path:"/dataPlatform/microBrain/equipment"}],totalRevenueNums:0,totalRevenueNums2:0,theBudget:0,theBudget2:0,statisticsCockpitId:"",animationFlag:0,animationPlay:"running",animationPlayState:"running",incomeheatMapData:null,incomeheatMapDataList:[],timer:"",theTarget:0,theTarget2:0,summaryOutflow:0,summaryOutflow2:0,summaryOutflowBudget:0,summaryOutflowBudget2:0,changeLeftSum:0,changeRightSum:0,changeLeftSum1:0,changeRightSum1:0,PersonnelIndex:0,FinancialIndex:0,materialsIndex:0,EventIndex:0,safetyIndex:0,safetyProductionDays:0,projectServiceScoreNum:0,dangerousTableData:[{name:"事",one:0,two:0,three:0,four:0,five:0},{name:"财",one:0,two:0,three:0,four:0,five:0},{name:"物",one:0,two:0,three:0,four:0,five:0},{name:"人",one:0,two:0,three:0,four:0,five:0}],levelDangerList:x["nb"],totalPaymentAmount:0,totalCollectionAmount:0,depositNum:0,safetyTargetValue:0,safetyProportion:0,satisfactionTargetValue:0,satisfactionProportion:0,financeTargetValue:0,financeProportion:0,serviceTargetValue:0,serviceProportion:0,incomeProportion:0,investmentProportion:0,floorage:null,houseNum:null,totalSatisfaction:0,credentialNum:0,majorAccidents:0,extraLargeAccidents:0,communityCultureSum:0,projectReportMonth:i()().format("YYYY-MM"),projectReportType:13,projectReportAgents:[{label:"项目汇报智能体",value:13}],projectReportInfo:"",seeProjectReportShow:!1,monthYearList:[{value:1,label:"周"},{value:2,label:"月"}],twoTable:[],columns:[{prop:"serialNum",label:"#",slotName:!0,minWidth:50},{link:!0,prop:"houseName",label:"房间",minWidth:120},{prop:"periods",label:"拖欠期数",minWidth:120,showOverflowTooltip:!0},{prop:"totalAmount",label:"拖欠本金",align:"right",minWidth:120,showOverflowTooltip:!0},{prop:"dangerLevel",color:"color",label:"等级",minWidth:120,showOverflowTooltip:!0}],twoTableTotal:0,threeTable:[],threeTableTotal:0,columns2:[{prop:"serialNum",label:"#",slotName:!0,minWidth:50},{prop:"osName",label:"项目",minWidth:120,showOverflowTooltip:!0},{prop:"name",label:"名字",minWidth:120,showOverflowTooltip:!0},{prop:"age",label:"年龄",minWidth:120,showOverflowTooltip:!0},{prop:"onJobCreatorName",label:"入职操作人",minWidth:120,showOverflowTooltip:!0},{prop:"onJobCreatorDate",label:"入职时间",minWidth:120,showOverflowTooltip:!0}],radioSelect:3,radioSelect2:"",companyList:[],activityInfo:{partNum:0,activityInfo:0},unpaidTotal:0,financeExponent:!0,satisfactionExponent:!0,serviceExponent:!0,safetyExponent:!0,peopleObj:{},peopleEnum:[{label:"人员信息不完整",value:"missingInformationList"},{label:"即将超龄",value:"approachingOverageList"},{label:"超龄",value:"overageList"},{label:"合同未签署",value:"contractNotSignedList"},{label:"合同快到期",value:"approachingExpireList"},{label:"合同过期",value:"contractExpireList"},{label:"保险未购买",value:"insuranceNotPurchasedList"}],saveTime:0,improveEfficiency:0}},computed:{projectUuid:function(){return this.$store.state.community_uuid},projectReportAgentLabel:function(){var t=this,e=this.projectReportAgents.find((function(e){return e.value===t.projectReportType}));return e?e.label:"项目汇报智能体"},companyId:function(){var t=JSON.parse(localStorage.getItem("C_userInfo"));return JSON.parse(t.targetInfo).organizationalStructureRespDTOS[0].companyId},getTotalRevenueNums:function(){var t=(Number(this.totalRevenueNums2)-Number(this.totalCollectionAmount)-Number(this.depositNum)).toFixed(2);return this.totalRevenueNums=Number(t),Object(w["g"])(t)},getMonth:function(){var t=i()().subtract(1,"month").format("M"),e=i()().format("M"),a=(new Date).getFullYear(),n=(new Date).getMonth(),r=(new Date).getMonth()+1,o=Number((new Date).getMonth())>9?Number((new Date).getMonth()):"0".concat(Number((new Date).getMonth())),s=Number((new Date).getMonth()+1)>9?Number((new Date).getMonth()+1):"0".concat(Number((new Date).getMonth()+1));return{month:"".concat(a,"-").concat(o),tMonth:"".concat(a,"-").concat(s),M:o,TM:s,m:n,tm:r,momentTopMonth:t,momentMonth:e}},getOperationalIndex:function(){var t=null,e=this.totalRevenueNums,a=this.theBudget2,n=this.summaryOutflow2,r=this.summaryOutflowBudget2,o=0,i=0,s=0;"number"===typeof e&&"number"===typeof a&&"number"===typeof n&&"number"===typeof r?(0!==a&&(o=this.incomeProportion*(e/a)*100),0!==n&&(i=this.investmentProportion*(r/n)*100),s=Number((o+i).toFixed(2))):s=0;var c=this.safetyProportion*Number(this.safetyIndex/this.safetyTargetValue*100);isFinite(c)&&this.safetyExponent||(c=0);var l=Number(this.financeProportion*(s/100)*100);isFinite(l)&&this.financeExponent||(l=0);var u=this.satisfactionProportion*Number(this.totalSatisfaction/this.satisfactionTargetValue*100);isFinite(u)&&this.satisfactionExponent||(u=0);var d=this.serviceProportion*Number(this.projectServiceScoreNum/this.serviceTargetValue*100);return isFinite(d)&&this.serviceExponent||(d=0),t=c+l+u+d,"number"==typeof t&&!isNaN(t)&&isFinite(t)?{number:t.toFixed(2),color:t<80?"red":t>=80&&t<=100?"yellow":"green"}:{number:null,color:null}},getTodaysIndex:function(){var t=this.totalRevenueNums,e=this.theBudget2,a=this.summaryOutflow2,n=this.summaryOutflowBudget2,r=0,o=0;return this.financeExponent&&"number"===typeof t&&"number"===typeof e&&"number"===typeof a&&"number"===typeof n?(0!==e&&(r=this.incomeProportion*(t/e)*100),0!==a&&(o=this.investmentProportion*(n/a)*100),console.log("流入",r),console.log("流出",o),this.TodaysIndex=Number((r+o).toFixed(2)),Number((r+o).toFixed(2))):(this.TodaysIndex=0,0)}},mounted:function(){this.getSafetyScoreByProjectUuid(),this.checkCompanyList(),this.getIncomeheatMap(),this.getEmergencyPlanTotal(),this.getTotalAccidentPast(),this.getTotalAccidentPastHis(),this.getEmergencyPlanNum(),this.getTotalRevenue(),this.getCustomerComplaintsList(),this.getStatisticsCockpit(),this.getFindByProjectAndMonth(),this.getIncomeCurve(),this.startAnimation(),this.getProjectReport(),this.getExpenditure(),this.getCombustion(),this.getControl(),this.getPersonnelWarning(),this.getWaringList(),this.getOrderWaringTotal(),this.getStuffScore(),this.getSafetyProductionDays(),this.getCurrentYearDeposit(),this.getProjectSetting(),this.getHouseSum(),this.getAgreeYearTop3(),this.getMemberCredential(),this.getActivityInfo(),this.getActiveUsers(),this.projectServiceScore(),this.getCommunityCultureSum(),this.getUnpaid(),this.getPtuSmartInspectionEfficiency()},methods:{getPtuSmartInspectionEfficiency:function(){var t=this;Object(y["D"])({projectUuid:this.projectUuid,planModel:4,detectResultList:[0,1],startTime:this.$moment().subtract(30,"day").format("YYYY-MM-DD 00:00:00"),endTime:this.$moment().format("YYYY-MM-DD 23:59:59")}).then((function(e){0==e.code&&(t.saveTime=e.data.saveTime||0,t.improveEfficiency=e.data.improveEfficiency||0)}))},getSafetyScoreByProjectUuid:function(){var t=this;Object(y["o"])({projectUuid:this.projectUuid}).then((function(e){0==e.code&&(t.safetyIndex=e.data||0)}))},getUnpaid:function(){var t=this;Object(y["t"])({projectUuid:this.projectUuid,statusList:[1,2]}).then((function(e){0==e.code&&(t.unpaidTotal=Object(w["g"])((e.data.processingAmount||0)+(e.data.unpaidAmount||0)+(e.data.approveAmount||0)))}))},gotoEmergencyPlanNum:function(t){1==t?this.$router.push({path:"/propertySMG/securityProduction/rectificationImplementation/securityDrills",query:{startTime:this.$moment().startOf("year").format("YYYY-MM-DD HH:mm:ss"),endTime:this.$moment().endOf("year").format("YYYY-MM-DD HH:mm:ss")}}):2==t&&this.$router.push({path:"/propertySMG/securityProduction/rectificationImplementation/emergencyPlan",query:{type:2,status:1}})},radioChange:function(t){this.radioSelect=t,this.twoTableList()},radioChange2:function(t){this.radioSelect2=t,this.getThreeTable()},getThreeTable:function(){var t=this,e=[];e=this.peopleObj[this.radioSelect2]&&this.peopleObj[this.radioSelect2].length>0?this.peopleObj[this.radioSelect2]:null,e?Object(T["a"])({pageSize:-1,pageNumber:-1,companyId:this.companyId,distinct:1,onJobStateList:[0,1],memberIds:e,projectUuid:this.projectUuid}).then((function(e){console.log(e,"res6666666666666"),0==e.code&&e.data.records&&e.data.records.length>0?(e.data.records.forEach((function(t){null==t.age&&(t.age="-"),null==t.onJobCreatorName&&(t.onJobCreatorName="-"),null==t.onJobCreatorDate&&(t.onJobCreatorDate="-")})),t.threeTable=e.data.records,t.threeTableTotal=t.threeTable.length):(t.threeTable=[],t.threeTableTotal=0)})):(this.threeTable=[],this.threeTableTotal=0)},gotoCommunityCulture:function(){this.$router.push({path:"/communitySMG/communityCulture",query:{startTime:this.$moment().startOf("year").format("YYYY-MM-DD HH:mm:ss"),endTime:this.$moment().endOf("year").format("YYYY-MM-DD HH:mm:ss")}})},getCommunityCultureSum:function(){var t=this;Object(C["b"])({projectUuid:this.projectUuid,startTime:this.$moment().startOf("year").format("YYYY-MM-DD HH:mm:ss"),endTime:this.$moment().endOf("year").format("YYYY-MM-DD HH:mm:ss")}).then((function(e){0==e.code&&e.data&&(t.communityCultureSum=e.data)}))},rowClick:function(t,e,a){window.open("".concat(window.location.origin,"/#/viewInfo/roomDetails?id=").concat(t.houseId,"&type=0"))},twoTableList:function(){var t=this;Object(b["c"])({projectUuid:this.projectUuid,dangerLevel:this.radioSelect,pageSize:-1}).then((function(e){0==e.code&&e.data.records.length?(e.data.records.forEach((function(e){var a=[];e.precinctName&&a.push(e.precinctName),e.buildingName&&a.push(e.buildingName),e.unitName&&a.push(e.unitName),e.roomNum&&a.push(e.roomNum),e.totalAmount=Object(w["g"])(e.totalAmount),e.pointer="pointer",e.color=t.levelDangerList.find((function(t){return t.value==e.dangerLevel})).color||"",e.dangerLevel=t.levelDangerList.find((function(t){return t.value==e.dangerLevel})).label||"",e.houseName=a.length>0?a.join("-"):"-"})),t.twoTable=e.data.records,t.twoTableTotal=t.twoTable.length):(t.twoTable=[],t.twoTableTotal=0)})),this.$refs.cockitDialogTable.initData()},tabsChange4:function(t){this.tabsIndex4=t.value},handleCellClick:function(t,e){var a=this;console.log(e.property," row[column.property]");var n="dangerousType=".concat(e.property,"&dangerousValue=").concat(t[e.property]),r="";switch(t.name){case"事":n+="&type=shi",r="".concat("https://hc-pos.sqygj.cn/","#/propertySMG/securityProduction/checkStandardLibrary"),window.open("".concat(r,"?").concat(n));break;case"财":n+="&type=cai",r="".concat("https://hc-pos.sqygj.cn/","#/propertySMG/businessTaxCank/financeReport/arrearsReport"),"one"==e.property?this.radioSelect=9:"two"==e.property?this.radioSelect=8:"three"==e.property&&(this.radioSelect=6),this.twoTableList();break;case"物":n+="&type=wu",r="".concat("https://hc-pos.sqygj.cn/","#/propertySMG/securityProduction/checkStandardLibrary"),window.open("".concat(r,"?").concat(n));break;case"人":this.radioSelect2="missingInformationList",this.$nextTick((function(){a.$refs.cockitDialogTable2.initData()})),this.getThreeTable();break}},getActiveUsers:function(){var t=this;Object(y["h"])({projectUuid:this.projectUuid}).then((function(e){e.data&&e.data.length&&(t.users=Object(w["g"])(e.data.length))}))},getHouseSum:function(){var t=this;Object(j["b"])({projectUuids:[this.projectUuid]}).then((function(e){0==e.code&&e.data&&(t.houseNum=null==e.data.totalHouse?null:e.data.totalHouse,t.floorage=null==e.data.contractArea?null:Object(w["g"])(e.data.contractArea))}))},getProjectSetting:function(){var t=this;Object(_["f"])({uuid:this.projectUuid}).then((function(e){0==e.code&&e.data&&(t.safetyTargetValue=Number(e.data.safetyTargetValue),t.safetyProportion=Number(e.data.safetyProportion),t.satisfactionTargetValue=Number(e.data.satisfactionTargetValue),t.satisfactionProportion=Number(e.data.satisfactionProportion),t.financeTargetValue=Number(e.data.financeTargetValue),t.financeProportion=Number(e.data.financeProportion),t.serviceTargetValue=Number(e.data.serviceTargetValue),t.serviceProportion=Number(e.data.serviceProportion),t.incomeProportion=Number(e.data.incomeProportion),t.investmentProportion=Number(e.data.investmentProportion),t.financeExponent=1==e.data.financeExponent,t.satisfactionExponent=1==e.data.satisfactionExponent,t.serviceExponent=1==e.data.serviceExponent,t.safetyExponent=1==e.data.safetyExponent)}))},getMedalYearTop3:function(){var t=this;this.medalTop3List=[],Object(b["R"])({projectUuid:this.projectUuid,medalNameList:[this.medalName]}).then((function(e){if(0==e.code){var a=e.data[t.medalName];t.medalTop3List=a}}))},getAgreeYearTop3:function(){var t=this;this.medalTop3List=[],Object(b["l"])({projectUuid:this.projectUuid}).then((function(e){if(0==e.code&&"点赞排名"==t.medalName){var a=e.data.map((function(t){return{targetName:t.memberName,agree:t.agree}}));t.medalTop3List=a}}))},getCurrentYearDeposit:function(){var t=this;Object(b["D"])({uuid:this.projectUuid}).then((function(e){0==e.code&&(t.depositNum=e.data)}))},getSafetyProductionDays:function(){var t=this;Object(b["F"])({projectUuid:this.projectUuid,type:3}).then((function(e){0==e.code&&(t.safetyProductionDays=e.data.safetyDays,0===t.safetyProductionDays&&(t.majorAccidents=e.data.level3,t.extraLargeAccidents=e.data.level4))}))},getStuffScore:function(){var t=this;Object(y["gb"])({uuid:this.projectUuid}).then((function(e){0==e.code&&(t.materialsIndex=e.data)}))},getPersonnelWarning:function(){var t=this;this.dangerousTableData[3].one=0,this.dangerousTableData[3].two=0,this.dangerousTableData[3].three=0,this.dangerousTableData[3].four=0,this.dangerousTableData[3].five=0;var e=0;Object(y["B"])({uuid:this.projectUuid}).then((function(a){if(0==a.code&&a.data){for(var n in t.peopleObj=a.data,t.peopleObj)t.peopleObj[n]&&t.peopleObj[n].length&&t.peopleObj[n].length>0&&(e+=t.peopleObj[n].length);t.dangerousTableData[3].one=e}}))},getWaringList:function(){var t=this;Object(b["Z"])({projectUuid:this.projectUuid,pageSize:-1}).then((function(e){0==e.code&&e.data.records.length&&(t.dangerousTableData[1].one=e.data.records[0].ninthTotal,t.dangerousTableData[1].two=e.data.records[0].eighthTotal,t.dangerousTableData[1].three=e.data.records[0].sixthTotal,t.dangerousTableData[1].four=e.data.records[0].fifthTotal,t.dangerousTableData[1].five=e.data.records[0].thirdTotal)}))},getOrderWaringTotal:function(){var t=A(M().m((function t(){var e=this;return M().w((function(t){while(1)switch(t.n){case 0:this.dangerousTableData[0].one=0,this.dangerousTableData[0].two=0,this.dangerousTableData[0].three=0,this.dangerousTableData[0].four=0,this.dangerousTableData[0].five=0,this.dangerousTableData[2].one=0,this.dangerousTableData[2].two=0,this.dangerousTableData[2].three=0,this.dangerousTableData[2].four=0,this.dangerousTableData[2].five=0,Object(b["t"])({startTime:i()().startOf("day").format("YYYY-MM-DD HH:mm:ss"),endTime:i()().endOf("day").format("YYYY-MM-DD HH:mm:ss"),pageSize:10,pageNumber:1,projectUuid:this.projectUuid,companyId:this.companyId}).then((function(t){if(0==t.code&&t.data.records&&t.data.records[0]&&t.data.records[0].transactionControlDetail){var a=JSON.parse(t.data.records[0].transactionControlDetail);a.forEach((function(t){t.hasOwnProperty("ninthTotal")&&(e.dangerousTableData[0].one+=t.ninthTotal),t.hasOwnProperty("eighthTotal")&&(e.dangerousTableData[0].two+=t.eighthTotal),t.hasOwnProperty("sixthTotal")&&(e.dangerousTableData[0].three+=t.sixthTotal),t.hasOwnProperty("fifthTotal")&&(e.dangerousTableData[0].four+=t.fifthTotal),t.hasOwnProperty("thirdTotal")&&(e.dangerousTableData[0].five+=t.thirdTotal)}))}if(0==t.code&&t.data.records&&t.data.records[0]&&t.data.records[0].classOneDetail){var n=JSON.parse(t.data.records[0].classOneDetail);n.forEach((function(t){t.hasOwnProperty("ninthTotal")&&(e.dangerousTableData[2].one+=t.ninthTotal),t.hasOwnProperty("eighthTotal")&&(e.dangerousTableData[2].two+=t.eighthTotal),t.hasOwnProperty("sixthTotal")&&(e.dangerousTableData[2].three+=t.sixthTotal),t.hasOwnProperty("fifthTotal")&&(e.dangerousTableData[2].four+=t.fifthTotal),t.hasOwnProperty("thirdTotal")&&(e.dangerousTableData[2].five+=t.thirdTotal)}))}})),console.log(this.dangerousTableData,"this.dangerousTableData+++");case 1:return t.a(2)}}),t,this)})));function e(){return t.apply(this,arguments)}return e}(),gotoTabelList:function(t,e){this.$router.push({path:"/propertySMG/basicManagement/checkStandardLibrary",query:{currentDangerousLevel:t,lebal:e}})},getExpenditure:function(){var t=this;Object(b["f"])({needMarkLine:1,projectUuid:this.projectUuid,pageSize:45,pageNumber:1}).then((function(e){if(0==e.code&&null!=e.data){var a=e.data.records.reverse(),n=[],r=[],o=[];t.spendingCurveDataList=[],a.forEach((function(e){n.push(e.weekAverage),r.push(e.monthAverage),o.push(e.quarterAverage),t.barList2.push(e.currentDayTotal),t.incomeCurveXData2.push(e.statisticsDate.substring(0,10))})),setTimeout((function(){t.spendingCurveDataList=[{name:"7日均值",data:n},{name:"30日均值",data:r},{name:"90日均值",data:o}],t.theTarget2=e.data.records[0].markLine,t.$forceUpdate()}))}else t.spendingCurveDataList=[]})).catch((function(e){t.spendingCurveDataList=[]}))},getCombustion:function(){var t=this;Object(b["O"])({projectUuid:this.projectUuid}).then((function(e){if(0==e.code&&e.data){t.incomeheatMapDataList=e.data,t.summaryOutflowBudget=Object(w["g"])(e.data[0].businessClassifyList[t.getMonth.m].currentTotalBudgetAmount),t.summaryOutflowBudget2=e.data[0].businessClassifyList[t.getMonth.m].currentTotalBudgetAmount,e.data.forEach((function(e){null!==e.businessClassifyList&&e.businessClassifyList[t.getMonth.m]&&(e.businessClassifyList[t.getMonth.m].totalRealAmount||(e.businessClassifyList[t.getMonth.m].totalRealAmount=0),t.spendingTreeMapData.forEach((function(a){e.investmentBusinessClassify===a.index&&(a.proportion=e.businessClassifyList?(100*(1-e.businessClassifyList[t.getMonth.m].totalRealAmount/e.businessClassifyList[t.getMonth.m].totalBudgetAmount)).toFixed(2):0,a.value=e.businessClassifyList?e.businessClassifyList[t.getMonth.m].totalBudgetAmount:0,a.itemStyle=e.businessClassifyList&&(100*(1-e.businessClassifyList[t.getMonth.m].totalRealAmount/e.businessClassifyList[t.getMonth.m].totalBudgetAmount)).toFixed(2)>0?{color:"#88D498"}:{color:"#F2637B"})})))}));var a=0;t.spendingTreeMapData.forEach((function(t){t.value&&(a+=Number(t.value))})),t.spendingTreeMapData.forEach((function(t){t.value=100*Number(Number(t.value)/Number(a))}))}t.tabsChange2({value:0,label:"全部"})}))},getControl:function(){var t=this;Object(b["P"])({projectUuid:this.projectUuid,companyId:this.companyId}).then((function(e){0==e.code&&e.data&&(t.summaryOutflow=Object(w["g"])(e.data.totalOutflow),t.totalPaymentAmount=Object(w["g"])(e.data.totalRealAmount),t.summaryOutflow2=e.data.totalOutflow)}))},getIncomeheatMap:function(t){var e=this;Object(b["N"])({businessClassifyList:t||[1,2,3,4],projectUuid:this.projectUuid}).then((function(t){if(0===t.code&&t.data){var a=t.data;console.log("收入燃起图--------",a),e.theBudget=Object(w["g"])(a[0][e.getMonth.m].currentTotalBudgetAmount),e.theBudget2=a[0][e.getMonth.m].currentTotalBudgetAmount;var n=(new Date).getMonth(),r=[{label:"物业管理费",value:1},{label:"停车费",value:2},{label:"多种经营",value:3},{label:"代收代付",value:4}];r.forEach((function(t){a[t.value]&&(e.incomeTreeMapData.find((function(e){return e.name===t.label})).proportion=a[t.value]?(100*(Number(a[t.value][n].totalRealAmount/a[t.value][n].totalBudgetAmount)-1)).toFixed(2):0,e.incomeTreeMapData.find((function(e){return e.name===t.label})).value=a[t.value]?a[t.value][n].totalBudgetAmount:0,e.incomeTreeMapData.find((function(e){return e.name===t.label})).itemStyle=a[t.value]&&100*(Number(a[t.value][n].totalRealAmount/a[t.value][n].totalBudgetAmount).toFixed(2)-1)>1?{color:"#88D498"}:{color:"#F2637B"})}));var o=0;e.incomeTreeMapData.forEach((function(t){o+=t.value})),e.incomeTreeMapData.find((function(t){return"物业管理费"===t.name})).value=100*Number(e.incomeTreeMapData.find((function(t){return"物业管理费"===t.name})).value/o),e.incomeTreeMapData.find((function(t){return"停车费"===t.name})).value=100*Number(e.incomeTreeMapData.find((function(t){return"停车费"===t.name})).value/o),e.incomeTreeMapData.find((function(t){return"多种经营"===t.name})).value=100*Number(e.incomeTreeMapData.find((function(t){return"多种经营"===t.name})).value/o),e.incomeTreeMapData.find((function(t){return"代收代付"===t.name})).value=100*Number(e.incomeTreeMapData.find((function(t){return"代收代付"===t.name})).value/o),e.incomeheatMapData=a,console.log(e.incomeheatMapData,"this.incomeheatMapData---");var i=a[4];a&&a[4]&&i[n]&&i[n].totalRealAmount&&(e.totalCollectionAmount=i[n].totalRealAmount)}e.tabsChange({value:0,label:"全部"})}))},toCorrectionProjectAndMonth:function(){var t=this;console.log("this.getMonth.tMonth",this.getMonth.tMonth),Object(b["q"])({month:this.getMonth.tMonth,companyId:this.companyId}).then((function(e){0===e.code&&t.getFindByProjectAndMonth()}))},startAnimation:function(){var t=this;this.timer=setInterval((function(){t.animationFlag=!t.animationFlag}),3500)},animationMouseenter:function(){clearInterval(this.timer)},animationMouseleave:function(){this.startAnimation()},getFindByProjectAndMonth:function(){var t=this;Object(b["x"])({projectUuid:this.projectUuid,month:this.getMonth.tMonth,planModel:0}).then((function(e){0===e.code&&e.data&&(t.worksByFinished=e.data.completedRate.replace(/\%/g,""),t.worksByPassed=e.data.artificialCheckPassRateStr.replace(/\%/g,""),t.worksRateMonth="".concat(t.getMonth.tm,"月"))}))},toRefreshStatisticsCockpit:function(){this.getStatisticsCockpit()},getStatisticsCockpit:function(){var t=this;Object(b["fb"])({uuid:this.projectUuid}).then((function(e){0===e.code&&e.data&&(t.totalSatisfaction=e.data.total)}))},toRefreshCustomerComplaints:function(){var t=this;Object(b["ib"])({projectUuid:this.projectUuid}).then((function(e){0===e.code&&t.getCustomerComplaintsList()}))},getCustomerComplaintsList:function(){var t=this;Object(b["A"])({projectUuid:this.projectUuid,startTime:"",endTime:""}).then((function(e){if(0===e.code){var a=0,n=JSON.parse(JSON.stringify(t.customerComplaints));t.processRate=e.data.satisfaction,t.processNums=e.data.completeTotal;var r=e.data.arr;n.forEach((function(t){r.forEach((function(e){e.orderType===t.orderType&&(0!==e.completeTotal?t.rate=(e.completeTotal/e.startTotal*100).toFixed(2):t.rate=0,t.lineName="投诉处理率",t.value=e.startTotal,a+=e.startTotal)}))})),t.customerComplaints=n,t.customerComplaints=t.customerComplaints.filter((function(t){return 0!==t.value})),console.log(t.customerComplaints,"this.customerComplaints+++"),t.customerComplaintsTotal=a}}))},getTotalRevenue:function(){var t=this;Object(b["G"])({projectUuid:this.projectUuid}).then((function(e){0==e.code&&(t.totalRevenueNums=Object(w["g"])(e.data.year),t.totalRevenueNums2=e.data.year)}))},getEmergencyPlanNum:function(){var t=this;Object(b["C"])({projectUuid:this.projectUuid}).then((function(e){t.emergencyPlanNums=e.data.total}))},getTotalAccidentPastHis:function(){var t=this;Object(b["I"])({projectUuid:this.projectUuid,type:3}).then((function(e){t.accidentPastHis=e.data}))},getEmergencyPlanTotal:function(){var t=this;Object(b["J"])({projectUuid:this.projectUuid}).then((function(e){t.emergencyPlanNum=e.data.total}))},getTotalAccidentPast:function(){var t=this;Object(b["H"])({projectUuid:this.projectUuid,type:2}).then((function(e){t.accidentPastNum=e.data.total}))},getIncomeCurve:function(){var t=this;Object(b["Y"])({projectUuid:this.projectUuid,pageNumber:1,pageSize:15,needMarkLine:1}).then((function(e){if(0===e.code&&null!=e.data){var a=e.data.records.reverse(),n=[],r=[],o=[],i=[];t.barList=[],t.incomeCurveXData=[],a.forEach((function(e){n.push(e.weekAverage),r.push(e.monthAverage),o.push(e.quarterAverage),i.push(t.theTarget),t.barList.push(e.currentDayTotal),t.incomeCurveXData.push(e.statisticsDate.substring(0,10))})),t.incomeCurveDataList=[{name:"7日均值",data:n},{name:"30日均值",data:r},{name:"90日均值",data:o}],t.theTarget=e.data.records[0].markLine}else t.incomeCurveDataList=[]}))},incomeCurveUpload:function(){var t=this;Object(b["lb"])({projectUuid:this.projectUuid,type:2}).then((function(e){t.getIncomeCurve()}))},tabsChange2:function(t){var e=this,a=this.incomeheatMapDataList.find((function(e){if(e.investmentBusinessClassify==t.value)return e}));a&&(a.businessClassifyList?(this.spendingDataList[0].data=[],this.spendingDataList[1].data=[],0==t.value?a.businessClassifyList.forEach((function(t){e.spendingDataList[0].data.push(t.colationTotalBudgetAmount),e.spendingDataList[1].data.push(t.colationTotalRealAmount||0)})):a.businessClassifyList.forEach((function(t){e.spendingDataList[0].data.push(t.totalBudgetAmount),e.spendingDataList[1].data.push(t.totalRealAmount||0)}))):(a.businessClassifyList=[],this.spendingDataList[0].data=[],this.spendingDataList[1].data=[])),this.tabsIndex2=t.value},tabsChange3:function(t){this.medalName=t.label,this.tabsIndex3=t.value,"点赞排名"==this.medalName?this.getAgreeYearTop3():this.getMedalYearTop3()},tabsChange:function(t){var e,a=(new Date).getMonth();this.task7DaysList[0].data=[],this.task7DaysList[1].data=[],this.incomeheatMapData&&this.incomeheatMapData[t.value]&&(e=this.incomeheatMapData[t.value],0==t.value?(this.task7DaysList.find((function(t){return"预算"===t.name})).data=e&&e.map((function(t,e){return t.colationTotalBudgetAmount||0})),this.task7DaysList.find((function(t){return"实际"===t.name})).data=e&&e.map((function(t,n){return n<=a?t.colationTotalRealAmount||0:e[a].totalRealAmount}))):(this.task7DaysList.find((function(t){return"预算"===t.name})).data=e&&e.map((function(t,e){return t.totalBudgetAmount||0})),this.task7DaysList.find((function(t){return"实际"===t.name})).data=e&&e.map((function(t,n){return n<=a?t.totalRealAmount||0:e[a].totalRealAmount})))),this.tabsIndex1=t.value},tableRowClassName:function(t){t.row;var e=t.rowIndex;return(e+1)%2===0?"row-even":"row-odd"},getMemberCredential:function(){var t=this;Object(b["S"])({uuid:this.projectUuid}).then((function(e){0==e.code&&(t.credentialNum=e.data)}))},getActivityInfo:function(){var t=this;Object(b["cb"])({projectUuid:this.projectUuid,companyId:this.companyId}).then((function(e){0==e.code&&(t.activityInfo=e.data)}))},projectServiceScore:function(){var t=this;Object(b["E"])({uuid:this.projectUuid}).then((function(e){0==e.code&&(t.projectServiceScoreNum=e.data?e.data:0)}))},toPath:function(t){this.$router.push({path:t.path})},toRefreshDangerousTableData:function(){var t=this;Object(b["mb"])({uuid:this.projectUuid}).then((function(e){0==e.code&&(t.$message("正在刷新,请稍后"),t.getPersonnelWarning(),t.getWaringList(),t.getOrderWaringTotal(),Object(b["a"])({uuid:t.projectUuid}))}))},checkCompanyList:function(){var t=this,e=JSON.parse(window.localStorage.getItem("C_userInfo"));Object(S["o"])({accountName:this.$store.state.user.userInfo.accountName,roleId:e.roleId,memberId:e.memberId,orgId:e.orgId}).then((function(e){e.data&&e.data.menuSelectAllResponseDTOS.length>0?t.companyList=[e.data.companyAuthApplyOrderRespDTO]:t.companyList=[]}))},toCompanyActivity:function(){var t=JSON.parse(window.localStorage.getItem("C_userInfo"));if(0!=this.companyList.length){var e={phone:this.companyList[0].phoneNumber,companyName:this.companyList[0].fullName,companyId:this.$store.state.companyId,logo:this.companyList[0].logo||"",roleId:t.roleId,memberId:t.memberId,selectMenu:",personnelMerits,trainingManage"},a=Object(O["e"])(e),n="".concat("https://hc-etms.sqygj.cn/","#/login");window.open("".concat(n,"?").concat(a))}},handleProjectReport:function(){var t=this;this.projectReportMonth?Object(P["e"])({creatorId:this.$store.state.user.userInfo.memberId,creatorName:this.$store.state.user.userInfo.memberName,projectUuid:this.projectUuid,projectName:this.$store.state.community_name,reportMonth:this.projectReportMonth,reportType:this.projectReportType}).then((function(e){0==e.code&&(t.$message({type:"success",message:"正在生成报告中,请稍后。。。"}),t.getProjectReport())})):this.$message.warning("请选择年月")},seeProjectReport:function(){this.getProjectReport(),this.seeProjectReportShow=!0},getProjectReport:function(){var t=this;Object(D["b"])({reportType:this.projectReportType,reportMonth:this.projectReportMonth,projectUuid:this.projectUuid}).then((function(e){0===e.code&&e.data.records&&e.data.records.length>0?t.projectReportInfo=e.data.records[0]:t.projectReportInfo=""}))}}},B=N,R=(a("146e"),a("fe7e"),a("021e"),a("829d")),E=Object(R["a"])(B,n,r,!1,null,"4c1cbfbd",null);e["default"]=E.exports},"3ef7":function(t,e,a){},"3f74":function(t,e,a){"use strict";a("566c")},4811:function(t,e,a){"use strict";var n=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"tabList"},[t.gotoPath?a("span",{staticClass:"title link-title",on:{click:t.toPath}},[t._v(t._s(t.title))]):a("span",{staticClass:"title"},[t._v("\n "+t._s(t.title)+"\n "),t.showToolTip?a("el-tooltip",{staticClass:"item",attrs:{effect:"dark",content:"",placement:"top"}},[a("template",{slot:"content"},[a("span",{domProps:{innerHTML:t._s(t.showToolTipContent)}})]),t._v(" "),a("span",{staticClass:"el-icon-info"})],2):t._e()],1),t._v(" "),a("span",{staticClass:"button",on:{click:t.changeLeft}},[a("i",{staticClass:"el-icon-caret-left"})]),t._v(" "),a("span",{staticClass:"menuList"},[a("span",{ref:t.listName,staticClass:"card-list",class:t.listName},t._l(t.menuList,(function(e,n){return a("span",{key:n,staticClass:"cardTab",class:t.getClass(e.value),style:{flexBasis:t.tabWidth+"%"},on:{click:function(a){return t.tabsChange(e)}}},[t._v(t._s(e.label))])})),0)]),t._v(" "),a("span",{staticClass:"button",on:{click:t.changeRight}},[a("i",{staticClass:"el-icon-caret-right"})])])},r=[],o={name:"tabList",data:function(){return{leftSum:0,rightSum:0,SonIndex:1,tabWidth:100/this.menuList.length}},props:{menuList:{default:!0,type:Array},title:{default:!0,type:String},listName:{default:!0,type:String},tabsIndex:{type:Number,default:1},myIndex:{type:Boolean,default:!1},gotoPath:{type:Boolean,default:!1},path:{type:String,default:""},showToolTip:{type:Boolean,default:!1},showToolTipContent:{type:String,default:""}},mounted:function(){},methods:{toPath:function(){this.$router.push(this.path)},changeLeft:function(){var t=this.$refs[this.listName];0!==t.scrollLeft&&(this.leftSum=this.rightSum-=30,t.scrollTo({left:this.leftSum,behavior:"smooth"}))},changeRight:function(){var t=this.$refs[this.listName];t.scrollLeft+t.clientWidth>=t.scrollWidth||(this.rightSum+=30,t.scrollTo({left:this.rightSum,behavior:"smooth"}))},tabsChange:function(t){this.myIndex||(this.SonIndex=t.value),this.$emit("cardTabChange",t)},getClass:function(t){return 1==this.myIndex?this.tabsIndex===t?"cardTabA":"":this.SonIndex===t?"cardTabA":""}}},i=o,s=(a("3f74"),a("829d")),c=Object(s["a"])(i,n,r,!1,null,"253281d0",null);e["a"]=c.exports},"4d11":function(t,e,a){},"566c":function(t,e,a){},"600fa":function(t,e,a){t.exports=a.p+"static/img/o2.2209e664.png"},6074:function(t,e,a){t.exports=a.p+"static/img/oi2.9c87a2b5.png"},6164:function(t,e,a){"use strict";a.d(e,"b",(function(){return r})),a.d(e,"a",(function(){return o})),a.d(e,"c",(function(){return i}));var n=a("b775");function r(t){return Object(n["a"])({url:"/appproject/data/project/serviceCount",method:"post",data:t})}function o(t){return Object(n["a"])({url:"/appproject/data/project/queryOperationalData",method:"post",data:t})}function i(t){return Object(n["a"])({url:"/appproject/data/project/wxminiUserCount",method:"post",data:t})}},6915:function(t,e,a){t.exports=a.p+"static/img/top2_icon.9de70576.png"},6927:function(t,e,a){var n={"./top1_icon.png":"7ce4","./top2_icon.png":"6915","./top3_icon.png":"1229"};function r(t){var e=o(t);return a(e)}function o(t){if(!a.o(n,t)){var e=new Error("Cannot find module '"+t+"'");throw e.code="MODULE_NOT_FOUND",e}return n[t]}r.keys=function(){return Object.keys(n)},r.resolve=o,t.exports=r,r.id="6927"},"6d85":function(t,e,a){t.exports=a.p+"static/img/oi1.1e8a32ea.png"},"70f6":function(t,e,a){"use strict";a("bd41")},7274:function(t,e,a){"use strict";a.d(e,"f",(function(){return r})),a.d(e,"t",(function(){return o})),a.d(e,"x",(function(){return i})),a.d(e,"g",(function(){return s})),a.d(e,"B",(function(){return c})),a.d(e,"s",(function(){return l})),a.d(e,"c",(function(){return u})),a.d(e,"l",(function(){return d})),a.d(e,"z",(function(){return p})),a.d(e,"A",(function(){return h})),a.d(e,"n",(function(){return f})),a.d(e,"m",(function(){return m})),a.d(e,"j",(function(){return v})),a.d(e,"o",(function(){return g})),a.d(e,"h",(function(){return b})),a.d(e,"i",(function(){return y})),a.d(e,"k",(function(){return C})),a.d(e,"p",(function(){return j})),a.d(e,"y",(function(){return _})),a.d(e,"r",(function(){return S})),a.d(e,"w",(function(){return x})),a.d(e,"a",(function(){return T})),a.d(e,"b",(function(){return w})),a.d(e,"e",(function(){return O})),a.d(e,"d",(function(){return P})),a.d(e,"v",(function(){return D})),a.d(e,"q",(function(){return L})),a.d(e,"u",(function(){return M}));var n=a("b775");function r(t){return Object(n["a"])({url:"/appproject/ProjectConfig/findByUuid",method:"post",data:t})}function o(t){return Object(n["a"])({url:"/appproject/ProjectConfig/updateByProjectUuid",method:"post",data:t})}function i(t){return Object(n["a"])({url:"/appproject/ProjectConfig/scheduled/push/date",method:"post",data:t})}function s(t){return Object(n["a"])({url:"/appproject/OrderInfo/findLiaisonByProjectUuids",method:"post",data:t})}function c(t){return Object(n["a"])({url:"/appproject/ProjectInit/getVisitConfig",method:"post",data:t})}function l(t){return Object(n["a"])({url:"/appproject/ProjectInit/updateBatchVisitConfig",method:"post",data:t})}function u(t){return Object(n["a"])({url:"/appproject/QualityControls/choose",method:"post",data:t})}function d(t){return Object(n["a"])({url:"/appproject/QualityControls/pageList",method:"post",data:t})}function p(t){return Object(n["a"])({url:"/appproject/ChargeReceivable/urge/listFee",method:"post",data:t})}function h(t){return Object(n["a"])({url:"/appproject/CustomerVisit/create/by/urge/model",method:"post",data:t})}function f(t){return Object(n["a"])({url:"/appproject/SalaryConfig/findByProjectUuid",method:"post",data:t})}function m(t){return Object(n["a"])({url:"/appproject/SalaryConfig/edit",method:"post",data:t})}function v(t){return Object(n["a"])({url:"/appproject/MemberSalaryConfig/pageList",method:"post",data:t})}function g(t){return Object(n["a"])({url:"/appproject/MemberSalaryConfig/salaryItemPageList",method:"post",data:t})}function b(t){return Object(n["a"])({url:"/appproject/MemberSalaryConfig/create",method:"post",data:t})}function y(t){return Object(n["a"])({url:"/appproject/MemberSalaryConfig/findById",method:"post",data:t})}function C(t){return Object(n["a"])({url:"/appproject/MemberSalaryConfig/update",method:"post",data:t})}function j(t){return Object(n["a"])({url:"/appproject/ProjectConfig/updateAccessControlByProjectUuid",method:"post",data:t})}function _(t){return Object(n["a"])({url:"/appproject/ProjectConfig/updateTargetValueByProjectUuid",method:"post",data:t})}function S(t){return Object(n["a"])({url:"/appproject/ProjectConfig/updateAutoResetDangerousByProjectUuid",method:"post",data:t})}function x(t){return Object(n["a"])({url:"/appproject/ProjectConfig/updateMeterReadingType",method:"post",data:t})}function T(t){return Object(n["a"])({url:"/appproject/ChargeOrderConfig/pageList",method:"post",data:t})}function w(t){return Object(n["a"])({url:"/appproject/ChargeOrderConfig/update",method:"post",data:t})}function O(t){return Object(n["a"])({url:"/appproject/ProjectReturnStatistics/debtAnalysisDetail",method:"post",data:t})}function P(t){return Object(n["a"])({url:"/appproject/ChargeOrder/createBatch",method:"post",data:t})}function D(t){return Object(n["a"])({url:"/appproject/ProjectConfig/updateEnergyParams",method:"post",data:t})}function L(t){return Object(n["a"])({url:"/appproject/ProjectConfig/updateAutoCharge",method:"post",data:t})}function M(t){return Object(n["a"])({url:"/appproject/ProjectConfig/updateChargeDeduction",method:"post",data:t})}},"7ce4":function(t,e,a){t.exports=a.p+"static/img/top1_icon.4dd87bde.png"},"7e50":function(t,e){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAYAAAA7bUf6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxMzNCMkNENERCMjYxMUYwQjg3REE4MUE1NEY4RTY3MiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxMzNCMkNENURCMjYxMUYwQjg3REE4MUE1NEY4RTY3MiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjEzM0IyQ0QyREIyNjExRjBCODdEQTgxQTU0RjhFNjcyIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjEzM0IyQ0QzREIyNjExRjBCODdEQTgxQTU0RjhFNjcyIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+/CugQgAAAWBJREFUeNp8lLtKQ0EQhk9OIYg2msILFoJCGhExDyCCnRAFwcJ4LXwAEWujtaWdhYjaWBksBUG0shAkRBCtLLxBVPBSWKjfwCycLDtn4INzdv792dmd3Uzu5i/yohkWYRz6oBVeoQJl2ILP5ISMZ1KEDWiP7HiCFdhzA3EiuaqJNINI87uqrzOZglJgwglswhn4dYt+2pUje3AHbQmBTJjTPRiAKxiBA2/1NeiVgXnPQOIYDnXyKVzDORx5uqysRkwKgTJkZcPQrf+d0A+3AW1BynngoyOQ/IEG/b6AIV1N3tM9xrqkUDgD6Y9RPdZ8QJeNdXOs+IVJmIB1Q1MTk2qKiZT6pQ1oRTXWY7SiC+71KlhRFpMdeDYEl9AD31Yp0uVi8gHLhiinndlo5Jfg3XXfvtH2TTAjnR3IrekdqmthGZxNKc3Fi16JkvUUuPdkAcZgEFrgTfdHDmHbf0/+BRgA+yVNqGPuq9sAAAAASUVORK5CYII="},"7f8d":function(t,e,a){t.exports=a.p+"static/img/oi6.fd803bdd.png"},8194:function(t,e,a){"use strict";a.d(e,"d",(function(){return r})),a.d(e,"c",(function(){return o})),a.d(e,"e",(function(){return i})),a.d(e,"a",(function(){return s})),a.d(e,"b",(function(){return c}));var n=a("b775");function r(t){return Object(n["a"])({url:"/appproject/MemberWorkAccount/checkMemberWorkAccount",method:"post",data:t})}function o(t){return Object(n["a"])({url:"/company/member/findById",method:"post",data:t})}function i(t){return Object(n["a"])({url:"/appproject/member/listMemberByProjectUuid",method:"post",data:t})}function s(t){return Object(n["a"])({url:"/appproject/member/pageListByCompany",method:"post",data:t})}function c(t){return Object(n["a"])({url:"/appproject/member/projectSocialSecurityDetails",method:"post",data:t})}},8581:function(t,e,a){"use strict";var n=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{ref:"echartsBar",staticClass:"bar",attrs:{id:"bar"}})},r=[],o={name:"echartsBar",props:["progress","title","isShowDetaile","progressColor"],data:function(){return{defaultColor:["rgba(40, 108, 233, 1)","rgba(1, 209, 255, 1)"]}},watch:{progress:{handler:function(t,e){this.drawCharts()},deep:!0}},methods:{drawCharts:function(){var t=this.$echarts.init(this.$refs.echartsBar),e={grid:{left:"4%",top:"10px",right:"4%",bottom:"10%",containLabel:!0},series:[{type:"gauge",startAngle:90,endAngle:-270,radius:"90%",pointer:{show:!1},progress:{show:this.progress>0,overlap:!1,roundCap:!0,clip:!1,itemStyle:{color:this.progressColor[0],borderWidth:0,borderColor:"#fff"}},axisLine:{show:!0,lineStyle:{color:[[1,"#464D5C"]],width:3}},splitLine:{show:!1,distance:0,length:10},axisTick:{show:!1},axisLabel:{show:!1,distance:20},data:[{value:this.progress?Number(this.progress):0,name:this.title?this.title:"",title:{offsetCenter:this.isShowDetaile?["0%","-10%"]:["0%","10%"],color:"#ffffff"},detail:{offsetCenter:["0%","50%"]}}],title:{show:!1,fontSize:this.$fontSize(12),color:"#fff"},detail:{show:this.isShowDetaile,width:20,height:30,fontSize:this.$fontSize(13),color:"rgba(1, 209, 255, 1)",formatter:"{value}%"}}]};t.clear(),t.setOption(e),window.addEventListener("resize",(function(){t.resize()}))}},mounted:function(){var t=this;this.$nextTick((function(){t.drawCharts()}))}},i=o,s=(a("70f6"),a("829d")),c=Object(s["a"])(i,n,r,!1,null,"1b6b905c",null);e["a"]=c.exports},"8c98":function(t,e,a){"use strict";a("c755")},"8cbb":function(t,e,a){t.exports=a.p+"static/img/o7.630c9789.png"},"93fb":function(t,e,a){"use strict";var n=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{ref:"pieCharts",staticClass:"pieCharts",attrs:{id:"pieCharts"}})},r=[],o=(a("75e5"),a("0b37"));function i(t){return i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},i(t)}function s(t,e){var a=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),a.push.apply(a,n)}return a}function c(t){for(var e=1;e<arguments.length;e++){var a=null!=arguments[e]?arguments[e]:{};e%2?s(Object(a),!0).forEach((function(e){l(t,e,a[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(a)):s(Object(a)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(a,e))}))}return t}function l(t,e,a){return(e=u(e))in t?Object.defineProperty(t,e,{value:a,enumerable:!0,configurable:!0,writable:!0}):t[e]=a,t}function u(t){var e=d(t,"string");return"symbol"==i(e)?e:e+""}function d(t,e){if("object"!=i(t)||!t)return t;var a=t[Symbol.toPrimitive];if(void 0!==a){var n=a.call(t,e||"default");if("object"!=i(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}function p(t){return v(t)||m(t)||f(t)||h()}function h(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function f(t,e){if(t){if("string"==typeof t)return g(t,e);var a={}.toString.call(t).slice(8,-1);return"Object"===a&&t.constructor&&(a=t.constructor.name),"Map"===a||"Set"===a?Array.from(t):"Arguments"===a||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(a)?g(t,e):void 0}}function m(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}function v(t){if(Array.isArray(t))return g(t)}function g(t,e){(null==e||e>t.length)&&(e=t.length);for(var a=0,n=Array(e);a<e;a++)n[a]=t[a];return n}var b={name:"pie",props:{pieData:{type:Array,default:function(){return[]}},title:{type:String,default:function(){return""}},unit:{type:String,default:function(){return""}},unShowLegend:{type:Boolean,default:!1},type:{type:Number,default:function(){return 0}},use3D:{type:Boolean,default:!0},innerRatio:{type:Number,default:0}},data:function(){return{chart:null,_resizeHandler:null}},watch:{pieData:{handler:function(t,e){this.initPie()},deep:!0}},mounted:function(){var t=this;this.initPie(),this._resizeHandler=function(){t.chart&&t.chart.resize()},window.addEventListener("resize",this._resizeHandler)},beforeDestroy:function(){this._resizeHandler&&window.removeEventListener("resize",this._resizeHandler),this.chart&&(this.chart.dispose(),this.chart=null)},methods:{formatterTip:function(t){var e="",a=t.marker||"";return a=a.replace("width:10px","width:5px").replace("height:10px","height:5px"),e="".concat(t.seriesName,"<br/>").concat(a).concat(t.name," : ").concat(Object(o["g"])(t.value)," ").concat(this.unit?this.unit:""," (").concat(t.percent,"%)"),e},getColorPalette:function(){return 1==this.type?["#ff0000","#f59a23","#ffd700","blue"]:2==this.type?["#24d467","#ed001e","grey","blue"]:3==this.type?["red","#ee6666","#fdd75e","#7dd2f3","#2ecc71","#16a085"]:["#5470C6","#EE6666","#91CC75","#FAC858","#73C0DE","#3BA272","#FC8452","#9A60B4","#EA7CCC","#2f4554","#61a0a8","#d48265"]},getGrid3DLeft:function(){var t=this.unShowLegend?10:20;return"".concat(t,"%")},build3DPieSeries:function(t,e,a){for(var n=Array.isArray(t)?t:[],r=n.map((function(t){return Number(t&&t.value?t.value:0)})),o=r.reduce((function(t,e){return t+e}),0),i=Math.max.apply(Math,p(r).concat([1])),s=1-e,c=[],l=0,u=0;u<n.length;u++){var d=n[u]||{},h=Number(d.value||0),f=l+h,m=o?l/o:0,v=o?f/o:0,g=d&&d.itemStyle||{},b=a&&a.length?a[u%a.length]:null,y=b||g.color||null,C="number"===typeof g.opacity?g.opacity:1,j={};y&&(j.color=y),"number"===typeof C&&(j.opacity=C),c.push({name:"undefined"===typeof d.name?"series".concat(u):d.name,type:"surface",parametric:!0,silent:!1,wireframe:{show:!1},pieData:d,pieStatus:{selected:!1,hovered:!1,k:s},itemStyle:j,parametricEquation:this.getParametricEquation(m,v,!1,!1,s,h)}),l=f}var _=this.getHeight3D(i,50);return{series:c,boxHeight:_}},getHeight3D:function(t,e){return t?25*e/t:e},getParametricEquation:function(t,e,a,n,r,o){var i=(t+e)/2,s=t*Math.PI*2,c=e*Math.PI*2,l=i*Math.PI*2;0===t&&1===e&&(a=!1),r="undefined"!==typeof r?r:1/3;var u=a?.1*Math.cos(l):0,d=a?.1*Math.sin(l):0,p=n?1.05:1;return{u:{min:-Math.PI,max:3*Math.PI,step:Math.PI/32},v:{min:0,max:2*Math.PI,step:Math.PI/20},x:function(t,e){return t<s?u+Math.cos(s)*(1+Math.cos(e)*r)*p:t>c?u+Math.cos(c)*(1+Math.cos(e)*r)*p:u+Math.cos(t)*(1+Math.cos(e)*r)*p},y:function(t,e){return t<s?d+Math.sin(s)*(1+Math.cos(e)*r)*p:t>c?d+Math.sin(c)*(1+Math.cos(e)*r)*p:d+Math.sin(t)*(1+Math.cos(e)*r)*p},z:function(t,e){return t<.5*-Math.PI?Math.sin(t):t>2.5*Math.PI?Math.sin(t)*o*.1:Math.sin(e)>0?1*o*.1:-1}}},initPie:function(){var t=this;this.chart||(this.chart=this.$echarts.init(this.$refs.pieCharts));var e=this,a=this.getColorPalette(),n=Array.isArray(this.pieData)&&this.pieData.some((function(t){return t&&"undefined"!==typeof t.value&&Number(t.value)>0}));if(n){var r={tooltip:{trigger:"item",axisPointer:{type:"line"},backgroundColor:"rgba(26, 35, 58, 1)",borderColor:"rgba(26, 35, 58, 1)",textStyle:{color:"#fff"},position:function(t,e,a,n,r){var o=[t[0],t[1]],i=r.contentSize[0],s=r.contentSize[1],c=o[0]-i/2,l=o[1]-s/2;return[c,l]},extraCssText:"box-shadow:inset 0px 0px 7px 1px rgba(82, 92, 123, 1)",formatter:function(e){if(t.use3D&&"surface"===e.seriesType){var a=t.pieData&&t.pieData[e.seriesIndex]?t.pieData[e.seriesIndex]:{},n=(t.pieData||[]).reduce((function(t,e){return t+Number(e&&e.value?e.value:0)}),0),r=Number(a.value||0),i=n?r/n*100:0,s=c(c({},e),{},{name:a.name||e.name,value:r,percent:Number(Object(o["f"])(i,2))});return t.formatterTip(s)}return t.formatterTip(e)}},legend:{orient:"vertical",selectedMode:!0,show:!this.unShowLegend,icon:"rect",botom:0,left:"left",textStyle:{color:"#fff",fontSize:this.$fontSize(13),padding:[0,0,0,5]},itemWidth:8,itemHeight:8,formatter:function(t){return"".concat(t)}},grid:{left:"4%",top:"10px",right:"4%",bottom:0,containLabel:!0},color:a||void 0,series:[]};if(this.use3D){var i="number"===typeof this.innerRatio?this.innerRatio:0,s=this.build3DPieSeries(this.pieData,i,a);r.xAxis3D={min:-1,max:1},r.yAxis3D={min:-1,max:1},r.zAxis3D={min:-1.5,max:1};var l=i>0;r.grid3D={left:this.getGrid3DLeft(),right:"4%",top:"0%",bottom:"0%",show:!1,boxHeight:s.boxHeight,viewControl:{alpha:l?60:25,distance:l?260:300,rotateSensitivity:0,zoomSensitivity:0,panSensitivity:0,autoRotate:!1}};var u={name:this.title,type:"pie",radius:this.unShowLegend?["0","85%"]:["0","70%"],data:this.pieData,itemStyle:{opacity:0},emphasis:{itemStyle:{opacity:0}},label:{show:!0,position:"inside",formatter:function(t){return 100===t.percent?"".concat(t.percent,"%"):0===t.percent?"":Object(o["f"])(t.percent,2)+"%"}},labelLine:{show:!1},silent:!0};r.series=[].concat(p(s.series),[u])}else r.series=[{name:this.title,type:"pie",radius:this.unShowLegend?["0","85%"]:["0","70%"],data:this.pieData,label:{show:!0,position:"inside",formatter:function(t){return 100===t.percent?"".concat(t.percent,"%"):0===t.percent?"":Object(o["f"])(t.percent,2)+"%"}},labelLine:{show:!1}}];this.chart.clear(),this.chart.setOption(r,!0),this.chart.off("click"),this.chart.on("click",(function(t){e.$emit("pieClick",t)}))}else this.chart.clear()}}},y=b,C=(a("efae"),a("829d")),j=Object(C["a"])(y,n,r,!1,null,"42de13e9",null);e["a"]=j.exports},"974c":function(t,e,a){t.exports=a.p+"static/img/o4.cc5136b1.png"},9934:function(t,e,a){t.exports=a.p+"static/img/o3.39ebd5b5.png"},"99d4":function(t,e,a){"use strict";var n=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{ref:"verticalBars",staticClass:"lineCharts",attrs:{id:"histogram"}})},r=[],o=a("0b37"),i=(a("8975"),{name:"verticalBars",props:{data:{type:Array,default:function(){return[]}},xAxis:{type:Array,default:function(){return[]}},isSubY:{type:Boolean,delete:!1},isSubX:{type:Boolean,delete:!1},isInterval:{type:Boolean,delete:!1},unit:{type:String,delete:""}},data:function(){return{myChart:null,seriesData:[]}},watch:{data:{handler:function(t,e){this.initLineCharts()},deep:!0}},mounted:function(){var t=this;this.$nextTick((function(){t.initLineCharts()}))},methods:{formatterTip:function(t){for(var e="",a=0;a<t.length;a++){var n=t[a].marker;n=n.replace("width:10px","width:5px").replace("height:10px","height:5px"),e="".concat(e).concat(n).concat(t[0].name," : ").concat(Object(o["g"])(t[a].value)," ").concat(this.unit)}return e},initLineCharts:function(){var t=this,e=this;this.myChart=this.$echarts.init(this.$refs.verticalBars),this.seriesData=this.data.slice(0,5).reverse();var a={tooltip:{trigger:"axis",axisPointer:{type:"line"},backgroundColor:"rgba(26, 35, 58, 1)",borderColor:"rgba(26, 35, 58, 1)",textStyle:{color:"#fff"},extraCssText:"box-shadow:inset 0px 0px 7px 1px rgba(82, 92, 123, 1)",formatter:function(e){return t.formatterTip(e)}},legend:{show:!1,orient:"horizontal",align:"auto",top:"2%",textStyle:{color:"#93DCFE",fontSize:this.$fontSize(12)},left:"center",itemWidth:15,itemHeight:3,itemGap:50},grid:{left:"4%",top:"10px",right:"8%",bottom:"10%",containLabel:!0},xAxis:[{max:"dataMax",splitLine:{lineStyle:{color:"rgba(255, 255, 255, 0.1)",type:"dashed"}}}],yAxis:[{type:"category",axisLabel:{show:!0,textStyle:{color:"#fff",fontSize:this.$fontSize(12)},formatter:function(e){var a=t.seriesData[e];if(a&&"string"===typeof a.name){var n=a.name;return t.isSubY&&n.length>=4?n.substring(0,2):n}return""}},axisTick:{show:!1},axisLine:{show:!0,lineStyle:{color:"rgba(255,255,255,.1\t)",width:1,type:"solid"}},splitLine:{lineStyle:{color:"rgba(255, 255, 255, 0.1)",type:"dashed"}},animationDuration:300,animationDurationUpdate:300}],series:[{type:"bar",barWidth:10,itemStyle:{normal:{color:new e.$echarts.graphic.LinearGradient(0,0,1,0,[{offset:0,color:"rgba(170, 196, 247, 1)"},{offset:1,color:"rgba(91, 141, 238, 1)"}]),barBorderRadius:[0,4,4,0],opacity:1}},label:{show:!0,color:"#ffffff",position:"right",valueAnimation:!0,fontStyle:"normal",fontWeight:"normal"},data:this.seriesData}],animationDuration:0,animationDurationUpdate:2e3,animationEasing:"linear",animationEasingUpdate:"linear"};this.myChart.clear(),this.myChart.setOption(a),window.addEventListener("resize",(function(){t.myChart.resize()})),this.isInterval&&this.updataEchartSeries()},updataEchartSeries:function(){var t=this;window.clearInterval();var e=5,a=this.data.length;a>5&&setInterval((function(){++e,e<a?(t.seriesData.pop(),t.seriesData.unshift(t.data[e]),t.myChart.setOption({series:[{type:"bar",data:t.seriesData}]})):e=-1}),5e3)}}}),s=i,c=(a("ba95"),a("829d")),l=Object(c["a"])(s,n,r,!1,null,"10f25fe4",null);e["a"]=l.exports},"9c16":function(t,e,a){"use strict";var n=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{ref:"treeMap",staticClass:"treeMap",attrs:{id:"treeMap"}})},r=[],o={name:"treeMap",props:{data:{type:Array,default:[]},title:{type:String,default:""},unit:{type:String,default:""},xTimeUnit:{type:String,default:""},unShowLegend:{type:Boolean,default:!1},type:{type:Number,default:0}},watch:{data:{handler:function(t,e){this.initLineCharts()},deep:!0}},mounted:function(){var t=this;this.$nextTick((function(){t.initLineCharts()}))},methods:{formatterTip:function(t){if(0==this.type){if(void 0==t.data.proportion)return;var e="".concat(t.name," ").concat(this.title,"<br/>");return e="".concat(e).concat(t.marker," 效益提升 ").concat(t.data.proportion).concat(this.unit),e}if(1==this.type){if(void 0==t.data.proportion)return;e="".concat(t.name," <br/>");return e="".concat(e).concat(t.marker," 条数 ").concat(t.data.proportion),e}if(2==this.type){if(void 0==t.data.sum)return;return e="".concat(t.name," <br/> ").concat(t.marker,"数量 : ").concat(t.data.sum,"<br/> ").concat(t.marker,"占比 : ").concat(t.data.zb,"%<br/> ").concat(t.marker,"投入反比 : ").concat(t.data.value1,"<br/> \n ").concat(t.marker,"回款有效性 : ").concat(t.data.value2,"<br/>\n ").concat(t.marker,"投入产出比精确值 : ").concat(t.data.value3,"<br/>\n \n "),e}},initLineCharts:function(){var t=this,e=this.$echarts.init(this.$refs.treeMap),a=this,n={legend:{show:!1},tooltip:{show:!0,backgroundColor:"rgba(26, 35, 58, 1)",borderColor:"rgba(26, 35, 58, 1)",textStyle:{color:"#fff"},extraCssText:"box-shadow:inset 0px 0px 7px 1px rgba(82, 92, 123, 1)",formatter:function(e){return t.formatterTip(e)}},grid:{left:"0%",top:"0%",right:"0%",bottom:"0%",width:"100%",height:"100%",containLabel:!1},label:{show:!0,formatter:function(e){if(2!==t.type)return"".concat(e.name,"\n").concat(e.data.proportion).concat(t.unit)}},series:[{type:"treemap",data:a.data,silent:!1,leafDepth:1,nodeClick:!1,roam:!1,width:"100%",height:"100%",left:"0%",top:"0%",right:"0%",bottom:"0%",zoomToNodeRatio:0,visibleMin:0,breadcrumb:{show:!1,height:22,left:"center",top:"bottom",emptyItemWidth:25,itemStyle:{color:"#000",borderColor:"#fff",textStyle:{color:"#fff"}}},levels:[{itemStyle:{borderWidth:.2,borderColor:"#fff",gapWidth:.2}}]}]};e.clear(),e.setOption(n,!0),e.on("click",(function(t){a.$emit("treeMapClick",t)})),window.addEventListener("resize",(function(){e.resize()}))}}},i=o,s=(a("f66a"),a("829d")),c=Object(s["a"])(i,n,r,!1,null,"0e43bdca",null);e["a"]=c.exports},"9cbb":function(t,e,a){"use strict";a.d(e,"Y",(function(){return r})),a.d(e,"lb",(function(){return o})),a.d(e,"f",(function(){return i})),a.d(e,"O",(function(){return s})),a.d(e,"P",(function(){return c})),a.d(e,"J",(function(){return l})),a.d(e,"H",(function(){return u})),a.d(e,"I",(function(){return d})),a.d(e,"C",(function(){return p})),a.d(e,"B",(function(){return h})),a.d(e,"G",(function(){return f})),a.d(e,"A",(function(){return m})),a.d(e,"ib",(function(){return v})),a.d(e,"nb",(function(){return g})),a.d(e,"x",(function(){return b})),a.d(e,"q",(function(){return y})),a.d(e,"N",(function(){return C})),a.d(e,"Q",(function(){return j})),a.d(e,"y",(function(){return _})),a.d(e,"L",(function(){return S})),a.d(e,"m",(function(){return x})),a.d(e,"jb",(function(){return T})),a.d(e,"w",(function(){return w})),a.d(e,"gb",(function(){return O})),a.d(e,"h",(function(){return P})),a.d(e,"o",(function(){return D})),a.d(e,"K",(function(){return L})),a.d(e,"g",(function(){return M})),a.d(e,"X",(function(){return k})),a.d(e,"n",(function(){return I})),a.d(e,"b",(function(){return A})),a.d(e,"j",(function(){return N})),a.d(e,"r",(function(){return B})),a.d(e,"W",(function(){return R})),a.d(e,"v",(function(){return E})),a.d(e,"M",(function(){return U})),a.d(e,"hb",(function(){return Y})),a.d(e,"T",(function(){return z})),a.d(e,"eb",(function(){return F})),a.d(e,"db",(function(){return W})),a.d(e,"s",(function(){return V})),a.d(e,"ab",(function(){return $})),a.d(e,"k",(function(){return H})),a.d(e,"u",(function(){return G})),a.d(e,"kb",(function(){return J})),a.d(e,"F",(function(){return q})),a.d(e,"ob",(function(){return Z})),a.d(e,"D",(function(){return X})),a.d(e,"R",(function(){return Q})),a.d(e,"l",(function(){return K})),a.d(e,"t",(function(){return tt})),a.d(e,"fb",(function(){return et})),a.d(e,"S",(function(){return at})),a.d(e,"U",(function(){return nt})),a.d(e,"bb",(function(){return rt})),a.d(e,"V",(function(){return ot})),a.d(e,"e",(function(){return it})),a.d(e,"p",(function(){return st})),a.d(e,"mb",(function(){return ct})),a.d(e,"E",(function(){return lt})),a.d(e,"i",(function(){return ut})),a.d(e,"z",(function(){return dt})),a.d(e,"Z",(function(){return pt})),a.d(e,"c",(function(){return ht})),a.d(e,"a",(function(){return ft})),a.d(e,"cb",(function(){return mt})),a.d(e,"d",(function(){return vt}));var n=a("b775");function r(t){return Object(n["a"])({url:"/appproject/ProjectIncomeStatistics/pageList",method:"POST",data:t})}function o(t){return Object(n["a"])({url:"/appproject/ProjectIncomeStatistics/statistics",method:"POST",data:t})}function i(t){return Object(n["a"])({url:"/appproject/ProjectInvestmentStatistics/pageList",method:"post",data:t})}function s(t){return Object(n["a"])({url:"/appproject/ProjectInvestmentStatistics/investmentBudgetCompleteDetail",method:"post",data:t})}function c(t){return Object(n["a"])({url:"/appproject/ProjectInvestmentStatistics/investmentControlRate",method:"post",data:t})}function l(t){return Object(n["a"])({url:"/appproject/EmergencyPlan/getTotalEmergencyPlanExecute",method:"POST",data:t})}function u(t){return Object(n["a"])({url:"/appproject/AccidentPastRecords/getTotalAccidentPastRecords",method:"POST",data:t})}function d(t){return Object(n["a"])({url:"/appproject/AccidentPastRecords/getTotalAccidentPastRecordsHis",method:"POST",data:t})}function p(t){return Object(n["a"])({url:"/appproject/EmergencyPlan/getTotalEmergencyPlan",method:"POST",data:t})}function h(t){return Object(n["a"])({url:"/appproject/cockpit/operate/total/risk/source",method:"POST",data:t})}function f(t){return Object(n["a"])({url:"/appproject/FinanceTinyBrain/getTodayByProjectCash",method:"post",data:t})}function m(t){return Object(n["a"])({url:"/worder/WorkOrder/total/num",method:"POST",data:t})}function v(t){return Object(n["a"])({url:"/worder/work/order/statistics/project",method:"POST",data:t})}function g(t){return Object(n["a"])({url:"/content/scoreCommentStatistics/statistics/cockpit",method:"POST",data:t})}function b(t){return Object(n["a"])({url:"/appproject/TaskStatisticsReport/findByProjectAndMonth",method:"POST",data:t})}function y(t){return Object(n["a"])({url:"/appproject/TaskStatisticsReport/statistics",method:"POST",data:t})}function C(t){return Object(n["a"])({url:"/appproject/ChargeReport/projectBudgetCompleteDetail",method:"POST",data:t})}function j(t){return Object(n["a"])({url:"/appproject/ChargeReport/lastYearArrearsCurve",method:"POST",data:t})}function _(t){return Object(n["a"])({url:"/appproject/ChargeReport/formerYearArrearsCurve",method:"POST",data:t})}function S(t){return Object(n["a"])({url:"/appproject/house/bindDetail",method:"POST",data:t})}function x(t){return Object(n["a"])({url:"/appproject/ChargeReceivable/visitDetail",method:"POST",data:t})}function T(t){return Object(n["a"])({url:"/appproject/TaskStatisticsReport/projectRateDetail",method:"POST",data:t})}function w(t){return Object(n["a"])({url:"/appproject/ProjectIncomeStatistics/findArrearsDetail",method:"POST",data:t})}function O(t){return Object(n["a"])({url:"/appproject/ProjectReturnStatistics/findByProjectUuid",method:"POST",data:t})}function P(t){return Object(n["a"])({url:"/appproject/cockpit/operate/benefit/urge/weixinpublic",method:"POST",data:t})}function D(t){return Object(n["a"])({url:"/project/cockpit/operate/benefit/urge/sms",method:"post",data:t})}function L(t){return Object(n["a"])({url:"/appproject/cockpit/operate/statistics/urge/fee",method:"POST",data:t})}function M(t){return Object(n["a"])({url:"/appproject/ProjectReturnStatistics/debt/analysis",method:"post",data:t})}function k(t){return Object(n["a"])({url:"/appproject/ChargeReport/project/last/year/overdue/budget",method:"post",data:t})}function I(t){return Object(n["a"])({url:"/appproject/ChargeReport/project/previous/year/arrears/budget",method:"post",data:t})}function A(t){return Object(n["a"])({url:"/appproject/CustomerVisit/visitInfo",method:"post",data:t})}function N(t){return Object(n["a"])({url:"/content/scoreCommentStatistics/agreeAndScoreComment",method:"post",data:t})}function B(t){return Object(n["a"])({url:"/appproject/DangerousSourceStatistics/dailyList",method:"post",data:t})}function R(t){return Object(n["a"])({url:"/appproject/OrderStatistics/pageList",method:"post",data:t})}function E(t){return Object(n["a"])({url:"/appproject/BenefitData/expenditure/pageList",method:"post",data:t})}function U(t){return Object(n["a"])({url:"/appproject/BenefitData/income/pageList",method:"post",data:t})}function Y(t){return Object(n["a"])({url:"/appproject/Medal/recordPageList",method:"post",data:t})}function z(t){return Object(n["a"])({url:"/appproject/Medal/monthList",method:"post",data:t})}function F(t){return Object(n["a"])({url:"/appproject/TaskStatisticsReport/projectPageList",method:"post",data:t})}function W(t){return Object(n["a"])({url:"/worder/PostponeWorder/projectOrderStatisticsPage",method:"post",data:t})}function V(t){return Object(n["a"])({url:"/appproject/DangerousSourceStatistics/monthList",method:"post",data:t})}function $(t){return Object(n["a"])({url:"/appproject/PersonnelDataStatistics/monthList",method:"post",data:t})}function H(t){return Object(n["a"])({url:"/content/scoreCommentStatistics/agreeAndScoreCommentMonth",method:"post",data:t})}function G(t){return Object(n["a"])({url:"/appproject/BenefitData/expenditure/pageList/month/tree",method:"post",data:t})}function J(t){return Object(n["a"])({url:"/appproject/BenefitData/select/profit",method:"post",data:t})}function q(t){return Object(n["a"])({url:"/appproject/AccidentPastRecords/getSafetyDays",method:"post",data:t})}function Z(t){return Object(n["a"])({url:"/appproject/OrderStatistics/statisticsProject",method:"post",data:t})}function X(t){return Object(n["a"])({url:"/appproject/ChargeReceivable/getProjectCurrentYearDeposit",method:"post",data:t})}function Q(t){return Object(n["a"])({url:"/appproject/Medal/yearTop3",method:"post",data:t})}function K(t){return Object(n["a"])({url:"/content/scoreCommentStatistics/agreeYearTop3",method:"post",data:t})}function tt(t){return Object(n["a"])({url:"/appproject/DangerousSourceStatistics/pageList",method:"post",data:t})}function et(t){return Object(n["a"])({url:"/appproject/FinanceTinyBrain/projectSatisfaction",method:"post",data:t})}function at(t){return Object(n["a"])({url:"/appproject/member/memberCertificateRate",method:"post",data:t})}function nt(t){return Object(n["a"])({url:"/appproject/BenefitData/income/monthPageList",method:"post",data:t})}function rt(t){return Object(n["a"])({url:"/appproject/ProjectCarParkStatistics/pageList",method:"post",data:t})}function ot(t){return Object(n["a"])({url:"/appproject/ChargeReport/monthlyCardBudgetCompleteDetail",method:"post",data:t})}function it(t){return Object(n["a"])({url:"/appproject/ProjectCarIncomeStatistics/pageList",method:"post",data:t})}function st(t){return Object(n["a"])({url:"/appproject/CarPlaceRecord/carPlaceInfo",method:"post",data:t})}function ct(t){return Object(n["a"])({url:"/appproject/DangerousSourceStatistics/statisticsByProjectUuid",method:"post",data:t})}function lt(t){return Object(n["a"])({url:"/appproject/ProjectExponentStatistics/getProjectServiceScore",method:"post",data:t})}function ut(t){return Object(n["a"])({url:"/appproject/houseMember/activeCarOwnerNum",method:"post",data:t})}function dt(t){return Object(n["a"])({url:"/content/scoreCommentStatistics/getCarParkScore",method:"post",data:t})}function pt(t){return Object(n["a"])({url:"/appproject/ProjectArrearsStatistics/pageListByProject",method:"post",data:t})}function ht(t){return Object(n["a"])({url:"/appproject/ProjectArrearsStatistics/pageList",method:"post",data:t})}function ft(t){return Object(n["a"])({url:"/appproject/ProjectArrearsStatistics/statisticsByProjectUuid",method:"post",data:t})}function mt(t){return Object(n["a"])({url:"/appproject/TrainingRecord/projectInfo",method:"post",data:t})}function vt(t){return Object(n["a"])({url:"/appproject/ProjectArrearsStatistics/projectRate",method:"post",data:t})}},"9f80":function(t,e,a){t.exports=a.p+"static/img/oi7.b1c3c128.png"},b071:function(t,e,a){"use strict";a.d(e,"f",(function(){return r})),a.d(e,"g",(function(){return o})),a.d(e,"k",(function(){return i})),a.d(e,"l",(function(){return s})),a.d(e,"x",(function(){return c})),a.d(e,"v",(function(){return l})),a.d(e,"w",(function(){return u})),a.d(e,"j",(function(){return d})),a.d(e,"u",(function(){return p})),a.d(e,"t",(function(){return h})),a.d(e,"s",(function(){return f})),a.d(e,"q",(function(){return m})),a.d(e,"r",(function(){return v})),a.d(e,"d",(function(){return g})),a.d(e,"c",(function(){return b})),a.d(e,"b",(function(){return y})),a.d(e,"i",(function(){return C})),a.d(e,"o",(function(){return j})),a.d(e,"a",(function(){return _})),a.d(e,"p",(function(){return S})),a.d(e,"h",(function(){return x})),a.d(e,"m",(function(){return T})),a.d(e,"n",(function(){return w})),a.d(e,"e",(function(){return O}));var n=a("b775");function r(t){return Object(n["a"])({url:"/appproject/ChargeReceivable/currentYearTotal",method:"POST",data:t})}function o(t){return Object(n["a"])({url:"/appproject/ChargeReceivable/currentYearTotalTask",method:"POST",data:t})}function i(t){return Object(n["a"])({url:"/appproject/ChargeReceivable/employeeReport",method:"POST",data:t})}function s(t){return Object(n["a"])({url:"/appproject/ChargeReceivable/employeeReportTask",method:"POST",data:t})}function c(t){return Object(n["a"])({url:"/appproject/ChargeReport/listReport",method:"POST",data:t})}function l(t){return Object(n["a"])({url:"/appproject/ChargeReport/chargeTotal",method:"POST",data:t})}function u(t){return Object(n["a"])({url:"/appproject/ChargeReport/updateTask",method:"POST",data:t})}function d(t){return Object(n["a"])({url:"/appproject/ChargeReport/downloadChargeTotal",method:"POST",responseType:"blob",data:t})}function p(t){return Object(n["a"])({url:"/worder/Task/projectTaskTotal",method:"POST",data:t})}function h(t){return Object(n["a"])({url:"/worder/Task/projectTaskPageList",method:"POST",data:t})}function f(t){return Object(n["a"])({url:"/appproject/DeviceBaseInfo/projectDeviceTotal",method:"POST",data:t})}function m(t){return Object(n["a"])({url:"/appproject/DeviceBaseInfo/projectDevicePageList",method:"POST",data:t})}function v(t){return Object(n["a"])({url:"/appproject/ProjectDeviceStatistics/listByType",method:"POST",data:t})}function g(t){return Object(n["a"])({url:"/appproject/ProjectTaskStatistics/listByType",method:"POST",data:t})}function b(t){return Object(n["a"])({url:"/worder/Task/importantRank",method:"POST",data:t})}function y(t){return Object(n["a"])({url:"/worder/Task/dangerousRank",method:"POST",data:t})}function C(t){return Object(n["a"])({url:"/worder/Task/dangerousRankTaskPage",method:"POST",data:t})}function j(t){return Object(n["a"])({url:"/worder/Task/importantRankTaskPage",method:"POST",data:t})}function _(t){return Object(n["a"])({url:"/appproject/ProjectMemberTaskStatistics/pageList",method:"POST",data:t})}function S(t){return Object(n["a"])({url:"/appproject/ProjectMemberTaskStatistics/memberTaskPageList",method:"POST",data:t})}function x(t){return Object(n["a"])({url:"/space/DangerousSourceMonitor/levelDetail",method:"POST",data:t})}function T(t){return Object(n["a"])({url:"/appproject/TaskStatisticsReport/getProjectQualifiedRate",method:"POST",data:t})}function w(t){return Object(n["a"])({url:"/appproject/TaskStatisticsReport/getQualifiedRate",method:"POST",data:t})}function O(t){return Object(n["a"])({url:"/appproject/AgentServiceReport/createProjectReport",method:"POST",data:t})}},b086:function(t,e,a){},b996:function(t,e,a){t.exports=a.p+"static/img/o6.db73a18b.png"},ba95:function(t,e,a){"use strict";a("2c8a")},bd41:function(t,e,a){},c239:function(t,e,a){},c301:function(t,e,a){t.exports=a.p+"static/img/oi5.6dd8e692.png"},c4f1:function(t,e,a){"use strict";a("fa80")},c595:function(t,e,a){"use strict";a("b086")},c6d9:function(t,e,a){"use strict";var n=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{ref:"pieCharts",staticClass:"pieCharts",attrs:{id:"pieCharts"}})},r=[],o=a("0b37"),i=(a("d2d9"),{name:"liquidfillCharts",props:["value"],data:function(){return{}},watch:{value:{handler:function(t,e){this.initPie()},deep:!0}},mounted:function(){this.initPie()},methods:{initPie:function(){var t=this.$echarts.init(this.$refs.pieCharts),e=0;e=this.value<=59?0:this.value<=79?1:this.value<=99?2:3;var a=["rgba(250,63,67,1)","rgba(246,119,49,1)","rgba(19,160,244)","rgba(97,228,151)"],n=[[Object(o["b"])(this.value,100)],[Object(o["b"])(this.value,100),.7,,.6],[Object(o["b"])(this.value,100),.8,.7],[1]],r=[["rgba(250,63,67,1)"],[{type:"linear",x:0,y:0,x2:0,y2:1,colorStops:[{offset:1,color:"rgba(246,119,49,1)"},{offset:0,color:"rgba(233,189,40,0.6)"}],globalCoord:!1}],[{type:"linear",x:0,y:0,x2:0,y2:1,colorStops:[{offset:1,color:"rgba(66,228,237)"},{offset:0,color:"rgba(19,160,244)"}],globalCoord:!1}],[{type:"linear",x:0,y:0,x2:0,y2:1,colorStops:[{offset:1,color:"rgba(20,213,234)"},{offset:0,color:"rgba(97,228,151)"}],globalCoord:!1}]],i={title:[{text:this.value,left:"46%",top:"38%",textAlign:"center",textStyle:{fontSize:20,fontWeight:"normal",color:"#fff"}}],grid:{left:"4%",top:"10px",right:"4%",bottom:"10%",containLabel:!0},series:[{type:"liquidFill",radius:"85%",amplitude:3===e?0:"8%",data:n[e],color:r[e],animationDuration:3e3,animationDurationUpdate:1500,backgroundStyle:{opacity:0},outline:{show:!0,borderDistance:4,itemStyle:{color:"none",borderColor:a[e],borderWidth:2,shadowBlur:0,shadowColor:"rgba(0, 0, 0, 0.25)"}},label:{show:!1,formatter:"",color:"#ffffff",textStyle:{fontWeight:"normal",fontSize:13}},itemStyle:{opacity:1},emphasis:{itemStyle:{opacity:.9}}}]};t.clear(),t.setOption(i),window.addEventListener("resize",(function(){t.resize()}))}}}),s=i,c=(a("c4f1"),a("829d")),l=Object(c["a"])(s,n,r,!1,null,"947008b2",null);e["a"]=l.exports},c755:function(t,e,a){},ca41:function(t,e,a){"use strict";a.d(e,"c",(function(){return r})),a.d(e,"a",(function(){return o})),a.d(e,"d",(function(){return i})),a.d(e,"e",(function(){return s})),a.d(e,"b",(function(){return c}));var n=a("b775");function r(t){return Object(n["a"])({url:"/appproject/CulturalActivity/pageList",method:"post",data:t})}function o(t){return Object(n["a"])({url:"/appproject/CulturalActivity/create",method:"post",data:t})}function i(t){return Object(n["a"])({url:"/appproject/CulturalActivity/update",method:"post",data:t})}function s(t){return Object(n["a"])({url:"/appproject/CulturalActivity/updateStatus",method:"post",data:t})}function c(t){return Object(n["a"])({url:"/appproject/CulturalActivity/count",method:"post",data:t})}},d2d9:function(t,e,a){"use strict";var n=a("4f1d");n["j"]({type:"series.liquidFill",optionUpdated:function(){var t=this.option;t.gridSize=Math.max(Math.floor(t.gridSize),4)},getInitialData:function(t,e){var a=n["o"].createDimensions(t.data,{coordDimensions:["value"]}),r=new n["e"](a,this);return r.initData(t.data),r},defaultOption:{color:["#294D99","#156ACF","#1598ED","#45BDFF"],center:["50%","50%"],radius:"50%",amplitude:"8%",waveLength:"80%",phase:"auto",period:"auto",direction:"right",shape:"circle",waveAnimation:!0,animationEasing:"linear",animationEasingUpdate:"linear",animationDuration:2e3,animationDurationUpdate:1e3,outline:{show:!0,borderDistance:8,itemStyle:{color:"none",borderColor:"#294D99",borderWidth:8,shadowBlur:20,shadowColor:"rgba(0, 0, 0, 0.25)"}},backgroundStyle:{color:"#E3F7FF"},itemStyle:{opacity:.95,shadowBlur:50,shadowColor:"rgba(0, 0, 0, 0.4)"},label:{show:!0,color:"#294D99",insideColor:"#fff",fontSize:50,fontWeight:"bold",align:"center",baseline:"middle",position:"inside"},emphasis:{itemStyle:{opacity:.8}}}});var r=a("d920"),o=n["n"].extendShape({type:"ec-liquid-fill",shape:{waveLength:0,radius:0,radiusY:0,cx:0,cy:0,waterLevel:0,amplitude:0,phase:0,inverse:!1},buildPath:function(t,e){null==e.radiusY&&(e.radiusY=e.radius);var a=Math.max(2*Math.ceil(2*e.radius/e.waveLength*4),8);while(e.phase<2*-Math.PI)e.phase+=2*Math.PI;while(e.phase>0)e.phase-=2*Math.PI;var n=e.phase/Math.PI/2*e.waveLength,r=e.cx-e.radius+n-2*e.radius;t.moveTo(r,e.waterLevel);for(var o=0,s=0;s<a;++s){var c=s%4,l=i(s*e.waveLength/4,c,e.waveLength,e.amplitude);t.bezierCurveTo(l[0][0]+r,-l[0][1]+e.waterLevel,l[1][0]+r,-l[1][1]+e.waterLevel,l[2][0]+r,-l[2][1]+e.waterLevel),s===a-1&&(o=l[2][0])}e.inverse?(t.lineTo(o+r,e.cy-e.radiusY),t.lineTo(r,e.cy-e.radiusY),t.lineTo(r,e.waterLevel)):(t.lineTo(o+r,e.cy+e.radiusY),t.lineTo(r,e.cy+e.radiusY),t.lineTo(r,e.waterLevel)),t.closePath()}});function i(t,e,a,n){return 0===e?[[t+.5*a/Math.PI/2,n/2],[t+.5*a/Math.PI,n],[t+a/4,n]]:1===e?[[t+.5*a/Math.PI/2*(Math.PI-2),n],[t+.5*a/Math.PI/2*(Math.PI-1),n/2],[t+a/4,0]]:2===e?[[t+.5*a/Math.PI/2,-n/2],[t+.5*a/Math.PI,-n],[t+a/4,-n]]:[[t+.5*a/Math.PI/2*(Math.PI-2),-n],[t+.5*a/Math.PI/2*(Math.PI-1),-n/2],[t+a/4,0]]}var s=r["q"];function c(t){return t&&0===t.indexOf("path://")}n["i"]({type:"liquidFill",render:function(t,e,a){var r=this,i=this.group;i.removeAll();var l=t.getData(),u=l.getItemModel(0),d=u.get("center"),p=u.get("radius"),h=a.getWidth(),f=a.getHeight(),m=Math.min(h,f),v=0,g=0,b=t.get("outline.show");b&&(v=t.get("outline.borderDistance"),g=s(t.get("outline.itemStyle.borderWidth"),m));var y,C,j,_=s(d[0],h),S=s(d[1],f),x=!1,T=t.get("shape");if("container"===T?(x=!0,y=[h/2,f/2],C=[y[0]-g/2,y[1]-g/2],j=[s(v,h),s(v,f)],p=[Math.max(C[0]-j[0],0),Math.max(C[1]-j[1],0)]):(y=s(p,m)/2,C=y-g/2,j=s(v,m),p=Math.max(C-j,0)),b){var w=I();w.style.lineWidth=g,i.add(I())}var O=x?0:_-p,P=x?0:S-p,D=null;i.add(A());var L=this._data,M=[];function k(t,e){if(T){if(c(T)){var a=n["n"].makePath(T.slice(7),{}),r=a.getBoundingRect(),o=r.width,i=r.height;o>i?(i*=2*t/o,o=2*t):(o*=2*t/i,i=2*t);var s=e?0:_-o/2,l=e?0:S-i/2;return a=n["n"].makePath(T.slice(7),{},new n["n"].BoundingRect(s,l,o,i)),e&&(a.x=-o/2,a.y=-i/2),a}if(x){var u=e?-t[0]:_-t[0],d=e?-t[1]:S-t[1];return n["o"].createSymbol("rect",u,d,2*t[0],2*t[1])}u=e?-t:_-t,d=e?-t:S-t;return"pin"===T?d+=t:"arrow"===T&&(d-=t),n["o"].createSymbol(T,u,d,2*t,2*t)}return new n["n"].Circle({shape:{cx:e?0:_,cy:e?0:S,r:t}})}function I(){var e=k(y);return e.style.fill=null,e.setStyle(t.getModel("outline.itemStyle").getItemStyle()),e}function A(){var e=k(p);e.setStyle(t.getModel("backgroundStyle").getItemStyle()),e.style.fill=null,e.z2=5;var a=k(p);a.setStyle(t.getModel("backgroundStyle").getItemStyle()),a.style.stroke=null;var r=new n["n"].Group;return r.add(e),r.add(a),r}function N(e,a,r){var i=x?p[0]:p,c=x?f/2:p,u=l.getItemModel(e),d=u.getModel("itemStyle"),h=u.get("phase"),m=s(u.get("amplitude"),2*c),v=s(u.get("waveLength"),2*i),g=l.get("value",e),b=c-g*c*2;h=r?r.shape.phase:"auto"===h?e*Math.PI/4:h;var y=d.getItemStyle();if(!y.fill){var C=t.get("color"),j=e%C.length;y.fill=C[j]}var T=2*i,w=new o({shape:{waveLength:v,radius:i,radiusY:c,cx:T,cy:0,waterLevel:b,amplitude:m,phase:h,inverse:a},style:y,x:_,y:S});w.shape._waterLevel=b;var O=u.getModel("emphasis.itemStyle").getItemStyle();O.lineWidth=0,w.ensureState("emphasis").style=O,n["o"].enableHoverEmphasis(w);var P=k(p,!0);return P.setStyle({fill:"white"}),w.setClipPath(P),w}function B(t,e,a){var n=l.getItemModel(t),r=n.get("period"),o=n.get("direction"),i=l.get("value",t),s=n.get("phase");s=a?a.shape.phase:"auto"===s?t*Math.PI/4:s;var c=function(e){var a=l.count();return 0===a?e:e*(.2+(a-t)/a*.8)},u=0;u="auto"===r?c(5e3):"function"===typeof r?r(i,t):r;var d=0;"right"===o||null==o?d=Math.PI:"left"===o?d=-Math.PI:"none"===o?d=0:console.error("Illegal direction value for liquid fill."),"none"!==o&&n.get("waveAnimation")&&e.animate("shape",!0).when(0,{phase:s}).when(u/2,{phase:d+s}).when(u,{phase:2*d+s}).during((function(){D&&D.dirty(!0)})).start()}function R(e){var a=u.getModel("label");function r(){var e=t.getFormattedLabel(0,"normal"),a=100*l.get("value",0),n=l.getName(0)||t.name;return isNaN(a)||(n=a.toFixed(0)+"%"),null==e?n:e}var o={z2:10,shape:{x:O,y:P,width:2*(x?p[0]:p),height:2*(x?p[1]:p)},style:{fill:"transparent"},textConfig:{position:a.get("position")||"inside"},silent:!0},i={style:{text:r(),textAlign:a.get("align"),textVerticalAlign:a.get("baseline")}};Object.assign(i.style,n["o"].createTextStyle(a));var s=new n["n"].Rect(o),c=new n["n"].Rect(o);c.disableLabelAnimation=!0,s.disableLabelAnimation=!0;var d=new n["n"].Text(i),h=new n["n"].Text(i);s.setTextContent(d),c.setTextContent(h);var f=a.get("insideColor");h.style.fill=f;var m=new n["n"].Group;m.add(s),m.add(c);var v=k(p,!0);return D=new n["n"].CompoundPath({shape:{paths:e},x:_,y:S}),D.setClipPath(v),c.setClipPath(D),m}l.diff(L).add((function(e){var a=N(e,!1),r=a.shape.waterLevel;a.shape.waterLevel=x?f/2:p,n["n"].initProps(a,{shape:{waterLevel:r}},t),a.z2=2,B(e,a,null),i.add(a),l.setItemGraphicEl(e,a),M.push(a)})).update((function(e,a){for(var o=L.getItemGraphicEl(a),s=N(e,!1,o),u={},d=["amplitude","cx","cy","phase","radius","radiusY","waterLevel","waveLength"],p=0;p<d.length;++p){var h=d[p];s.shape.hasOwnProperty(h)&&(u[h]=s.shape[h])}var m={},v=["fill","opacity","shadowBlur","shadowColor"];for(p=0;p<v.length;++p){h=v[p];s.style.hasOwnProperty(h)&&(m[h]=s.style[h])}x&&(u.radiusY=f/2),n["n"].updateProps(o,{shape:u,x:s.x,y:s.y},t),t.isUniversalTransitionEnabled&&t.isUniversalTransitionEnabled()?n["n"].updateProps(o,{style:m},t):o.useStyle(m);var g=o.getClipPath(),b=s.getClipPath();o.setClipPath(s.getClipPath()),o.shape.inverse=s.inverse,g&&b&&r._shape===T&&!c(T)&&n["n"].updateProps(b,{shape:g.shape},t,{isFrom:!0}),B(e,o,o),i.add(o),l.setItemGraphicEl(e,o),M.push(o)})).remove((function(t){var e=L.getItemGraphicEl(t);i.remove(e)})).execute(),u.get("label.show")&&i.add(R(M)),this._shape=T,this._data=l},dispose:function(){}})},d4c3:function(t,e,a){"use strict";var n=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{ref:"barLineChart",staticClass:"barLineChart",attrs:{id:"barLineChart"}})},r=[],o=a("15d6"),i=a("0b37");function s(t){return s="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},s(t)}function c(t,e){var a=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),a.push.apply(a,n)}return a}function l(t){for(var e=1;e<arguments.length;e++){var a=null!=arguments[e]?arguments[e]:{};e%2?c(Object(a),!0).forEach((function(e){u(t,e,a[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(a)):c(Object(a)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(a,e))}))}return t}function u(t,e,a){return(e=d(e))in t?Object.defineProperty(t,e,{value:a,enumerable:!0,configurable:!0,writable:!0}):t[e]=a,t}function d(t){var e=p(t,"string");return"symbol"==s(e)?e:e+""}function p(t,e){if("object"!=s(t)||!t)return t;var a=t[Symbol.toPrimitive];if(void 0!==a){var n=a.call(t,e||"default");if("object"!=s(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}var h={name:"BarLineChart",props:{data:{type:Array,default:function(){return[]}},twoBarData:{default:function(){return[]}},unit:{type:String,default:""},colors:{type:Array,default:function(){return["#5A8DEE","#FF7F50"]}},type:{default:0},useSecondaryYAxis:{default:!1}},data:function(){return{myChart:null}},watch:{data:{handler:function(t,e){this.initBarLineChart()},deep:!0}},mounted:function(){var t=this;this.$nextTick((function(){t.initBarLineChart()}))},methods:{formatterTip:function(t){var e="";if(0==this.type)for(var a=0;a<t.length;a++){var n=t[a].marker;n=n.replace("width:10px","width:5px").replace("height:10px","height:5px"),"line"===t[a].seriesType?e+="".concat(n," ").concat(t[a].name," ").concat(t[a].seriesName,": ").concat(t[a].data,"% <br/>"):e+="".concat(n," ").concat(t[a].name," ").concat(t[a].seriesName,": ").concat(Object(i["g"])(t[a].value),"<br/>")}if(2==this.type)for(var r=0;r<t.length;r++){var o=t[r].marker;o=o.replace("width:10px","width:5px").replace("height:10px","height:5px"),"line"===t[r].seriesType?e+="".concat(o," ").concat(t[r].axisValue,"处理率: ").concat(t[r].data,"% <br/>"):e+="".concat(o," ").concat(t[r].axisValue,"数量: ").concat(Object(i["g"])(t[r].value)," ").concat(this.unit,"<br/>")}if(3==this.type)for(var s=0;s<t.length;s++){var c=t[s].marker;c=c.replace("width:10px","width:5px").replace("height:10px","height:5px"),"line"===t[s].seriesType?e+="".concat(c," 月卡收入:").concat(Object(i["g"])(t[s].data)," 月卡数量:").concat(this.data[t[s].dataIndex].monthlyCardNum," <br/>"):e+="".concat(c," ").concat(0==t[s].seriesIndex?"预算金额":"现金流入"," ").concat(Object(i["g"])(t[s].value)," ").concat(this.unit,"<br/>")}return e},calculatePercentages:function(t){return t.map((function(t){return Number(t.rate)}))},initBarLineChart:function(){var t=this;this.myChart&&this.myChart.dispose(),this.myChart=o["init"](this.$refs.barLineChart);var e=[],a=this.data.map((function(t){return t.name}));if(this.data.length>0){e.push({name:this.data[0].xLabel,type:"bar",data:this.data.map((function(t){return l({value:t.value},t.itemStyle?{itemStyle:{color:t.itemStyle.color}}:{})})),showSymbol:!1}),this.twoBarData.length>0&&e.push({name:this.twoBarData[0].xLabel,type:"bar",data:this.twoBarData.map((function(t){return l({value:t.value},t.itemStyle?{itemStyle:{color:t.itemStyle.color}}:{})})),showSymbol:!1});var n=this.calculatePercentages(this.data);e.push(l({name:this.data[0].lineName,type:"line",data:n,showSymbol:!0,symbol:"circle",symbolSize:8,itemStyle:{color:this.colors[1]}},this.useSecondaryYAxis?{yAxisIndex:1}:{}))}var r={legend:{show:!0,orient:"horizontal",align:"auto",top:"5%",textStyle:{color:"#fff",fontSize:this.$fontSize(12)},left:"center",icon:"rect",itemWidth:15,itemHeight:3,itemGap:25},tooltip:{trigger:"axis",axisPointer:{type:"shadow"},backgroundColor:"rgba(26, 35, 58, 1)",borderColor:"rgba(26, 35, 58, 1)",textStyle:{color:"#fff"},extraCssText:"box-shadow:inset 0px 0px 7px 1px rgba(82, 92, 123, 1)",formatter:function(e){return t.formatterTip(e)}},grid:{left:"4%",top:"10%",right:"4%",bottom:"2%",containLabel:!0},xAxis:{type:"category",data:a,show:!0,axisLine:{show:!0,lineStyle:{color:"rgba(255,255,255,.1)",width:1,type:"solid"}},axisLabel:{interval:0,show:!0,textStyle:{color:"rgba(255,255,255)",fontSize:12}}},yAxis:[{type:"value",show:!0,nameTextStyle:{align:"center",color:"rgba(254, 254, 254, 0.3)",fontSize:12},axisLabel:{show:!0,textStyle:{color:"#fff",fontSize:12}},axisLine:{show:!0,lineStyle:{color:"rgba(255, 255, 255, 0.3)",width:1,type:"solid"}},splitLine:!1,position:"left"},{type:"value",show:!0,nameLocation:"middle",nameGap:40,nameTextStyle:{align:"center",color:"rgba(254, 254, 254, 0.3)",fontSize:12},axisLabel:{show:!0,formatter:"{value}%",textStyle:{color:"#fff",fontSize:12}},axisLine:{show:!0,lineStyle:{color:"rgba(255, 255, 255, 0.3)",width:1,type:"solid"}},splitLine:{lineStyle:{color:"rgba(255, 255, 255, 0.1)",type:"dashed"}},position:"right",min:0,max:100,interval:20}],series:e};this.myChart.clear(),this.myChart.setOption(r),this.myChart.on("click",(function(e){t.$emit("barLineChartClick",e)})),window.addEventListener("resize",this.resizeChart)},resizeChart:function(){this.myChart&&this.myChart.resize()}},beforeDestroy:function(){this.myChart&&this.myChart.dispose(),window.removeEventListener("resize",this.resizeChart)}},f=h,m=(a("8c98"),a("829d")),v=Object(m["a"])(f,n,r,!1,null,"15f234a0",null);e["a"]=v.exports},e322:function(t,e,a){t.exports=a.p+"static/img/o9.ae84132e.png"},efae:function(t,e,a){"use strict";a("4d11")},f556:function(t,e,a){t.exports=a.p+"static/img/o1.8b58326d.png"},f5bb:function(t,e,a){t.exports=a.p+"static/img/o8.9106a90e.png"},f66a:function(t,e,a){"use strict";a("3ef7")},fa80:function(t,e,a){},fe7e:function(t,e,a){"use strict";a("c239")}}]); |