From b5dcb53aa7b452d44b4fc19a0c830f86ab9cb5aa Mon Sep 17 00:00:00 2001
From: cdk <2441919651@qq.com>
Date: 星期五, 25 七月 2025 15:19:50 +0800
Subject: [PATCH] Merge branch 'master' of http://git.gs-mes.com:8080/r/~tjx/GsMesClient

---
 DevApp/Gs.DevApp/DevFrm/Rpt/WomShjhShow.cs |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/DevApp/Gs.DevApp/DevFrm/Rpt/WomShjhShow.cs b/DevApp/Gs.DevApp/DevFrm/Rpt/WomShjhShow.cs
index 1dc0853..338d74d 100644
--- a/DevApp/Gs.DevApp/DevFrm/Rpt/WomShjhShow.cs
+++ b/DevApp/Gs.DevApp/DevFrm/Rpt/WomShjhShow.cs
@@ -13,9 +13,17 @@
 {
     public partial class WomShjhShow : DevExpress.XtraEditors.XtraForm
     {
-        public WomShjhShow()
+        string orgId = "";
+        string beginDate = "";
+        string endDate = "";
+        string itemId = "";
+        public WomShjhShow(string _orgId, string _beginDate, string _endDate, string _itemId)
         {
             InitializeComponent();
+            this.orgId = _orgId;
+            this.beginDate = _beginDate;
+            this.endDate = _endDate;
+            this.itemId = _itemId;
         }
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3