This commit is contained in:
alex
2023-06-29 16:06:17 +08:00
parent bb9a68e055
commit 5035721c6a

View File

@@ -391,6 +391,10 @@ namespace Tnb.WarehouseMgr
{
osd.line_status = WmsWareHouseConst.BILLSTATUS_COMPLETE_ID;
}
else
{
osd.line_status = WmsWareHouseConst.BILLSTATUS_ON_ID;
}
}
}
await _db.Updateable(curOutstockDetails).ExecuteCommandAsync();