修复bug

This commit is contained in:
18942506660
2024-10-31 10:03:29 +08:00
parent 148d8b702a
commit 0e2b6c259e

View File

@@ -173,8 +173,8 @@ namespace WMS.Web.Domain.Services
Type = ProductInventoryType.JushuiTan, Type = ProductInventoryType.JushuiTan,
MaterialNumber = m.MaterialNumber, MaterialNumber = m.MaterialNumber,
Customer = "", Customer = "",
OrgCode = stock.Code, OrgCode = stock.ErpOrgCode,
StockCode = stock.ErpOrgCode, StockCode = stock.Code,
Qty = item.ky_qty, Qty = item.ky_qty,
BeforeQty = item.qty ?? 0 BeforeQty = item.qty ?? 0
}; };