소스 검색

只维护了范围的切换工单的传入条件

章政 7 년 전
부모
커밋
afda661f3f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      UAS-MES/FunctionCode/Make/Make_TestCollection.cs

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

@@ -208,7 +208,7 @@ namespace UAS_MES.Make
                     }
                     else
                     {
-                        if (oMakeCode == "")
+                        if (oMakeCode == ""||(oMakeCode != "" && oMakeCode != ma_code.Text))
                         {
                             oMakeCode = ma_code.Text;
                         }