lu
2025-04-25 91a3be4ec1a61bbeb2271efd51fb23e6bfcf5184
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) =>
@@ -117,7 +117,7 @@
                    if (!string.IsNullOrEmpty(_msg))
                    {
                        Toast vm = new Toast( (goodTag== "√" ? 1:-1), _msg);
                        Toast vm = new Toast((goodTag == "√" ? 1 : -1), _msg);
                        vm.Show();
                    };
                }