lu
2024-11-13 01082fa59f2aeb322a8a4c0d16bb50c334609dd6
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()));
        }