啊鑫
2024-08-22 2cad690178b5373db94075f9355a390a7eba6a44
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