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