소스 검색

修改批判退数量

章政 8 년 전
부모
커밋
b0a7fc74cc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);