From b55079652a50b5e506c2ce77d73c84ec11aef7fc Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期六, 19 四月 2025 12:37:08 +0800
Subject: [PATCH] 生产退库
---
DevApp/Gs.DevApp/DevFrm/QC/MesQcExceptional.cs | 23 ++++++++---------------
1 files changed, 8 insertions(+), 15 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/QC/MesQcExceptional.cs b/DevApp/Gs.DevApp/DevFrm/QC/MesQcExceptional.cs
index 5ac946a..a9c690c 100644
--- a/DevApp/Gs.DevApp/DevFrm/QC/MesQcExceptional.cs
+++ b/DevApp/Gs.DevApp/DevFrm/QC/MesQcExceptional.cs
@@ -15,6 +15,13 @@
{
string _webServiceName = "MesQcExceptionalManager/";
List<FilterEntity> _filterList = new List<FilterEntity>();
+
+ public void Initialize(string param)
+ {
+ // 浣跨敤param杩涜鍒濆鍖栧伐浣�
+ MessageBox.Show(param);
+ }
+
public MesQcExceptional()
{
InitializeComponent();
@@ -252,20 +259,6 @@
};
frm.ShowDialog();
}
-
- public event EventHandler<UpdateParentEventArgs> UpdateParent;
- private void simpleButton1_Click(object sender, EventArgs e)
- {
- if (UpdateParent != null)
- {
- List<string> lst = new List<string>();
- lst.Add("1");
- lst.Add("2");
- UpdateParent?.Invoke(this,
- new UpdateParentEventArgs { StringList = lst });
- }
-
-
- }
+
}
}
\ No newline at end of file
--
Gitblit v1.9.3