From 7fe9ca3eeeba579e2570fd475ff279bfee4ed398 Mon Sep 17 00:00:00 2001 From: lu <123456> Date: 星期四, 14 八月 2025 17:43:09 +0800 Subject: [PATCH] bug --- DevApp/Gs.DevApp/UserControl/SelectDeleteBar.cs | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/DevApp/Gs.DevApp/UserControl/SelectDeleteBar.cs b/DevApp/Gs.DevApp/UserControl/SelectDeleteBar.cs index a7c0621..894572d 100644 --- a/DevApp/Gs.DevApp/UserControl/SelectDeleteBar.cs +++ b/DevApp/Gs.DevApp/UserControl/SelectDeleteBar.cs @@ -1,4 +1,6 @@ -锘縰sing DevExpress.Utils.DirectXPaint; +锘縰sing DevExpress.Charts.Native; +using DevExpress.Utils.DirectXPaint; +using DevExpress.Utils.Text.Internal; using DevExpress.Utils.VisualEffects; using DevExpress.XtraGrid.Views.Base.ViewInfo; using Gs.DevApp.DevFrm.Rpt; @@ -18,6 +20,7 @@ private readonly string _webServiceName = "VArrivalBarcodeManager/"; private string aboutGuid = ""; private string aboutType = "";//鍚庣洊鐮� + private string qcGuid = "";//fqc guid锛岀敤浜庨噸鎵撶殑鏃跺�� /// <summary> /// @@ -36,6 +39,7 @@ this.colChkInt.OptionsFilter.AllowInHeaderSearch = DevExpress.Utils.DefaultBoolean.False; this.aboutGuid = _aboutGuid; this.aboutType = _aboutType; + this.qcGuid = _qcGuid; this.Text = "鎵归噺鎿嶄綔銆�" + this.aboutType + "銆�,銆�" + this.aboutGuid + "銆�"; switch (aboutType) { @@ -197,12 +201,12 @@ keyWhere = "", aboutGuid = this.aboutGuid, aboutType = this.aboutType, + qcGuid=this.qcGuid, }; var json = JsonConvert.SerializeObject(_obj); try { - var strReturn = UtilityHelper.HttpPost("", - _webServiceName + "SelectBarcode", json); + var strReturn = UtilityHelper.HttpPost("",_webServiceName + "SelectBarcode", json); var dd = UtilityHelper.ReturnToTablePage(strReturn); var dt = dd.rtnData.list; gcMain.BindingContext = new BindingContext(); -- Gitblit v1.9.3