소스 검색

考勤检测

seyason 1 년 전
부모
커밋
aea7661b9c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      fhKeeper/formulahousekeeper/timesheet_h5/src/views/edit/weekEdit.vue

+ 1 - 1
fhKeeper/formulahousekeeper/timesheet_h5/src/views/edit/weekEdit.vue

@@ -621,7 +621,7 @@
                             if (res.data.askLeaveTime) {
                                 this.kaoqinText += ' | 请假'+res.data.askLeaveTime+'h';
                             }
-                            if((this.user.timeType.showDdCardtime == 1 || this.user.timeType.showCorpwxCardtime == 1) && this.reportTimeType.type == 1){
+                            if((this.user.timeType.showDdCardtime == 1 || this.user.timeType.showCorpwxCardtime == 1)){
                                 this.$set(this.currentForm,'cardtime',res.data.workHours)
                             }
                         }else {