lu
2024-12-05 c58f2d6dfc34e40a20ed960b0da61924d680b25f
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();