|
|
@@ -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);
|