1
lu
2024-11-13 13e0b579eb4ad6151e2f27b822837be81d3f6143
DevApp/Gs.DevApp/UserControl/UcLookItems.cs
@@ -24,7 +24,7 @@
                LookSearchSupplier_EditValueChanged;
        }
        public bool IsReadly { get; set; }
        private string _KeyFile = "";
        public string KeyFile
        {
@@ -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()));
        }