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()))); }