Selaa lähdekoodia

[CODE]: 提示信息

maxianghua 4 vuotta sitten
vanhempi
commit
6756d741d6

+ 2 - 1
src/views/fleet/plans/AddOrUpdate.vue

@@ -1625,7 +1625,8 @@ export default {
               });
             }
           } else {
-            this.msgSuccess("调度安排中有未提交的数据");
+            // this.msgSuccess("调度安排中有未提交的数据");
+            this.msgSuccess("请先提交调度安排的派车信息");
           }
         }
       });

+ 2 - 1
src/views/fleet/scheduling/AddOrUpdate.vue

@@ -1606,7 +1606,8 @@ export default {
               this.showDialog = false;
             });
           } else {
-            this.msgSuccess("调度安排中有未提交的数据");
+            //this.msgSuccess("调度安排中有未提交的数据");
+            this.msgSuccess("请先提交调度安排的派车信息");
           }
         }
       });