From b5834262308402ea928355987b34d1a9a0011374 Mon Sep 17 00:00:00 2001 From: lu <123456> Date: 星期一, 08 九月 2025 23:43:13 +0800 Subject: [PATCH] bug --- DevApp/Gs.DevApp/DevFrm/Warehouse/SelectShuoTuiSq.cs | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Warehouse/SelectShuoTuiSq.cs b/DevApp/Gs.DevApp/DevFrm/Warehouse/SelectShuoTuiSq.cs index c293210..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 = ""; @@ -41,7 +40,7 @@ getPageList(1); btnIn.Click += (s, e) => { - var list = new List<dynamic>(); + var list = new List<dynamic>(); gridView1.PostEditor(); gridView1.UpdateCurrentRow(); DataTable dt = this.gcMain.DataSource as DataTable; @@ -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