Browse Source

权限设置修改

callm 2 weeks ago
parent
commit
e492478365
1 changed files with 1 additions and 1 deletions
  1. 1 1
      UAS_MES_LGDZ/PublicMethod/GlobalEventsHandler.cs

+ 1 - 1
UAS_MES_LGDZ/PublicMethod/GlobalEventsHandler.cs

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