MES.Service/service/Warehouse/OrganizeService.cs
@@ -109,7 +109,14 @@ return null; } cBarcode2 = "9" + serial.Substring(1); if (string.IsNullOrEmpty(serial)) { cBarcode2 = "9"; } else { cBarcode2 = "9" + serial[1..]; } itemBarcode = query.ItemNo + cIndate + cBarcode2; } else