lu
2025-02-10 0bae8f3e1d3d34694f300dbfacdfd0f3e5f6b319
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)
            {