| | |
| | | <div class="center" v-loading="pageLoading"> |
| | | <div class="clearfix" style="width: 100%" v-show="query.month"> |
| | | <div class="fixed-left"> |
| | | <div class="content-title" style="padding-left: 16px; box-sizing: border-box"> |
| | | <div class="content-title" style="padding-left: 16px; box-sizing: border-box;position: fixed;z-index: 1;background-color: #fff;width:220px"> |
| | | 人员名称 |
| | | <span style="color:#ff4949">(人员数量:{{list.length}})</span> |
| | | </div> |
| | | <div class="content-user" :class="{ hoverType: currentUserIndex == index }" v-for="(item, index) in list" |
| | | :key="'e' + index" v-on:mouseenter="onMouseEnter(index)" v-on:mouseleave="currentUserIndex = null"> |
| | | <div class="user-pic"> |
| | | {{ item.name ? item.name.charAt(0) : "" }} |
| | | {{ item.userName ? item.userName.charAt(0) : "" }} |
| | | </div> |
| | | <div class="user-info"> |
| | | <p style=" |
| | |
| | | line-height: 24px; |
| | | margin: 0; |
| | | "> |
| | | {{ item.name }} |
| | | {{ item.userName }} |
| | | </p> |
| | | <p style=" |
| | | color: #999999; |
| | | font-size: 12px; |
| | | transform: scale(0.8) translateX(-20px); |
| | | white-space: nowrap; |
| | | width: 150px; |
| | | overflow-x: show; |
| | | margin: 0; |
| | | "> |
| | | 早:{{ item.day0 }},中:{{ item.day1 }},夜:{{ item.day2 }},休:{{ |
| | | item.day3 |
| | | }},假:{{ item.day4 }},差:{{ item.day6 }} |
| | | <p style="color: #999999;font-size: 12px;transform: scale(0.8) translateX(-20px);white-space: nowrap;width: 150px;margin: 0;"> |
| | | <span>早:{{ item.monthlyAttendance.morningShift}},</span> |
| | | <span>中:{{ item.monthlyAttendance.swingShift}},</span> |
| | | <span>夜:{{ item.monthlyAttendance.nightShift}},</span> |
| | | <span>休:{{ item.monthlyAttendance.holidayShift}},</span> |
| | | <span>假:{{ item.monthlyAttendance.leaveShift}},</span> |
| | | <span>差:0</span> |
| | | </p> |
| | | <p style="margin-top: 4px; margin: 0"> |
| | | <span style=" |
| | |
| | | font-size: 12px; |
| | | display: inline-block; |
| | | transform: scale(0.8) translateX(-10px); |
| | | ">合计出勤: </span><span style="font-size: 16px; color: #ff4902">{{ |
| | | query.month |
| | | ? item.monthlyAttendance.totalAttendance |
| | | : item.sidebarAnnualAttendance.totalAttendance |
| | | }}天</span> |
| | | ">合计出勤: </span><span style="font-size: 16px; color: #ff4902">{{item.monthlyAttendance.morningShift+item.monthlyAttendance.swingShift+item.monthlyAttendance.nightShift}}天</span> |
| | | </p> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | <div class="scroll-right"> |
| | | <div class="content"> |
| | | <div class="content-title content-title-right" style="border-bottom: 0"> |
| | | <div class="content-title content-title-right" style="border-bottom: 0;position: fixed;z-index: 1;background-color: #fff;"> |
| | | <div class="content-title-item" v-for="(item, index) in weeks" :key="'b' + index"> |
| | | <span class="month" style="position: absolute; top: 0px" v-if="item.week == '周日'">{{ item.weekNum |
| | | }}周</span> |
| | |
| | | </div> |
| | | <div class="clearfix year-table" style="width: 100%" v-show="!query.month"> |
| | | <div class="fixed-left"> |
| | | <div class="content-title" style="padding-left: 16px; box-sizing: border-box"> |
| | | <div class="content-title" style="padding-left: 16px; box-sizing: border-box;position: fixed;z-index: 1;background-color: #fff;width:220px"> |
| | | 人员名称 |
| | | <span style="color:#ff4949">(人员数量:{{yearList.length}})</span> |
| | | </div> |
| | | <div class="content-user" :class="{ hoverType: currentUserIndex == index }" v-for="(item, index) in yearList" |
| | | :key="'e' + index" v-on:mouseenter="onMouseEnter(index)" v-on:mouseleave="currentUserIndex = null"> |
| | | <div class="user-pic"> |
| | | {{ item.name ? item.name.charAt(0) : "" }} |
| | | {{ item.userName ? item.userName.charAt(0) : "" }} |
| | | </div> |
| | | <div class="user-info"> |
| | | <p style=" |
| | |
| | | line-height: 24px; |
| | | margin: 0; |
| | | "> |
| | | {{ item.name }} |
| | | {{ item.userName }} |
| | | </p> |
| | | <p style=" |
| | | color: #999999; |
| | | font-size: 12px; |
| | | transform: scale(0.8) translateX(-20px); |
| | | white-space: nowrap; |
| | | width: 150px; |
| | | overflow-x: show; |
| | | margin: 0; |
| | | "> |
| | | 早:{{ item.day0 }},中:{{ item.day1 }},夜:{{ item.day2 }},休:{{ |
| | | item.day3 |
| | | }},假:{{ item.day4 }},差:{{ item.day6 }} |
| | | <p style="color: #999999;font-size: 12px;transform: scale(0.8) translateX(-20px);white-space: nowrap;width: 150px;margin: 0;"> |
| | | <span>早:{{ item.sidebarAnnualAttendance.morningShift}},</span> |
| | | <span>中:{{ item.sidebarAnnualAttendance.swingShift}},</span> |
| | | <span>夜:{{ item.sidebarAnnualAttendance.nightShift}},</span> |
| | | <span>休:{{ item.sidebarAnnualAttendance.holidayShift}},</span> |
| | | <span>假:{{ item.sidebarAnnualAttendance.leaveShift}},</span> |
| | | <span>差:0</span> |
| | | </p> |
| | | <p style="margin-top: 4px; margin: 0"> |
| | | <span style=" |
| | |
| | | font-size: 12px; |
| | | display: inline-block; |
| | | transform: scale(0.8) translateX(-10px); |
| | | ">合计出勤: </span><span style="font-size: 16px; color: #ff4902">{{ item.work_time }}天</span> |
| | | ">合计出勤: </span><span style="font-size: 16px; color: #ff4902">{{item.sidebarAnnualAttendance.morningShift+item.sidebarAnnualAttendance.swingShift+item.sidebarAnnualAttendance.nightShift}}天</span> |
| | | </p> |
| | | </div> |
| | | </div> |
| | |
| | | <div class="scroll-right"> |
| | | <div class="content"> |
| | | <div> |
| | | <div class="content-title content-title-right" style="border-bottom: 0; height: 52px" :style="`display: grid; |
| | | <div class="content-title content-title-right" style="border-bottom: 0; height: 63px;position: fixed;z-index: 1;background-color: #fff;width: calc( 100% - 448px );" :style="`display: grid; |
| | | grid-template-columns: repeat(${monthList.length}, 1fr);`"> |
| | | <div class="content-title-item" v-for="(item, index) in monthList" :key="'b' + index" |
| | | style="height: 52px"> |
| | | style="height: 52px;"> |
| | | <span class="month">{{ item }}月</span> |
| | | </div> |
| | | </div> |
| | | <div class="content-body" v-for="(item, index) in yearList" :key="'c' + index" |
| | | v-on:mouseenter="onMouseEnter(index)" v-on:mouseleave="currentUserIndex = null" :style="`display: grid; |
| | | grid-template-columns: repeat(${monthList.length}, 1fr);`"> |
| | | <div class="content-body-item" v-for="(m, i) in item.monthList" :key="'d' + i" |
| | | <div class="content-body-item" v-for="(m, i) in item.monthlyAttendance" :key="'d' + i" |
| | | :class="{ hoverType: currentUserIndex == index }"> |
| | | <p style="color: rgb(153, 153, 153); font-size: 12px"> |
| | | 合计出勤:<span style="font-size: 14px; color: #000">{{ |
| | | m.totalMonthAttendance |
| | | }}</span> |
| | | 合计出勤:<span style="font-size: 14px; color: #000">{{m.morningShift+m.swingShift+m.nightShift}}</span> |
| | | </p> |
| | | <p style="color: rgb(153, 153, 153); font-size: 12px"> |
| | | 早:{{ m.day0 }},中:{{ m.day1 }},夜:{{ m.day2 }},休:{{ |
| | | m.day3 |
| | | }},假:{{ m.day4 }},差:{{ m.day6 }} |
| | | <span>早:{{ m.morningShift}},</span> |
| | | <span>中:{{ m.swingShift}},</span> |
| | | <span>夜:{{ m.nightShift}},</span> |
| | | <span>休:{{ m.holidayShift}},</span> |
| | | <span>假:{{ m.leaveShift}},</span> |
| | | <span>差:0</span> |
| | | </p> |
| | | </div> |
| | | </div> |
| | |
| | | </div> |
| | | </div> |
| | | </div> |
| | | <el-pagination background @current-change="currentChange" :page-size="pageSize" :current-page="currentPage" |
| | | layout="total, prev, pager, next, jumper" :total="total" |
| | | style="margin-top: 10px; text-align: right; margin-right: 30px"> |
| | | </el-pagination> |
| | | |
| | | <ul v-show="showMenu" |
| | | class="contextmenu" |
| | | :style="{left:menuX+'px',top:menuY+'px'}" |
| | | @click.stop> |
| | | <li @click="editAnnotation()">编辑批注</li> |
| | | <li class="divider"></li> |
| | | <li @click="updateAnnotation('edit')"><i class="el-icon-edit-outline"></i> 编辑批注</li> |
| | | <li @click="updateAnnotation('delete')"><i class="el-icon-delete"></i> 删除批注</li> |
| | | </ul> |
| | | <el-dialog title="时间配置" :visible.sync="configTimeVisible" width="620px"> |
| | | <div v-loading="configTimeVisibleLoading" style="min-height: 200px"> |
| | |
| | | obtainItemParameterList, |
| | | update, |
| | | selectUserCondition, |
| | | editAnnotationText |
| | | editAnnotationText, |
| | | delAnnotationText |
| | | } from "@/api/performance/class"; |
| | | export default { |
| | | name: 'Class', |
| | |
| | | this.selectedTarget = target |
| | | this.showMenu = true |
| | | }, |
| | | editAnnotation() { |
| | | //编辑批注 |
| | | updateAnnotation(operation) { |
| | | // 点击菜单后关闭菜单 |
| | | this.showMenu = false |
| | | if(this.selectedTarget && !this.selectedTarget.shift){ |
| | | this.$message.warning('请先选择班次') |
| | | return |
| | | } |
| | | if(operation && operation==='edit'){ |
| | | this.$prompt('', '编辑批注', { |
| | | confirmButtonText: '确定', |
| | | cancelButtonText: '取消', |
| | |
| | | id:this.selectedTarget.id, |
| | | annotationText:value |
| | | }).then(res=>{ |
| | | this.refreshTable() |
| | | this.$message.success("提交成功") |
| | | this.refreshTable() |
| | | }) |
| | | }).catch(() => { }); |
| | | }else if(operation && operation==='delete'){ |
| | | this.$confirm('是否删除批注内容?', '提示', { |
| | | confirmButtonText: '确定', |
| | | cancelButtonText: '取消', |
| | | type: 'warning' |
| | | }).then(() => { |
| | | delAnnotationText(this.selectedTarget.id).then(res=>{ |
| | | this.$message.success("删除成功") |
| | | this.refreshTable() |
| | | }) |
| | | }).catch(() => {}); |
| | | } |
| | | |
| | | }, |
| | | handleClickOutside() { |
| | | this.showMenu = false |
| | |
| | | : new Date().getMonth() + 1; |
| | | let month = month0 > 9 ? month0 : "0" + month0; |
| | | page({ |
| | | size: this.pageSize, |
| | | current: this.currentPage, |
| | | time: year + "-" + month + "-01 00:00:00", |
| | | userName: this.query.userName, |
| | | laboratory: this.query.laboratory, |
| | | }).then((res) => { |
| | | this.pageLoading = false; |
| | | this.total = res.data.page.total; |
| | | this.list = res.data.page.records.map((item) => { |
| | | for (let key in item.monthlyAttendance) { |
| | | let type = this.getDayByDic(key); |
| | | if (type != undefined || type != null) { |
| | | item[`day${type}`] = item.monthlyAttendance[key]; |
| | | } |
| | | } |
| | | return item; |
| | | }); |
| | | this.list = res.data.page |
| | | // this.list = res.data.page.map((item) => { |
| | | // for (let key in item.monthlyAttendance) { |
| | | // let type = this.getDayByDic(key); |
| | | // if (type != undefined || type != null) { |
| | | // item[`day${type}`] = item.monthlyAttendance[key]; |
| | | // } |
| | | // } |
| | | // return item; |
| | | // }); |
| | | console.log(this.list) |
| | | let headerList = res.data.headerList; |
| | | this.weeks = []; |
| | |
| | | this.pageLoading = true; |
| | | let year = this.query.year.getFullYear(); |
| | | pageYear({ |
| | | size: this.pageSize, |
| | | current: this.currentPage, |
| | | time: year + "-01-01 00:00:00", |
| | | userName: this.query.userName, |
| | | laboratory: this.query.laboratory, |
| | | }).then((res) => { |
| | | this.pageLoading = false; |
| | | this.total = res.data.total; |
| | | this.yearList = res.data.records.map((item) => { |
| | | for (let key in item.year) { |
| | | let type = this.getDayByDic(key); |
| | | if (type != undefined || type != null) { |
| | | item[`day${type}`] = item.year[key]; |
| | | } |
| | | } |
| | | item.monthList = []; |
| | | for (let m in item.month) { |
| | | let obj = {}; |
| | | for (let key in item.month[m]) { |
| | | let type = this.getDayByDic(key); |
| | | if (type != undefined || type != null) { |
| | | obj[`day${type}`] = item.month[m][key]; |
| | | } |
| | | } |
| | | obj.totalMonthAttendance = item.month[m].totalMonthAttendance; |
| | | item.monthList.push(obj); |
| | | } |
| | | return item; |
| | | }); |
| | | this.yearList = res.data |
| | | }); |
| | | }, |
| | | onMouseEnter(index) { |
| | |
| | | min-height: calc(100% - 10px); |
| | | /* 视口高度 */ |
| | | margin-left: 220px; |
| | | overflow-x: scroll; |
| | | overflow-x: auto; |
| | | } |
| | | |
| | | .content { |
| | | min-height: calc(100% - 10px); |
| | | /* 视口高度 */ |
| | | min-height: calc(100% - 10px); |
| | | } |
| | | |
| | | .content-title { |
| | |
| | | align-items: center; |
| | | } |
| | | |
| | | .content-body:nth-child(2){ |
| | | padding-top:58px; |
| | | } |
| | | |
| | | .content-body-item { |
| | | height: 70px; |
| | | width: 50px; |
| | |
| | | display: flex; |
| | | align-items: center; |
| | | } |
| | | |
| | | .content-user:nth-child(2){ |
| | | margin-top:58px; |
| | | } |
| | | .user-pic { |
| | | width: 50px; |
| | | height: 50px; |