Sfoglia il codice sorgente

Merge branch 'master' of ssh://10.10.100.21/source/mes-client

Hcsy 8 anni fa
parent
commit
bfc10f6473
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      UAS-MES/FunctionCode/Special/Special_BoxSplit.cs

+ 1 - 1
UAS-MES/FunctionCode/Special/Special_BoxSplit.cs

@@ -36,7 +36,7 @@ namespace UAS_MES.Special
                 List<string> ms_sncode = new List<string>();
                 for (int i = 0; i < dt.Rows.Count; i++)
                 {
-                    ms_sncode.Add(dt.Rows[0]["v_barcode"].ToString());
+                    ms_sncode.Add(dt.Rows[i]["v_barcode"].ToString());
                 }
                 sql.Clear();
                 sql.Append("select distinct ms_outboxcode,ms_makecode from makeserial left join mes_package_view on v_makecode=ms_makecode and  ");