caosy 6 years ago
parent
commit
471d2d385d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      UAS-MES/FunctionCode/Make/Make_PackageCollection.cs

+ 1 - 1
UAS-MES/FunctionCode/Make/Make_PackageCollection.cs

@@ -218,7 +218,7 @@ namespace UAS_MES.Make
                         //{
                         //    OperateResult.AppendText(sn_code.Text+ "处于故障品完工装箱限制状态,不允许采集装箱\n", Color.Red);
                         //    return;
-                        }
+                        //}
                         string nextstepcode = dh.getFieldDataByCondition("makeserial", "ms_nextstepcode", "ms_id='" + oMsID + "'").ToString();
                         if (nextstepcode != "" && nextstepcode != User.CurrentStepCode)
                         {