lu
2024-12-10 e7139db7bbc37d6057b445459ee67e4ad2a84c8e
DevApp/Gs.DevApp/UserControl/UcLookStaff.cs
@@ -86,7 +86,7 @@
        public void SetIdOrCode(string Code)
        {
            if (Code == "-1")
            if (Code == "-1" || string.IsNullOrEmpty(Code))
            {
                lookSearchSupplier.EditValue = null;
                return;