From d2fbe4ca2d1ed24f0e9fd00f406fe644d1979f76 Mon Sep 17 00:00:00 2001
From: kyy <3283105747@qq.com>
Date: 星期五, 26 九月 2025 10:59:19 +0800
Subject: [PATCH] 设备模具挪移
---
DevApp/Gs.DevApp/UserControl/UcBtnPrint.cs | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/DevApp/Gs.DevApp/UserControl/UcBtnPrint.cs b/DevApp/Gs.DevApp/UserControl/UcBtnPrint.cs
index 7daf4e1..2f42c04 100644
--- a/DevApp/Gs.DevApp/UserControl/UcBtnPrint.cs
+++ b/DevApp/Gs.DevApp/UserControl/UcBtnPrint.cs
@@ -28,7 +28,7 @@
MsgHelper.ShowError("娌℃湁鎸囧畾鎶ヨ〃鍙傛暟锛岃鑱旂郴鎶�鏈紑鍙戜汉鍛橈紒");
return;
}
- #region 濡傛灉鏄鎴风殑
+ #region 濡傛灉鏄鎴风殑鍚庣洊鐮�
if (rptParameter.Contains("rpt_hgm"))
{
var _obj = new
@@ -65,9 +65,7 @@
{ }
}
#endregion
-
_print();
-
};
this.btnAll.Click += (s, e) =>
{
@@ -156,7 +154,8 @@
/// <summary>
///
/// </summary>
- private void _print() {
+ private void _print()
+ {
var _bl = false;
_bl = _ckRptService();
if (_bl)
--
Gitblit v1.9.3