From d8737264b137b8f37fc3c902031b17eb2a3acc19 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期三, 25 六月 2025 16:04:54 +0800
Subject: [PATCH] 超期复检
---
DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemTblShow.cs | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemTblShow.cs b/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemTblShow.cs
index c65df2e..1aa1e8e 100644
--- a/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemTblShow.cs
+++ b/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemTblShow.cs
@@ -1,4 +1,5 @@
锘縰sing DevExpress.XtraEditors;
+using Gs.DevApp.ToolBox;
using System;
using System.Collections.Generic;
using System.ComponentModel;
@@ -16,6 +17,18 @@
public Frm_MesItemTblShow()
{
InitializeComponent();
+
+ btnIn.Click += (s, e) =>
+ {
+ string _StringSingle = txt_chkOut.Checked ? "1" : "0";
+ UpdateParent?.Invoke(this, new UpdateParentEventArgs { StringSingle = _StringSingle }); Close();
+ };
}
+
+ /// <summary>
+ /// 閫夋嫨鍚庣殑鍥炶皟浜嬩欢
+ /// </summary>
+ public event EventHandler<UpdateParentEventArgs> UpdateParent;
+
}
}
\ No newline at end of file
--
Gitblit v1.9.3