From 199c4494baabf65502af60f3c482e3da9638d9a0 Mon Sep 17 00:00:00 2001
From: lu <123456>
Date: 星期日, 17 八月 2025 18:47:09 +0800
Subject: [PATCH] bug

---
 DevApp/Gs.DevApp/UserControl/SelectDeleteBar.cs |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/DevApp/Gs.DevApp/UserControl/SelectDeleteBar.cs b/DevApp/Gs.DevApp/UserControl/SelectDeleteBar.cs
index 2c46e5b..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)
             {
@@ -51,7 +55,6 @@
                     colT1.Caption = "缁戝畾鎵樻澘鐮�";
                     colT2.Caption = "缁戝畾杩芥函鐮�";
                     break;
-
                 default:
                     colT1.Caption = "鍏ュ簱浜�";
                     colT2.Caption = "鍏ュ簱鏃ユ湡";
@@ -198,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