修复bug
This commit is contained in:
@@ -173,8 +173,8 @@ namespace WMS.Web.Domain.Services
|
||||
Type = ProductInventoryType.JushuiTan,
|
||||
MaterialNumber = m.MaterialNumber,
|
||||
Customer = "",
|
||||
OrgCode = stock.Code,
|
||||
StockCode = stock.ErpOrgCode,
|
||||
OrgCode = stock.ErpOrgCode,
|
||||
StockCode = stock.Code,
|
||||
Qty = item.ky_qty,
|
||||
BeforeQty = item.qty ?? 0
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user