From af62767b86c19e8c2510765f8a5bb00b89bc68c8 Mon Sep 17 00:00:00 2001
From: cdk <2441919651@qq.com>
Date: 星期四, 09 十月 2025 16:35:46 +0800
Subject: [PATCH] 成品检验报告修改
---
DevApp/Gs.DevApp/UserControl/UcToolBarMenu.cs | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.cs b/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.cs
index 2de362f..8a055ea 100644
--- a/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.cs
+++ b/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.cs
@@ -202,7 +202,10 @@
MsgHelper.Warning("璇峰厛閫夋嫨浣犺鎿嶄綔鐨勮锛�");
return;
}
- UserControl.ShowLogcs frm = new ShowLogcs(this.guidKey);
+ bool b = false;
+ if (this.Parent.Text == "鎺ㄩ�佹姤琛�")
+ b = true;
+ UserControl.ShowLogcs frm = new ShowLogcs(this.guidKey, b);
frm.ShowDialog();
}
--
Gitblit v1.9.3