|
@@ -2684,7 +2684,7 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
//针对凡己,不校验考勤时长
|
|
|
- if (!this.substitute && this.user.companyId != 3918 && this.user.companyId != 5978 && this.user.companyId != 4281 && this.reportTimeType.type == 1 && this.report.time) {
|
|
|
+ if (!this.substitute && this.user.companyId != 3918 && this.user.companyId != 5978 && this.user.companyId != 4281 && this.user.companyId != 7536 && this.reportTimeType.type == 1 && this.report.time) {
|
|
|
var totalTime = 0;
|
|
|
for (var t = 0; t < this.form.domains.length; t++) {
|
|
|
totalTime += parseFloat(this.form.domains[t].workingTime);
|