lu
2025-04-18 fbc8b8a3017797ca625669a1b57e5e8fee8c17c0
DevApp/Gs.DevApp/DevFrm/Work/Frm_Work01.cs
@@ -18,9 +18,9 @@
        public Frm_Work01(string _fGx, string _fBc)
        {
            InitializeComponent();
            this.Text = "工序采集 - " + _fGx + " - " + fBc;
            this.fGx = _fGx;
            this.fBc = _fBc;
            this.Text = "工序采集 - " + fGx + " - " + fBc;
            txt_gx.Text = fGx;
            txt_bc.Text = fBc;
            txt_barCode.KeyDown += (s, e) =>