瀏覽代碼

提交代码

Lijy 22 小時之前
父節點
當前提交
7e71da4cd4
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      fhKeeper/formulahousekeeper/timesheet/src/views/workReport/daily.vue

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

@@ -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;
                     }        
                     }