lu
2025-01-08 c77fa816dd42d7cd437301efbfdff93ea56f6c79
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;