服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2025-03-22 04e1b952e93439afa33c07ea900939bef500ccb0
Tiger.Business.WMS/Transaction/In_Default.cs
@@ -190,7 +190,7 @@
                        {
                            var item = CurInvItem.Items.First(q => q.SN == qty.Code);
                            item.QTY = qty.WhQty;
                            item.SUPP_LOTNO = qty.Segment7;
                            item.SUPP_LOTNO = CurInvItem.Barcode.LotNo;
                        }
                        action.Data.Data = CurInvItem.Items.Select(q => new { q.SN, q.QTY });
                        action.Data.Command = Command = "ComfirmQty";