Преглед на файлове

部分时间已有营期

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();
       });