cdk
2025-11-15 39e49e75c30f0aeacf6a37a3f2ea1e43ee147e6e
DevApp/Gs.DevApp/DevFrm/Rpt/WomShjh.cs
@@ -1,4 +1,5 @@
using DevExpress.Utils;
using 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);
            }
        }
    }
}