This commit is contained in:
alex
2023-06-29 16:08:57 +08:00
parent 5035721c6a
commit 1daf25d87b

View File

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