lu
2025-04-01 a44e14cc44c5beea13cfa0accd2237c3a8a07202
DevApp/Gs.DevApp/DevFrm/Work/Frm_Work01.cs
@@ -25,6 +25,7 @@
            this.fBc = _fBc;
            txt_gx.Text = fGx;
            txt_bc.Text = fBc;
            txt_barCode.Focus();
            txt_barCode.KeyDown += (s, e) =>
            {
                if (e.KeyCode == Keys.Enter) { getModel("", ""); };