From d837271cee6e69864898963cc0c3bd694b732d9f Mon Sep 17 00:00:00 2001
From: C3031 <shitiangui@lanpucloud.cn>
Date: 星期一, 05 一月 2026 12:30:13 +0800
Subject: [PATCH] 新增了历史数据查询界面优化了了历史数据查询界面操作逻辑Merge branch 'master' of http://lanpucloud.cn:1111/r/~zhengyabo/LB_TyreAppearanceInspectionSoftware
---
LB_SmartVision/Forms/Pages/ProcessPage/ProcessInputsSelectForm.cs | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/LB_SmartVision/Forms/Pages/ProcessPage/ProcessInputsSelectForm.cs b/LB_SmartVision/Forms/Pages/ProcessPage/ProcessInputsSelectForm.cs
index f9496c3..108bead 100644
--- a/LB_SmartVision/Forms/Pages/ProcessPage/ProcessInputsSelectForm.cs
+++ b/LB_SmartVision/Forms/Pages/ProcessPage/ProcessInputsSelectForm.cs
@@ -18,6 +18,8 @@
ProcessRunBll ProcessRunBll { get; set; }
+ public string ProcessName = string.Empty;
+
public ProcessInputsSelectForm()
{
InitializeComponent();
@@ -76,7 +78,7 @@
if (res == DialogResult.Yes) //淇濆瓨
{
- string ProcessName = this.Text;
+ string ProcessName = this.ProcessName;
List<Tuple<string, string>> tupleInputAndOutput = new List<Tuple<string, string>>();
foreach (var control in listProcessInputsEditControl)
{
--
Gitblit v1.9.3