Browse Source

可以不用全部输入设备编号

callm 1 week ago
parent
commit
b946d5afc9
1 changed files with 5 additions and 5 deletions
  1. 5 5
      UAS_MES_BG/FunctionCode/Make/Make_TestCollection.cs

+ 5 - 5
UAS_MES_BG/FunctionCode/Make/Make_TestCollection.cs

@@ -251,11 +251,11 @@ namespace UAS_MES_NEW.Make
                                 return;
                             }
                             string[] dev = device.Text.Split(',');
-                            if (dev.Length != devicerow)
-                            {
-                                OperateResult.AppendText("治具编号数量少于维护数量\n");
-                                return;
-                            }
+                            //if (dev.Length != devicerow)
+                            //{
+                            //    OperateResult.AppendText("治具编号数量少于维护数量\n");
+                            //    return;
+                            //}
                             int checkcount = 0;
                             for (int i = 0; i < dev.Length; i++)
                             {