lu
2025-01-21 66ac4f8184e2b5a386fd60abfce9252f4a79b583
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)
            {