Forráskód Böngészése

修改批判退数量

章政 8 éve
szülő
commit
b0a7fc74cc
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      UAS-MES/FunctionCode/OQC/OQC_BatchResultJudge.cs

+ 1 - 1
UAS-MES/FunctionCode/OQC/OQC_BatchResultJudge.cs

@@ -248,7 +248,7 @@ namespace UAS_MES.OQC
         {
             if (ob_status.Text == "检验中")
             {
-                if (ob_maxngacceptqty.Text == "" || ob_maxngacceptqty.Text == "0")
+                if (ob_maxngacceptqty.Text == "")
                 {
                     if (ob_aqlcode.Text == "")
                         OperateResult.AppendText(">>最大不合格允许通过数为空的时候必须填写维护AQL标准\n", Color.Red);