From 22f37018f11fffbc4a7bd656e1a459b3b02a8980 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期六, 20 九月 2025 10:31:33 +0800
Subject: [PATCH] 设备台账表、设备保养记录表、设备点检记录表的增删改和审核功能

---
 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