Browse Source

上料提示BUG

章政 8 năm trước cách đây
mục cha
commit
90a174320f
1 tập tin đã thay đổi với 3 bổ sung2 xóa
  1. 3 2
      UAS-MES/FunctionCode/Make/Make_FeedingCollection.cs

+ 3 - 2
UAS-MES/FunctionCode/Make/Make_FeedingCollection.cs

@@ -329,9 +329,10 @@ namespace UAS_MES.Make
                 string fsoncode = dt1.Rows[i]["sp_fsoncode"].ToString();
                 string soncode = dt1.Rows[i]["sp_soncode"].ToString();
                 if (fsoncode == soncode)
-                    RemainList[i] = fsoncode + "或" + soncode;
-                else
                     RemainList[i] = fsoncode;
+                else
+                    RemainList[i] = fsoncode + "或" + soncode;
+                
             }
             if (dt1.Rows.Count > 0)
             {