lu
2025-02-17 d037b658c491f634cbefeb0e11fa5a0564baaf71
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)
            {