修复bug

This commit is contained in:
18942506660
2024-04-11 15:36:50 +08:00
parent 4cf73d3b47
commit 1dac846aa8

View File

@@ -146,6 +146,7 @@ namespace WMS.Web.Domain.Entitys
public void InStock(string inStockBillNo, InstockType type)
{
this.IsActivate = true;
this.IsDelete = false;
if (type == InstockType.Purchase)
{
this.PurchaseBillNo = inStockBillNo;