Browse Source

修改冻结Key的BUG

callm 1 week ago
parent
commit
80eb686e01
1 changed files with 1 additions and 1 deletions
  1. 1 1
      UAS_MES_YDCY/FunctionCode/Special/Special_FreezeKey.cs

+ 1 - 1
UAS_MES_YDCY/FunctionCode/Special/Special_FreezeKey.cs

@@ -112,7 +112,7 @@ namespace UAS_MES_NEW.Special
                 string ms_paststep = dt.Rows[0]["ms_paststep"].ToString();
                 string ms_checkno = dt.Rows[0]["ms_checkno"].ToString();
 
-                if (ms_checkno == "") { OperateResult.AppendText(">>" + SN.Text + "不存在抽检批次中\n", System.Drawing.Color.Red, SN); return; }
+                //if (ms_checkno == "") { OperateResult.AppendText(">>" + SN.Text + "不存在抽检批次中\n", System.Drawing.Color.Red, SN); return; }
 
                 cr_code.Text = dt.Rows[0]["ms_craftcode"].ToString();
                 string ms_prodcode = dt.Rows[0]["ms_prodcode"].ToString();