@@ -125,7 +125,7 @@ namespace UAS_MES_NEW.PublicMethod
}
else
{
- if (!(c.Text == "封箱" || c.Text == "封栈板" || c.Text == "封大箱"))
+ if ((c.Text == "封箱" || c.Text == "封栈板" || c.Text == "封大箱"))
if (SystemInf.Caller[c.FindForm().Tag.ToString()]["IFSPECIAL"])
return false;