소스 검색

相同客户码和原厂码可以重复

callm 1 주 전
부모
커밋
79e32aa3ef
1개의 변경된 파일5개의 추가작업 그리고 2개의 파일을 삭제
  1. 5 2
      UAS_MES_YDCY/FunctionCode/Make/Make_FeedingCollectionBadOnlyNEW.cs

+ 5 - 2
UAS_MES_YDCY/FunctionCode/Make/Make_FeedingCollectionBadOnlyNEW.cs

@@ -198,8 +198,11 @@ namespace UAS_MES_NEW.Make
                                             }
                                         }
                                     }
-                                    OperateResult.AppendText(">>条码" + code.Text + "已经上料\n", Color.Red, code);
-                                    return;
+                                    if (!custcheck)
+                                    {
+                                        OperateResult.AppendText(">>条码" + code.Text + "已经上料\n", Color.Red, code);
+                                        return;
+                                    }
                                 }
                                 if (sp_checkbarcode != "")
                                 {