lu
2024-12-19 1210460a95ba58f219d38e545dcaf9e21383d18f
DevApp/Gs.DevApp/UserControl/UcLookDepartment.cs
@@ -90,6 +90,7 @@
                lookSearchSupplier.EditValue = null;
                return;
            }
            if(!string.IsNullOrEmpty(Code))
            lookSearchSupplier.EditValue = Int64.Parse(((Code.ToString().Trim())));
        }