diff --git a/src/views/active/activity.vue b/src/views/active/activity.vue index a2c97c2..79018b5 100644 --- a/src/views/active/activity.vue +++ b/src/views/active/activity.vue @@ -819,11 +819,13 @@ that.$message.error('请选择活动场次时间'); return false; } - let checktime = that.compareDate(k.start_time, k.end_plan); - if (!checktime) { - that.$message.error('截止时间不能晚于开始时间'); - return false; - } + + // let checktime = that.compareDate(k.start_time, k.end_plan); + // if (!checktime) { + // that.$message.error('截止时间不能晚于开始时间'); + // return false; + // } + upTotal += parseInt(k.total) } that.form.total = upTotal diff --git a/src/views/exhibit/component/addExhibit.vue b/src/views/exhibit/component/addExhibit.vue index c8bda49..af257ba 100644 --- a/src/views/exhibit/component/addExhibit.vue +++ b/src/views/exhibit/component/addExhibit.vue @@ -79,7 +79,7 @@ 开始时间:
-
@@ -91,7 +91,7 @@ 结束时间:
-
@@ -107,7 +107,16 @@ - +