lu
2025-02-14 95dd27dfdf681fd55367df49cc01c34fff1eba1e
DevApp/Gs.DevApp/UserControl/UcLookDaa.cs
@@ -54,6 +54,8 @@
                lookSearchSupplier.Properties.DataSource = dt;
                lookSearchSupplier.Properties.DisplayMember = "daa001";
                lookSearchSupplier.Properties.ValueMember = "guid";
                lookSearchSupplier.ForceInitialize();
                lookSearchSupplier.Properties.BestFitMode = DevExpress.XtraEditors.Controls.BestFitMode.BestFitResizePopup;
            }
            catch (Exception ex)
            {