服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2025-02-25 3767c658e315be5279bea5c1d42b7881c1f45d97
Tiger.Business.WMS/Transaction/PrintSemiProdLabel.cs
@@ -69,7 +69,7 @@
                        itemDesc= item.ItemDescription,
                        sapItemCode= "",
                        WoBatch = item.LotCode,
                        batchQty= item.PackQty,
                        batchQty= item.PackQty.ToDecimal(),
                        qrCode="",
                    };
                    temps.Add(temp);