From df7d830e97493f17aeea96aa262b2148d38b38d8 Mon Sep 17 00:00:00 2001
From: lu <123456>
Date: 星期四, 11 九月 2025 21:41:46 +0800
Subject: [PATCH] bug

---
 DevApp/Gs.DevApp/DevFrm/Warehouse/SelectShuoTuiSq.cs |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/DevApp/Gs.DevApp/DevFrm/Warehouse/SelectShuoTuiSq.cs b/DevApp/Gs.DevApp/DevFrm/Warehouse/SelectShuoTuiSq.cs
index f3f1c30..6a7cd2a 100644
--- a/DevApp/Gs.DevApp/DevFrm/Warehouse/SelectShuoTuiSq.cs
+++ b/DevApp/Gs.DevApp/DevFrm/Warehouse/SelectShuoTuiSq.cs
@@ -9,7 +9,6 @@
 {
     public partial class SelectShuoTuiSq : DevExpress.XtraEditors.XtraForm
     {
-
         private readonly string _webServiceName = "MesShouTuiManager/";
         private string cusId = "";
         private string inOrgId = "";
@@ -49,12 +48,12 @@
                     foreach (DataRow dr in dt.Rows)
                     {
                         string checkBox = dr["chkInt"].ToString();
-                        string _guid = dr["rkmxGuid"].ToString();
+                        //string _guid = dr["guid"].ToString();
                         if (Gs.DevApp.ToolBox.UtilityHelper.ToCheck(checkBox))
                         {
                             list.Add(new
                             {
-                                rkmxGuid = dr["rkmxGuid"].ToString(),
+                                rkmxGuid = dr["guid"].ToString(),
                                 invBillNo = dr["invBillNo"].ToString(),
                                 itemNo = dr["itemNo"].ToString(),
                                 itemName = dr["itemName"].ToString(),

--
Gitblit v1.9.3