Parcourir la source

修改冻结Key的BUG

callm il y a 5 mois
Parent
commit
80eb686e01
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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();