Commit 02e46cec authored by 赵啸非's avatar 赵啸非

修改本月统计

parent a8c75631
...@@ -220,13 +220,10 @@ export default { ...@@ -220,13 +220,10 @@ export default {
}, },
/** 导出Excel */ /** 导出Excel */
doExport() { doExport() {
console.log("isExport:",this.isExport==true)
if(this.isExport==true) { if(this.isExport==true) {
console.log("isExport:",this.isExport) console.log("isExport:",this.isExport)
this.$message.info("考勤数据正在导出中,请勿重复点击!") this.$message.info("考勤数据正在导出中,请勿重复点击!")
return false; return false;
}else{
console.log("isExport11:",this.isExport)
} }
this.isExport = true; this.isExport = true;
......
...@@ -202,6 +202,7 @@ export default { ...@@ -202,6 +202,7 @@ export default {
params[value.name] = this.query[value.name]; params[value.name] = this.query[value.name];
} }
} }
if (this.selection.length > 0) { if (this.selection.length > 0) {
params["idList"] = this.selection; params["idList"] = this.selection;
} }
......
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
<select id="getListExt" parameterType="com.mortals.xhx.module.attendance.model.vo.AttendanceSummaryQuery" resultMap="AttendanceStatEntity-Map"> <select id="getListExt" parameterType="com.mortals.xhx.module.attendance.model.vo.AttendanceSummaryQuery" resultMap="AttendanceStatEntity-Map">
SELECT * FROM ( SELECT * FROM (
SELECT SELECT
s.id,
s.staffId, s.staffId,
s.staffName, s.staffName,
s.deptId, s.deptId,
...@@ -70,6 +71,7 @@ ...@@ -70,6 +71,7 @@
<select id="getListCountExt" parameterType="com.mortals.xhx.module.attendance.model.vo.AttendanceSummaryQuery" resultType="int"> <select id="getListCountExt" parameterType="com.mortals.xhx.module.attendance.model.vo.AttendanceSummaryQuery" resultType="int">
SELECT count(1) FROM ( SELECT count(1) FROM (
SELECT SELECT
s.id,
s.staffId, s.staffId,
s.staffName, s.staffName,
s.deptId, s.deptId,
......
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