From 10a8665dd780036fdbba24659b8aff19f509735c Mon Sep 17 00:00:00 2001 From: wxr <wxr@hdlchina.com.cn> Date: 星期三, 09 十月 2024 13:55:28 +0800 Subject: [PATCH] 自动化 --- HDL_ON/UI/UI2/3-Intelligence/Automation/TimeTpye.cs | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/HDL_ON/UI/UI2/3-Intelligence/Automation/TimeTpye.cs b/HDL_ON/UI/UI2/3-Intelligence/Automation/TimeTpye.cs index a7845f1..9147b14 100644 --- a/HDL_ON/UI/UI2/3-Intelligence/Automation/TimeTpye.cs +++ b/HDL_ON/UI/UI2/3-Intelligence/Automation/TimeTpye.cs @@ -250,12 +250,12 @@ new LogicView.TipPopView().TipBox(StringId.tip, StringId.unlikeTime); return; } - if (int.Parse(btnStartTimeText.Tag.ToString()) > int.Parse(btnEndTimeText.Tag.ToString())) - { - //鎻愮ず锛氬紑濮嬫椂闂翠笉鑳藉ぇ浜庣粨鏉熸椂闂淬�� - new LogicView.TipPopView().TipBox(StringId.tip, StringId.startTimeLessThanEndTime); - return; - } + //if (int.Parse(btnStartTimeText.Tag.ToString()) > int.Parse(btnEndTimeText.Tag.ToString())) + //{ + // //鎻愮ず锛氬紑濮嬫椂闂翠笉鑳藉ぇ浜庣粨鏉熸椂闂淬�� + // new LogicView.TipPopView().TipBox(StringId.tip, StringId.startTimeLessThanEndTime); + // return; + //} Input inputTime = new Input(); inputTime.sid = LogicMethod.Current.NewSid(); -- Gitblit v1.8.0