Commit cfc05155 authored by 姬鋆屾's avatar 姬鋆屾

提交绩效汇总添加导出功能

parent f9670b39
...@@ -392,7 +392,6 @@ export default { ...@@ -392,7 +392,6 @@ export default {
let obj = { let obj = {
show: true, show: true,
label: item + "(" + getMyDay(new Date(item)) + ")", label: item + "(" + getMyDay(new Date(item)) + ")",
prop: "attendanceStaffStatEntities",
width: 100, width: 100,
formatter: (row) => { formatter: (row) => {
if ( if (
......
...@@ -80,9 +80,7 @@ ...@@ -80,9 +80,7 @@
<div class="dialog_box" v-else style="margin-top: 20px;"> <div class="dialog_box" v-else style="margin-top: 20px;">
<el-form ref="form" :model="form" :rules="rules" label-width="120px"> <el-form ref="form" :model="form" :rules="rules" label-width="120px">
<el-row v-if="form.label == '备注1'"> <el-row v-if="form.label == '备注1'">
<el-col :span="2" style="width: 5.3333%;"> <el-col :span="2" style="width: 5.3333%;"> <div>备注:</div></el-col>
<div style="text-align: right;">备注:</div></el-col
>
<el-col :span="22"> <el-col :span="22">
<span> <span>
<el-input <el-input
......
...@@ -113,6 +113,9 @@ export default { ...@@ -113,6 +113,9 @@ export default {
methods: { methods: {
countDown() { countDown() {
if (this.percent == 95) { if (this.percent == 95) {
if (this.selection.length > 0) {
this.query["idList"] = this.selection;
}
this.$download( this.$download(
"/staff/perform/summary/exportExcel", "/staff/perform/summary/exportExcel",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment