Lijy 17 часов назад
Родитель
Сommit
7e71da4cd4

+ 5 - 0
fhKeeper/formulahousekeeper/timesheet/src/views/workReport/daily.vue

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