From d4e0269da1cc87d42918cdda6afaa005b6c47a0e Mon Sep 17 00:00:00 2001
From: lg <123456>
Date: 星期三, 19 十一月 2025 13:40:46 +0800
Subject: [PATCH] 按大类维护

---
 DevApp/Gs.DevApp/DevFrm/Rpt/WomShjh.cs |   22 +---------------------
 1 files changed, 1 insertions(+), 21 deletions(-)

diff --git a/DevApp/Gs.DevApp/DevFrm/Rpt/WomShjh.cs b/DevApp/Gs.DevApp/DevFrm/Rpt/WomShjh.cs
index ff06c06..4ffa9c7 100644
--- a/DevApp/Gs.DevApp/DevFrm/Rpt/WomShjh.cs
+++ b/DevApp/Gs.DevApp/DevFrm/Rpt/WomShjh.cs
@@ -1,5 +1,4 @@
-锘縰sing DevExpress.Pdf.Native.BouncyCastle.Asn1.X509;
-using DevExpress.Utils;
+锘縰sing DevExpress.Utils;
 using DevExpress.XtraGrid.Views.Grid.ViewInfo;
 using Gs.DevApp.Entity;
 using Gs.DevApp.ToolBox;
@@ -190,25 +189,6 @@
                         ToolBox.MsgHelper.Warning("鎻愮ず锛�" + ex.Message);
                     }
                 }
-            }
-        }
-
-        private void btnBOMQuery_Click(object sender, EventArgs e)
-        {
-            try
-            {
-                var strJson = UtilityHelper.HttpPost("", _webServiceName + "GetErpBOM","");
-                var _rtn = UtilityHelper.ReturnToDynamic(strJson);
-                if (_rtn.rtnCode > 0)
-                {
-                    MsgHelper.ShowInformation("BOM鏁版嵁鏇存柊鎴愬姛");
-                }
-                else
-                    MsgHelper.ShowError("鎻愮ず锛�" + _rtn.rtnMsg);
-            }
-            catch (Exception ex)
-            {
-                MsgHelper.ShowError("鎻愮ず锛�" + ex.Message);
             }
         }
     }

--
Gitblit v1.9.3