Min před 1 rokem
rodič
revize
fa197a68ef

+ 7 - 7
fhKeeper/formulahousekeeper/timesheet-workshop/src/views/plan/planComponent.vue

@@ -694,13 +694,13 @@ export default {
               return
           }
       }
-      if(this.todayPlanForm.endDate<this.todayPlanForm.startDate){
-        this.$message({
-                  message:"完工日期不能小于开工日期",
-                  type: "error",
-              });
-              return
-      }
+      // if(this.todayPlanForm.endDate<this.todayPlanForm.startDate){
+      //   this.$message({
+      //             message:"完工日期不能小于开工日期",
+      //             type: "error",
+      //         });
+      //         return
+      // }
       this.$refs[formName].validate((valid) => {
         if (valid) {
           console.log(this.todayPlanForm, "传给后端的值");