|
@@ -5010,6 +5010,8 @@
|
|
}
|
|
}
|
|
this.jsTime = this.workForm.totalDuration * days;
|
|
this.jsTime = this.workForm.totalDuration * days;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ this.seleChn()
|
|
},
|
|
},
|
|
|
|
|
|
// 是否加班的单机事件
|
|
// 是否加班的单机事件
|
|
@@ -6850,6 +6852,9 @@
|
|
if (this.isSubstitude && this.user.timeType.showCorpwxCardtime) {
|
|
if (this.isSubstitude && this.user.timeType.showCorpwxCardtime) {
|
|
this.workForm.showRefresh = true;
|
|
this.workForm.showRefresh = true;
|
|
}
|
|
}
|
|
|
|
+ if(this.user.timeType.type == 3) {
|
|
|
|
+ this.workForm.totalDuration = this.user.timeType.allday
|
|
|
|
+ }
|
|
if (this.timeBasecostList&&this.timeBasecostList.length>0) {
|
|
if (this.timeBasecostList&&this.timeBasecostList.length>0) {
|
|
this.workForm.domains[0].basecostId = this.timeBasecostList[0].id;
|
|
this.workForm.domains[0].basecostId = this.timeBasecostList[0].id;
|
|
}
|
|
}
|