服务端的TigerApi 框架,基于.NET6 2024 版本
YangYuGang
2025-03-26 ec109c23e687420254500e399f7e6842d865cdd3
Tiger.Business.WMS/Transaction/Yada/Count_BIZ_U9_ASN.cs
@@ -418,7 +418,7 @@
                        { 
                            ASNLineKey = q.ID, 
                            TransQty = new() { m_amount1 = q.QTY }, 
                            BinInfoList = new() { new() { Bin = new () { m_code = q.ItemInfo.DEFAULT_WH }, LocationQtySU = q.QTY, LocationQtyTU = q.QTY } },
                            BinInfoList = new() { new() { Bin = new () { m_code = q.ItemInfo.DEFAULT_LOCATION }, LocationQtySU = q.QTY, LocationQtyTU = q.QTY } },
                        }).ToList(),
               }
            };