From 7852ccae5aeaeb365e8aa95bd2967c1ce18a1f6c Mon Sep 17 00:00:00 2001
From: suerwei <18810552194@163.com>
Date: 星期二, 28 五月 2024 18:00:06 +0800
Subject: [PATCH] 修改柱子颜色

---
 javaweb-plus/javaweb-cms/src/main/resources/templates/geo/TubLog/edit.html |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/TubLog/edit.html b/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/TubLog/edit.html
index 6100e45..d94ea29 100644
--- a/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/TubLog/edit.html
+++ b/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/TubLog/edit.html
@@ -96,11 +96,6 @@
                 $.modal.alertWarning("鍑哄叆搴撴椂闂达紝璇烽�夋嫨涓�鏉¤褰�");
                 return;
             }
-            if (!$.common.isEmpty(inboundDateValue) && !$.common.isEmpty(outboundDateValue)) {
-                $.modal.alertWarning("鍑哄叆搴撴椂闂达紝璇烽�夋嫨涓�鏉¤褰�");
-                return;
-            }
-
             if ($.validate.form()) {
                 $.operate.save(prefix + "/edit", $('#form-TubLog-edit').serialize());
             }

--
Gitblit v1.9.1