From 4d8b3deb28a4bd7125a1d26f078fe207d4410c5e Mon Sep 17 00:00:00 2001
From: 啊鑫 <t2856754968@163.com>
Date: 星期二, 05 十一月 2024 14:13:06 +0800
Subject: [PATCH] 11

---
 DevApp/Gs.DevApp/UserControl/UcLookItems.cs |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/DevApp/Gs.DevApp/UserControl/UcLookItems.cs b/DevApp/Gs.DevApp/UserControl/UcLookItems.cs
index 4bb2bf3..f201939 100644
--- a/DevApp/Gs.DevApp/UserControl/UcLookItems.cs
+++ b/DevApp/Gs.DevApp/UserControl/UcLookItems.cs
@@ -114,7 +114,9 @@
                 return;
             }
             if (KeyFile == "id")
-                lookSearchSupplier.EditValue = Int64.Parse((Code.ToString().Trim()));
+            {
+                lookSearchSupplier.EditValue =((Code.ToString().Trim()));
+            }
             else
                 lookSearchSupplier.EditValue = ((Code.ToString().Trim()));
         }

--
Gitblit v1.9.3