服务端的TigerApi 框架,基于.NET6 2024 版本
Ben Lin
2025-03-09 b47f3d201af8742375c789e0168c26875e569003
Tiger.Business.WMS/ERP/WMS_U9C.cs
@@ -141,16 +141,9 @@
                    rcvDTO = new()
                    {
                        BusinessDate = DateTime.Now,
                        Supplier = new() { m_code = "C.9999" },
                        Supplier = new() { m_code = input.Supplier },
                        RcvDocType = new() { m_code = "RCV01" },
                        RcvLines= new() {
                        },
                        IsRcvByChangeable =true,
                        IsPriceListChangeable = true,
                        IsConfirmTermChangeable = true,
                        IsPaymentTermChangeable = true,
                        IsLineApprove= true,
                        RcvLines= input.RcvLines,
                    },
                    OtherID = "WMS"
                };