123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993 |
- <template>
- <div>
- <el-row style="min-width:1160px;">
- <FormBox :isShowHeader="false">
- <template #footer>
- <el-form ref="form" :inline="true" label-width="60px">
- <el-form-item label="人员">
- <el-select size="medium" v-model="select_employee_id" @change="selectEmployeeChange" filterable placeholder="请输入或选择人员">
- <el-option v-for="item in employee_map" :key="item.id" :label="item.name" :value="item.id"></el-option>
- </el-select>
- </el-form-item>
- <el-form-item label="时间">
- <div class="flex-box-ce">
- <div style="margin-right: 10px;">
- <el-select size="medium" v-model="time_type" placeholder="请选择分类" style="width: 100px;">
- <el-option v-for="item in time_types" :key="item.label" :label="item.label" :value="item.value"></el-option>
- </el-select>
- </div>
- <el-date-picker
- v-show="time_type == '2'"
- v-model="export_from.year"
- size="medium"
- type="year"
- value-format="yyyy"
- :clearable="false"
- :editable="false"
- placeholder="选择年份排名"
- ></el-date-picker>
- <el-date-picker
- v-show="time_type == '1' || time_type == '月份'"
- v-model="export_from.month"
- size="medium"
- type="month"
- value-format="yyyy-MM"
- :clearable="false"
- :editable="false"
- placeholder="选择月份排名"
- ></el-date-picker>
- </div>
- </el-form-item>
- </el-form>
- </template>
- </FormBox>
- <el-col :span="24" style="min-width:1160px;margin-top:10px;">
- <el-col :span="18" style="min-width:780px;">
- <el-row :span="24" class="top_user_info" style="margin:0 0 0 0;padding:0;">
- <el-col :span="7" class="userinfo_box">
- <el-row :gutter="40" style="margin:0;padding:0;">
- <el-col :span="24" class="user_info" style="display:flex;" v-loading="personnelMessage">
- <div class="flex-box-ce">
- <div class="headimg fl" style=" margin: 0 10px 0 30px;">
- <userImage :img_url="personnel.img_url" :user_name="personnel.name" fontSize="1" width="50px" height="50px"></userImage>
- </div>
- <div>
- <b style="font-size:16px;">{{ personnel.name }}</b>
- <el-popover trigger="hover" placement="top" popper-class="popperSPBOX">
- <div style="font-size:14px;color:#828282;">{{ dept_list }}</div>
- <div slot="reference" class="name-wrapper" style="width: 200px;">
- <span style="font-size:14px;color:#828282;">{{ dept_list }}</span>
- </div>
- </el-popover>
- </div>
- </div>
- </el-col>
- </el-row>
- </el-col>
- <el-col :span="17" style="margin-top:34px;padding:0 0 10px 0;height:58px;" v-loading="authorityManagerHeaderLoad">
- <el-col :gutter="50" style="margin:0;padding:0;" class="quick_button_box">
- <div style="display:flex;justify-content: space-around;">
- <p style="text-align:center;cursor:pointer;margin: 0;">
- <b style="color:#26A2FF;font-size:27px;">{{ authorityManagerHeaders.b_today ? authorityManagerHeaders.b_today : '0' }}</b>
- <br />
- <span style="color:#606266;font-size:14px;padding-top:8px;display: inline-block;">今日B分</span>
- </p>
- <p style="text-align:center;cursor:pointer;margin: 0;">
- <b style="color:#26A2FF;font-size:27px;">{{ authorityManagerHeaders.b ? authorityManagerHeaders.b : '0' }}</b>
- <br />
- <span style="color:#606266;font-size:14px;padding-top:8px;display: inline-block;">{{ yearhORmontStr }}度B分</span>
- </p>
- <p style="text-align:center;cursor:pointer;margin: 0;">
- <b style="color:#26A2FF;font-size:27px;">{{ authorityManagerHeaders.a ? authorityManagerHeaders.a : '0' }}</b>
- <br />
- <span style="color:#606266;font-size:14px;padding-top:8px;display: inline-block;">{{ yearhORmontStr }}度A分</span>
- </p>
- <p style="text-align:center;cursor:pointer;margin: 0;">
- <b style="color:#26A2FF;font-size:27px;">{{ authorityManagerHeaders.work_complete + '/' + authorityManagerHeaders.work_total}}</b>
- <br />
- <span style="color:#606266;font-size:14px;padding-top:8px;display: inline-block;">任务进度</span>
- </p>
- </div>
- </el-col>
- </el-col>
- </el-row>
- <el-col :span="24">
- <el-row class="left-all-style">
- <el-row style="position: relative;">
- <el-col :span="24" class="flex-box-ce" style="position: absolute;z-index: 999;">
- <b class="title" style="margin-bottom:15px;display:block">
- {{ yearhORmontStr }}积分构成
- <el-tooltip placement="top">
- <div slot="content">饼图仅统计B分占比较多的前8种规则分类</div>
- <i class="el-icon-question fontColorC"></i>
- </el-tooltip>
- </b>
- </el-col>
- <div v-loading="IntegralFormChartLoad">
- <div class="nopoint_box" style="height:307px;" v-show="IntegralFormnone">
- <div class="noimg" style="width: 150px;height: 150px;margin-top:80px;"></div>
- <span class="title1">暂无积分数据</span>
- </div>
- <div v-show="!IntegralFormnone"><div ref="IntegralFormChart" :style="{ width: '100%', height: '380px' }"></div></div>
- </div>
- </el-row>
- </el-row>
- </el-col>
- <el-col :span="24" style="">
- <el-row class="left-all-style">
- <el-row style="position: relative;">
- <el-col :span="24" style="display:flex">
- <b class="title" style="margin:0 20px 15px 0;display:block">{{ yearhORmontStr }}积分情况</b>
- <el-checkbox v-model="exclusiveMonthChecked">不包含自动积分加分项</el-checkbox>
- </el-col>
- <div v-loading="monthlyIntegralloading">
- <div class="nopoint_box" style="height:450px;" v-if="monthlyIntegralnone">
- <div class="noimg" style="width: 150px;height: 150px;margin-top:110px;"></div>
- <span class="title1">暂无积分数据</span>
- </div>
- <div v-show="!monthlyIntegralnone">
- <div ref="monthlyIntegralChart" :style="{ width: '100%', height: '400px' }"></div>
- <div style="width:90%;display:flex;justify-content: space-around;margin-top:30px;padding-left:40px">
- <p v-for="(item, index) in monthORyear == '2' ? monthlyIntegralList : yearlyIntegralList" :key="index" style="text-align:center">
- <b style="display:block;color:#303133;font-size:18px;" v-if="index < 3">
- {{ index == 0 ? item.total_point : index == 1 ? item.reward_point : index == 2 ? item.deduction_point : '' }}
- </b>
- <b style="display:block;color:#303133;font-size:18px;" v-else-if="index == 3">{{ item.ratio == -1 ? '—' : item.ratio + ':1' }}</b>
- <b style="display:block;color:#303133;font-size:18px;" v-else>
- {{ item.toRatio.ratio + '%' }}
- <svg-icon
- :icon-class="item.toRatio.type == 1 ? 'litrearrows' : item.toRatio.type == 2 ? 'droparrows' : ''"
- style="font-size:10px;margin-bottom:2px"
- />
- </b>
- <span style="color:rgb(48, 49, 51);font-size:14px;margin-top:5px;display:block;">{{ item.name }}</span>
- </p>
- </div>
- </div>
- </div>
- </el-row>
- </el-row>
- </el-col>
- </el-col>
- <el-col :span="6" style="min-width:280px;">
- <el-col>
- <el-row class="right-all-style" v-loading="awardDeductRanking">
- <el-row style="">
- <el-col :span="24" style="display:flex">
- <b class="title" style="margin:0 20px 15px 0;display:block">{{ yearhORmontStr }}奖分最多</b>
- </el-col>
- <el-col :span="24" style="margin-bottom:10px;">
- <el-col style="">
- <div class="nopoint_box" v-if="IntegralEventO.length == 0">
- <div class="noimg" style="margin: 48px auto 16px;"></div>
- <span class="title1" style="padding-bottom:20px;">暂无积分数据</span>
- </div>
- <el-table :data="IntegralEventO" fit :show-header="false" style="border:0px solid #fff;" v-else>
- <el-table-column prop="remark_data" label="规则">
- <template slot-scope="scope">
- <div
- style="padding-left:10px;display:flex;flex-wrap:wrap;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;"
- >
- <el-popover trigger="hover" placement="top" popper-class="popperSPBOX">
- <div style="font-size:14px;color:#828282;">{{ scope.row.remark.customize || scope.row.remark.rule }}</div>
- <div slot="reference" class="name-wrapper">
- <span style="font-size:14px;color:#828282;">{{ scope.row.remark.customize || scope.row.remark.rule }}</span>
- </div>
- </el-popover>
- </div>
- <!-- <span>{{scope.row.remark.customize || scope.row.remark.rule}}</span> -->
- </template>
- </el-table-column>
- <!-- <el-table-column align="center" prop="create_time" label="创建时间" width="140"></el-table-column> -->
- <el-table-column align="center" prop="point" label="积分" width="110">
- <template slot-scope="scope">
- <span>
- {{ scope.row.point > 0 ? '+' : '' }}{{ scope.row.point }}
- <span class="blue">{{ getType(scope.row.pt_id) }}</span>
- </span>
- </template>
- </el-table-column>
- </el-table>
- </el-col>
- </el-col>
- </el-row>
- </el-row>
- </el-col>
- <el-col>
- <el-row class="right-all-style" v-loading="awardDeductRanking">
- <el-row style="">
- <el-col :span="24" style="display:flex">
- <b class="title" style="margin:0 20px 15px 0;display:block">{{ yearhORmontStr }}扣分最多</b>
- </el-col>
- <el-col :span="24" style="margin-bottom:10px;">
- <el-col style="">
- <div class="nopoint_box" v-if="IntegralEventT.length == 0">
- <div class="noimg" style="margin: 48px auto 16px;"></div>
- <span class="title1" style="padding-bottom:20px;">暂无积分数据</span>
- </div>
- <el-table :data="IntegralEventT" fit :show-header="false" v-else>
- <el-table-column prop="remark_data" label="规则">
- <template slot-scope="scope">
- <div
- style="padding-left:10px;display:flex;flex-wrap:wrap;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;"
- >
- <el-popover trigger="hover" placement="top" popper-class="popperSPBOX">
- <div style="font-size:14px;color:#828282;max-width: 300px;">{{ scope.row.remark.customize || scope.row.remark.rule }}</div>
- <div slot="reference" class="name-wrapper">
- <span style="font-size:14px;color:#828282;">{{ scope.row.remark.customize || scope.row.remark.rule }}</span>
- </div>
- </el-popover>
- </div>
- <!-- <span>{{scope.row.remark.customize || scope.row.remark.rule}}</span> -->
- </template>
- </el-table-column>
- <!-- <el-table-column align="center" prop="create_time" label="创建时间" width="140"></el-table-column> -->
- <el-table-column align="center" prop="point_mark" label="积分" width="110">
- <template slot-scope="scope">
- <span>
- {{ scope.row.point > 0 ? '+' : '' }}{{ scope.row.point }}
- <span class="blue">{{ getType(scope.row.pt_id) }}</span>
- </span>
- </template>
- </el-table-column>
- <!-- <el-table-column align="center" prop="remark_data.rule" show-overflow-tooltip label="规则" width="180"></el-table-column> -->
- <!-- <el-table-column align="center" label="规则" prop="remark_data.rule" width="180">
- <template slot-scope="scope">
- <el-popover trigger="hover" placement="top" popper-class="popperSPBOX">
- <span>{{scope.row.remark_data.rule || scope.row.remark_data.customize}}</span>
- <div slot="reference" class="name-wrapper" style="width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;"><span>{{scope.row.remark_data.rule || scope.row.remark_data.customize}}</span></div>
- </el-popover>
- </template>
- </el-table-column> -->
- </el-table>
- </el-col>
- </el-col>
- </el-row>
- </el-row>
- </el-col>
- </el-col>
- </el-col>
- </el-row>
- </div>
- </template>
- <script>
- export default {
- data() {
- return {
- //筛选项
- formData: {
- employee_id: this.$getUserData().id
- },
- //时间
- time_type: '月份',
- time_types: [{ label: '月份', value: '1' }, { label: '年份', value: '2' }],
- export_from: {
- year: this.$moment().format('YYYY'),
- month: this.$moment().format('YYYY-MM')
- },
- yearhORmontStr: '月',
- monthORyear: '2',
- //选择人员
- select_employee_id: '',
- employee_map: '', //获取人员列表
- dept_list: '',
- //人员详情
- personnel: {},
- authorityManagerHeaderLoad: false, //人员loading
- authorityManagerHeaders: {work_complete:0,work_total:0}, //管理员头部 数据
- personnelMessage: false, //人员信息loading
- //饼图
- IntegralFormChartLoad: false, //积分构成loading
- IntegralFormnone: false, //积分构成为空或报错,展示的开关
- //本月积分情况
- exclusiveMonthChecked: true, //不包含自动积分加分项
- monthlyIntegralList: [
- //本月积分情况数据
- { total_point: '0', name: '月总积分' },
- { reward_point: '0', name: '月总奖分' },
- { deduction_point: '0', name: '月总扣分' },
- { ratio: '0', name: '奖扣分比例' },
- { toRatio: { ratio: '0', type: 0 }, name: '对比上月总分' },
- { toRatio: { ratio: '0', type: 0 }, name: '对比上月奖分' },
- { toRatio: { ratio: '0', type: 0 }, name: '对比上月扣分' }
- ],
- yearlyIntegralList: [
- //年积分情况数据
- { total_point: '0', name: '年总积分' },
- { reward_point: '0', name: '年总奖分' },
- { deduction_point: '0', name: '年总扣分' },
- { ratio: '0', name: '奖扣分比例' },
- { toRatio: { ratio: '0', type: 0 }, name: '对比去年总分' },
- { toRatio: { ratio: '0', type: 0 }, name: '对比去年奖分' },
- { toRatio: { ratio: '0', type: 0 }, name: '对比去年扣分' }
- ],
- monthlyIntegralloading: false, //本月积分情况loading
- monthlyIntegralnone: false, //本月积分情况为空或报错,展示的开关
- exclusiveMonthBranch: 0, //本月积分情况--部门
- IntegralEventO: [], //个人奖分数据
- IntegralEventT: [], //个人扣分数据
- awardDeductRanking: false //个人奖扣分loading
- };
- },
- watch: {
- time_type(val) {
- if (val == '1') {
- //月
- this.monthORyear = '2';
- this.formData.year = null;
- this.formData.month = this.$moment().format('YYYY-MM');
- this.export_from.month = this.$moment().format('YYYY-MM');
- this.yearhORmontStr = '月';
- } else if (val == '2') {
- //年
- this.monthORyear = '3';
- this.formData.month = null;
- this.formData.year = this.$moment().format('YYYY');
- this.export_from.year = this.$moment().format('YYYY');
- this.yearhORmontStr = '年';
- }
- this.executiveFunction();
- },
- 'export_from.month'(val, old_val) {
- this.formData.month = val;
- this.executiveFunction();
- },
- 'export_from.year'(val, old_val) {
- this.formData.year = val;
- this.executiveFunction();
- },
- //不包含自动积分加分项
- exclusiveMonthChecked() {
- this.monthlyIntegral();
- }
- },
- mounted() {
- window.addEventListener('resize', this.selfAdaption);
- this.getEmployee().then(res => {
- this.formData.month = this.$moment().format('YYYY-MM');
- this.executiveFunction();
- }).catch(err => {
- console.log(err);
- });
- },
- methods: {
- selectEmployeeChange(val) {
- this.formData.employee_id = val;
- this.executiveFunction(true);
- },
- getType(id) {
- return this.$getTyps(id).name;
- },
- //获取员工列表
- getEmployee() {
- return new Promise((resolve, reject) => {
- this.personnelMessage = true;
- this.$axios('get', '/api/employee/index', { dept_id:0, keywords: '', page: 1, page_size: 3000, is_official: 1 })
- .then(res => {
- let list = res.data.data.list;
- this.employee_map = list.filter(x => x.is_creator != 1);
- if (this.employee_map.length == 0) {
- reject('err');
- return;
- }
- if (this.$getUserData().is_creator == 1) {
- this.select_employee_id = this.employee_map[0].id;
- let employee = this.employee_map[0];
- this.formData.employee_id = employee.id;
- this.personnel = employee;
- let dept_li = this.personnel.employee_detail.dept_list;
- let dept_ = '';
- for (let i in dept_li) {
- dept_ += dept_li[i].dept_name + ' ';
- }
- this.dept_list = dept_;
- } else {
- if (this.$getUserData()) {
- let roat=this.$supremeAuthority();
- if(roat=='dept_manager'){
- let manage_scope=this.$getUserData().employee_detail.manage_scope;
- manage_scope.unshift({id: this.$getUserData().id, name: this.$getUserData().name})
- this.employee_map=manage_scope
- }
- if(roat=='employee'){
- let manage_scope=[];
- manage_scope.unshift({id: this.$getUserData().id, name: this.$getUserData().name})
- this.employee_map=manage_scope
- }
- this.$nextTick(()=>{
- this.select_employee_id = this.$getUserData().id;
- })
- this.personnel = this.$getUserData();
- let dept_li = this.personnel.employee_detail.dept_list;
- let dept_ = '';
- for (let i in dept_li) {
- dept_ += dept_li[i].dept_name + ' ';
- }
- this.dept_list = dept_;
- } else {
- this.personnelDetails(); //获取人员详情
- }
- }
- })
- .finally(err => {
- this.personnelMessage = false;
- resolve('res');
- });
- });
- },
- //echarts自适应
- selfAdaption() {
- var myChart1 = this.$echarts.init(this.$refs.monthlyIntegralChart);
- var myChart2 = this.$echarts.init(this.$refs.IntegralFormChart);
- myChart1.resize();
- myChart2.resize();
- },
- //需要执行的所有函数
- executiveFunction(item) {
- //切换角色才请求--人员详情--。
- if (item) {
- this.personnelDetails(); //获取人员详情
- this.authorityManagerHeader(); //本月 A B 绩效分 比例
- this.integralForm(); //饼图
- this.monthlyIntegral(); //本月积分情况
- this.integralEvents(); //积分事件列表
- } else {
- this.authorityManagerHeader(); //本月 A B 绩效分 比例
- this.integralForm(); //饼图
- this.monthlyIntegral(); //本月积分情况
- this.integralEvents(); //积分事件列表
- }
- },
- //获取人员详情
- personnelDetails() {
- this.personnelMessage = true;
- let params = {
- id: this.formData.employee_id
- };
- this.$axios('get', '/api/employee/info', params)
- .then(res => {
- this.personnel = res.data.data;
- let dept_li = this.personnel.employee_detail.dept_list;
- let dept_ = '';
- for (let i in dept_li) {
- dept_ += dept_li[i].dept_name + ' ';
- }
- this.dept_list = dept_;
- })
- .finally(() => {
- this.personnelMessage = false;
- });
- },
- //本月 A B 绩效分 比例
- authorityManagerHeader() {
- this.authorityManagerHeaderLoad = true;
- let params = {};
- params.employee_id = this.formData.employee_id;
- if (this.monthORyear == '2') {
- //月
- params.month = this.formData.month;
- } else if (this.monthORyear == '3') {
- //年
- params.year = this.formData.year;
- }
- let params1 = this.$axios('get', '/api/integral/statistics/', params, 'v3');
- Promise.all([params1])
- .then(res => {
- this.authorityManagerHeaders = res[0].data.data;
- })
- .finally(() => {
- this.authorityManagerHeaderLoad = false;
- });
- },
- //饼图
- //分为两列展示,多传legendDataTwo
- // drawLine(legendDataOne, legendDataTwo, dadalist) {
- drawLine(legendDataOne, dadalist) {
- const chart = this.$refs.IntegralFormChart;
- //此处可给固定颜色,不给就所有颜色随机
- let colors = ['rgb(38, 162, 255)', '#f36f2a', '#fecb09', '#00b6bd', '#e85d53', '#fecb09', '#725197', '#fcb814', '#41a08d', '#425a95', '#ea8b84', '#9d1d62', '#fcb814'];
- // let colors = [];
- // let legendDataLeng = legendDataOne.length + legendDataTwo.length;
- let legendDataLeng = legendDataOne.length;
- if (legendDataLeng > colors.length) {
- //当列表大于固定颜色时,给随机颜色
- let colorsLeng = colors.length;
- for (let i = 0; i <= legendDataLeng - colorsLeng; i++) {
- // colors.push('#' + Math.random().toString(16).substr(2, 6).toUpperCase());//也是随机色
- colors.push('rgb(' + Math.round(Math.random() * 255) + ',' + Math.round(Math.random() * 255) + ',' + Math.round(Math.random() * 255) + ')');
- }
- }
- //只显示 N 条标题,多余隐藏,但是饼图不会隐藏
- let DataLengths = [];
- // for (let i in legendDataTwo) {
- // if (i < 8) {
- // DataLengths.push(legendDataTwo[i]);
- // }
- // }
- let left1 = '45%';
- let leftBT = '25%';
- // if (legendDataTwo.length != 0) {
- // left1 = "36%";
- // leftBT = "18%";
- // }
- if (chart) {
- const myChart = this.$echarts.init(chart);
- var legendData1 = legendDataOne;
- // var legendData2 = DataLengths;
- const option = {
- tooltip: { trigger: 'item', formatter: '{b}' },
- legend: [
- {
- type: 'scroll',
- orient: 'vertical',
- // icon: 'square',
- left: left1,
- // align: 'left',
- top: '10%',
- itemGap: 14,
- textStyle: { fontSize: 14, color: 'rgb(48, 49, 51)' },
- data: legendData1
- }
- //分为两列展示
- // {
- // type: "scroll",
- // orient: "vertical",
- // icon: "square",
- // left: "70%",
- // align: "left",
- // top: "10%",
- // itemGap: 20,
- // textStyle: { fontSize: 14, color: "rgb(48, 49, 51)" },
- // data: legendData2,
- // },
- ],
- color: colors,
- grid: { x: 25, y: 45, x2: 5, y2: 20, borderWidth: 1 },
- toolbox: {
- show: true,
- feature: {
- mark: { show: true },
- magicType: { show: true, type: ['pie', 'funnel'] }
- }
- },
- series: [
- {
- name: '',
- type: 'pie',
- radius: [20, 110],
- center: [leftBT, '40%'],
- roseType: 'radius',
- label: { show: false },
- emphasis: { label: { show: false } },
- data: dadalist
- }
- ],
- };
- myChart.setOption(option);
- }
- },
- integralForm() {
- this.IntegralFormChartLoad = true;
- let listslength = [];
- let params = {};
- params.employee_id = this.formData.employee_id;
- if (this.monthORyear == '2') {
- //月
- params.month = this.formData.month;
- } else if (this.monthORyear == '3') {
- //年
- params.year = this.formData.year;
- }
- this.$axios('get', '/api/integral/statistics/pie/b', params, 'v2')
- .then(res => {
- let lists = res.data.data.list;
- listslength = lists;
- let legendData1 = [];
- let legendData2 = [];
- let dadalist = [];
- //分为两列展示
- // let listLeng = Math.ceil((lists.length)/2)
- for (let i in lists) {
- if (lists[i].name.length > 15) {
- lists[i].name = lists[i].name.slice(0, 15) + '...';
- }
- //分为两列展示
- // if(i<listLeng){
- // legendData1.push(lists[i].name+' '+'奖'+lists[i].reward+' '+'扣'+lists[i].deduction+' '+lists[i].ratio+'%')
- // }else{
- // legendData2.push(lists[i].name+' '+'奖'+lists[i].reward+' '+'扣'+lists[i].deduction+' '+lists[i].ratio+'%')
- // }
- if (i < 8) {
- legendData1.push(lists[i].name + ' ' + '奖' + lists[i].reward + ' ' + '扣' + lists[i].deduction + ' ' + lists[i].ratio + '%');
- } else {
- legendData2.push(lists[i].name + ' ' + '奖' + lists[i].reward + ' ' + '扣' + lists[i].deduction + ' ' + lists[i].ratio + '%');
- }
- let dataListDx = {};
- if (lists[i].ratio < 0) {
- dataListDx.value = 0;
- } else {
- dataListDx.value = lists[i].ratio;
- }
- dataListDx.name = lists[i].name + ' ' + '奖' + lists[i].reward + ' ' + '扣' + lists[i].deduction + ' ' + lists[i].ratio + '%';
- // dataListDx.name = lists[i].name
- dadalist.push(dataListDx);
- }
- //分为两列展示,多传legendData2
- this.drawLine(legendData1, dadalist); //图表
- })
- .finally(() => {
- if (listslength.length == 0) {
- this.IntegralFormnone = true;
- } else {
- this.IntegralFormnone = false;
- }
- this.IntegralFormChartLoad = false;
- });
- },
- //月度积分
- monthlyIntegralRanking(date, total, reward, deduction) {
- const chart = this.$refs.monthlyIntegralChart;
- if (chart) {
- const myChart = this.$echarts.init(chart);
- const option = {
- tooltip: {
- trigger: 'axis'
- },
- color: ['#F56C6C', '#26A2FF', '#FFC100'],
- legend: {
- right: '0%',
- data: ['总积分', '奖分', '扣分']
- },
- grid: {
- left: '3%',
- right: '4%',
- bottom: '3%',
- containLabel: true
- },
- toolbox: {
- feature: {}
- },
- xAxis: {
- type: 'category',
- boundaryGap: false,
- data: date
- },
- yAxis: {
- type: 'value',
- axisLine: {
- show: false
- },
- axisTick: {
- show: false
- }
- },
- series: [
- {
- name: '总积分',
- type: 'line',
- data: total
- },
- {
- name: '奖分',
- type: 'line',
- data: reward
- },
- {
- name: '扣分',
- type: 'line',
- data: deduction
- }
- ]
- };
- myChart.setOption(option);
- }
- },
- //月度积分
- // monthlyIntegralchange(val){
- // console.log(val)
- // if(val.length == 0){
- // this.exclusiveMonthBranch = 0
- // }else{
- // let valItem = 0
- // for(let i in val){
- // valItem = val[i]
- // }
- // this.exclusiveMonthBranch = valItem
- // }
- // this.monthlyIntegral()
- // this.$nextTick(()=>{
- // this.$refs.dept2.dropDownVisible = false;
- // })
- // },
- monthlyIntegral() {
- this.monthlyIntegralloading = true;
- let params = {};
- let listslength = [];
- params.employee_id = this.formData.employee_id;
- if (this.monthORyear == '2') {
- //月
- params.month = this.formData.month;
- } else if (this.monthORyear == '3') {
- //年
- params.year = this.formData.year;
- }
- if (this.exclusiveMonthChecked) {
- params.include_fixed = 1;
- } else {
- params.include_fixed = 0;
- }
- this.$axios('get', '/api/integral/statistics/curve', params)
- .then(res => {
- if (res.data.code == 1) {
- let lists = res.data.data;
- listslength = lists;
- if (this.monthORyear == '2') {
- this.monthlyIntegralList[0].total_point = lists.total_point;
- this.monthlyIntegralList[1].reward_point = lists.reward_point;
- this.monthlyIntegralList[2].deduction_point = lists.deduction_point;
- this.monthlyIntegralList[3].ratio = lists.ratio;
- this.monthlyIntegralList[4].toRatio = lists.contrast_total;
- this.monthlyIntegralList[5].toRatio = lists.contrast_reward;
- this.monthlyIntegralList[6].toRatio = lists.contrast_deduction;
- } else if (this.monthORyear == '3') {
- this.yearlyIntegralList[0].total_point = lists.total_point;
- this.yearlyIntegralList[1].reward_point = lists.reward_point;
- this.yearlyIntegralList[2].deduction_point = lists.deduction_point;
- this.yearlyIntegralList[3].ratio = lists.ratio;
- this.yearlyIntegralList[4].toRatio = lists.contrast_total;
- this.yearlyIntegralList[5].toRatio = lists.contrast_reward;
- this.yearlyIntegralList[6].toRatio = lists.contrast_deduction;
- }
- let dates = []; //日期
- let totals = []; //总积分
- let rewards = []; //奖分
- let deductions = []; //扣分
- for (let i in lists.total) {
- dates.push(lists.total[i].date);
- totals.push(lists.total[i].point);
- }
- for (let i in lists.reward) {
- rewards.push(lists.reward[i].point);
- }
- for (let i in lists.deduction) {
- deductions.push(lists.deduction[i].point);
- }
- this.monthlyIntegralRanking(dates, totals, rewards, deductions);
- }
- })
- .finally(() => {
- if (!listslength.total) {
- this.monthlyIntegralnone = true;
- } else {
- this.monthlyIntegralnone = false;
- }
- this.monthlyIntegralloading = false;
- });
- },
- //积分事件列表
- integralEvents() {
- this.awardDeductRanking = true;
- let params = {
- page: 1,
- page_size: 5,
- pt_id: '3',
- time_type: '2'
- };
- params.employee_id = this.formData.employee_id;
- if (this.monthORyear == '2') {
- //月
- params.month = this.formData.month;
- params.time_type = '2';
- } else if (this.monthORyear == '3') {
- //年
- params.year = this.formData.year;
- params.time_type = '3';
- }
- this.$axios('get', '/api/integral/statistics/prize/buckle/ranking', params)
- .then(res => {
- this.IntegralEventO = res.data.data.prize;
- this.IntegralEventT = res.data.data.buckle;
- })
- .finally(() => {
- this.awardDeductRanking = false;
- });
- }
- },
- beforeDestroy() {
- //取消echarts自适应
- window.removeEventListener('resize', this.selfAdaption);
- }
- };
- </script>
- <style scoped="scoped" lang="scss">
- .el-table::before {
- height: 0px;
- }
- .left-all-style {
- margin-top: 10px;
- padding: 20px;
- background: #fff;
- border-radius: 5px;
- .title {
- padding-left: 10px;
- font-size: 16px;
- font-weight: normal;
- border-left: 2px solid #409eff;
- }
- .titledes {
- display: block;
- padding-top: 10px;
- font-size: 14px;
- color: #909399;
- }
- .noremind {
- display: block;
- text-align: right;
- font-size: 12px;
- color: #909399;
- cursor: pointer;
- }
- .noremind:hover {
- color: #409eff;
- }
- .noremind:active {
- color: #409eff;
- }
- }
- .right-all-style {
- padding: 20px;
- background: #fff;
- border-radius: 5px;
- margin: 0 0 10px 10px;
- .title {
- padding-left: 10px;
- font-size: 16px;
- font-weight: normal;
- border-left: 2px solid #409eff;
- }
- }
- .rightexamineAndApproveList {
- text-align: left;
- width: 100%;
- border-bottom: 1px solid #efefef;
- }
- .nopoint_box {
- display: inline-block;
- text-align: center;
- width: 100%;
- margin-bottom: 10px;
- .noimg {
- display: inline-block;
- width: 110px;
- height: 110px;
- margin: 22px auto 16px;
- background: url('../../assets/image/nodata_default.png') no-repeat center;
- background-size: 99%;
- }
- .noperson {
- display: inline-block;
- width: 110px;
- height: 110px;
- margin: 22px auto 16px;
- background: url('../../assets/image/noperson_default.png') no-repeat center;
- background-size: 99%;
- }
- .title1 {
- display: block;
- text-align: center;
- font-size: 12px !important;
- color: #909399 !important;
- padding: 0;
- }
- a {
- color: #26a2ff;
- }
- }
- .top_user_info {
- position: relative;
- padding-top: 0;
- background: #fff;
- .userinfo_box {
- border-right: 1px #cecccc solid;
- margin: 34px 0;
- }
- .user_box {
- padding-left: 0 !important;
- border-right: 1px #333 solid;
- }
- .headimg_box {
- padding-left: 0 !important;
- }
- .headimg_box .headimg {
- width: 50px;
- height: 50px;
- background: #909399;
- border-radius: 50px;
- }
- .user_info {
- padding: 0 !important;
- line-height: 25px;
- .greetings {
- margin: 4px 0px 0 120px;
- font-size: 16px;
- font-weight: bold;
- }
- .greetings span {
- font-size: 14px;
- color: #666;
- display: inline-block;
- vertical-align: top;
- }
- span:nth-child(1) {
- display: block;
- font-size: 16px;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- }
- .person {
- display: block;
- font-size: 14px;
- padding: 32px 0 18px 0;
- color: #606266;
- }
- .time {
- font-size: 14px;
- padding-right: 10px;
- position: relative;
- }
- }
- /*
- padding: 18px 0 16px 0;
- color: #606266;
- height: 32px;
- box-sizing: content-box;
- */
- .pointsevent_box {
- display: block;
- text-align: center;
- margin: 20px 0 0 0px;
- padding-right: 0 !important;
- border: 1px #e1e4e7 solid;
- box-shadow: 0 2px 4px rgba(140, 140, 140, 0.1);
- .title {
- font-family: Microsoft Yahei;
- display: block;
- text-align: left;
- margin-bottom: 20px;
- padding: 0 0 0 10px;
- font-size: 16px;
- font-weight: normal;
- border-left: 2px solid #409eff;
- }
- }
- .popperSPBOX {
- max-width: calc(100vh - 400px);
- background-color: #fff;
- }
- </style>
|