服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2025-03-26 1d61b45846ac2e5cb0a8366365613c44c1319289
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";