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

修改本月统计

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