lu
2024-12-03 b94097020bf79e3d5f046ac4fbd3c05efcda30b3
DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_InitialBarcode.cs
@@ -42,7 +42,6 @@
                e.Graphics.DrawString(str, f, Brushes.Gray, r);
            };
            //设置供应商选择
            this.txt_suppNo_1.KeyFile = "id";
            this.txt_suppNo_1.EditChanged += (s, e) =>
            {
                txt_suppId.Text = this.txt_suppNo_1.GetId();