From 940c90694440abeb2906f8dd1f36f6b6478b3490 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期一, 18 十一月 2024 10:38:40 +0800
Subject: [PATCH] 采购入库

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

diff --git a/DevApp/Gs.DevApp/UserControl/UcLookItems.Designer.cs b/DevApp/Gs.DevApp/UserControl/UcLookItems.Designer.cs
index 0d50e11..7d47851 100644
--- a/DevApp/Gs.DevApp/UserControl/UcLookItems.Designer.cs
+++ b/DevApp/Gs.DevApp/UserControl/UcLookItems.Designer.cs
@@ -72,7 +72,7 @@
             this.gridColumn1.FieldName = "id";
             this.gridColumn1.MaxWidth = 80;
             this.gridColumn1.Name = "gridColumn1";
-            this.gridColumn1.UnboundDataType = typeof(long);
+            this.gridColumn1.UnboundDataType = typeof(string);
             this.gridColumn1.Visible = true;
             this.gridColumn1.VisibleIndex = 0;
             this.gridColumn1.Width = 42;
@@ -120,6 +120,7 @@
             this.Controls.Add(this.lookSearchSupplier);
             this.Name = "UcLookItems";
             this.Size = new System.Drawing.Size(266, 33);
+            this.Tag = "no";
             ((System.ComponentModel.ISupportInitialize)(this.lookSearchSupplier.Properties)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).EndInit();
             this.ResumeLayout(false);

--
Gitblit v1.9.3