lu
2025-01-17 b5c4e1d7e2b59baf984105c2489274163c97136b
DevApp/Gs.DevApp/UserControl/UcLookSupplier.cs
@@ -55,9 +55,8 @@
                lookSearchSupplier.Properties.DataSource = dt;
                lookSearchSupplier.Properties.DisplayMember = "suppName";
                lookSearchSupplier.Properties.ValueMember = "id";
                //MessageBox.Show(dt.Rows.Count.ToString());
                //SetIdOrCode("143895".ToString().Trim());
                //MessageBox.Show("2");
                lookSearchSupplier.ForceInitialize();
                lookSearchSupplier.Properties.BestFitMode = DevExpress.XtraEditors.Controls.BestFitMode.BestFitResizePopup;
            }
            catch (Exception ex)
            {