From 8366fcbfed5c66fa1fab4f6dba964a3451c24091 Mon Sep 17 00:00:00 2001
From: 啊鑫 <t2856754968@163.com>
Date: 星期五, 12 九月 2025 16:26:05 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 DevApp/Gs.DevApp/DevFrm/IPQC/Frm_XunJianDetect01Show.cs |   16 ++++------------
 1 files changed, 4 insertions(+), 12 deletions(-)

diff --git a/DevApp/Gs.DevApp/DevFrm/IPQC/Frm_XunJianDetect01Show.cs b/DevApp/Gs.DevApp/DevFrm/IPQC/Frm_XunJianDetect01Show.cs
index 1f4ef45..bf37945 100644
--- a/DevApp/Gs.DevApp/DevFrm/IPQC/Frm_XunJianDetect01Show.cs
+++ b/DevApp/Gs.DevApp/DevFrm/IPQC/Frm_XunJianDetect01Show.cs
@@ -1,27 +1,19 @@
-锘縰sing DevExpress.XtraEditors;
+锘縰sing System;
 using Gs.DevApp.ToolBox;
-using System;
-using System.Collections.Generic;
-using System.ComponentModel;
-using System.Data;
-using System.Drawing;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using System.Windows.Forms;
 
-namespace Gs.DevApp.DevFrm
+namespace Gs.DevApp.DevFrm.IPQC
 {
     public partial class Frm_XunJianDetect01Show : DevExpress.XtraEditors.XtraForm
     {
         public Frm_XunJianDetect01Show()
         {
             InitializeComponent();
+            txt_fBegDate.DateTime = DateTime.Now;
             btnSave.Click += (s, e) =>
             {
                 if (txt_fBegDate.Text.Length <= 0)
                 {
-                    Gs.DevApp.ToolBox.MsgHelper.ShowInformation("鏃ユ湡涓嶈兘涓虹┖锛�");
+                    Gs.DevApp.ToolBox.MsgHelper.ShowError("鏃ユ湡涓嶈兘涓虹┖锛�");
                     txt_fBegDate.Focus();
                     return;
                 }

--
Gitblit v1.9.3