|
|
@@ -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 ");
|