@@ -46,6 +46,7 @@
this.button1.TabIndex = 0;
this.button1.Text = "取消";
this.button1.UseVisualStyleBackColor = true;
+ this.button1.Visible = false;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// ProductBarcode
@@ -3425,6 +3425,10 @@ namespace MainForm
AddMessage(LogType.Info, $"扫码校验通过,载具码:{strCarrierBarcode};产品码:{sn};产品码:{sn}");
OpenDailogFalg = false;//关闭扫码
}
+ else {
+ ProgressState = false;
+ return;
+ }