From 39e49e75c30f0aeacf6a37a3f2ea1e43ee147e6e Mon Sep 17 00:00:00 2001
From: cdk <2441919651@qq.com>
Date: 星期六, 15 十一月 2025 17:18:31 +0800
Subject: [PATCH] iqc,fqc,查询工单追溯码增加导出功能
---
DevApp/Gs.DevApp/DevFrm/Rpt/WomShjh.cs | 22 +++++++++++++++++++++-
1 files changed, 21 insertions(+), 1 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/Rpt/WomShjh.cs b/DevApp/Gs.DevApp/DevFrm/Rpt/WomShjh.cs
index 4ffa9c7..ff06c06 100644
--- a/DevApp/Gs.DevApp/DevFrm/Rpt/WomShjh.cs
+++ b/DevApp/Gs.DevApp/DevFrm/Rpt/WomShjh.cs
@@ -1,4 +1,5 @@
-锘縰sing DevExpress.Utils;
+锘縰sing DevExpress.Pdf.Native.BouncyCastle.Asn1.X509;
+using DevExpress.Utils;
using DevExpress.XtraGrid.Views.Grid.ViewInfo;
using Gs.DevApp.Entity;
using Gs.DevApp.ToolBox;
@@ -191,5 +192,24 @@
}
}
}
+
+ 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);
+ }
+ }
}
}
\ No newline at end of file
--
Gitblit v1.9.3