修复bug
This commit is contained in:
@@ -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
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user