From f93e575bbf5e02e27482b7fad2e82cc8046f3932 Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Wed, 30 Aug 2023 15:33:28 +0800 Subject: [PATCH] up --- src/views/active/activity.vue | 12 +++-- src/views/exhibit/component/addExhibit.vue | 27 +++++++--- src/views/exhibit/index.vue | 60 +++++++++++++--------- src/views/order/parkorder.vue | 4 +- src/views/relic/component/addRelic.vue | 4 +- src/views/relic/index.vue | 27 +++++++--- src/views/resource/addressinfo.vue | 6 +-- 7 files changed, 91 insertions(+), 49 deletions(-) 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 @@ - +