소스 검색

部分时间已有营期

sgw 1 일 전
부모
커밋
4fa325be48
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      src/views/qw/sopUserLogs/sopUserLogsSchedule.vue

+ 5 - 1
src/views/qw/sopUserLogs/sopUserLogsSchedule.vue

@@ -625,7 +625,11 @@ export default {
         date: this.updateTimeData.form.date,
         ids: this.ids,
       }
-      updateLogDate(form).then(e => {
+      updateLogDate(form).then(response => {
+        if (response.data!=null){
+          this.msgInfo("部分时间已有营期:"+response.data);
+        }
+
         this.updateTimeData.open = false;
         this.getList();
       });