添加PDA寄存入库

This commit is contained in:
2023-06-20 13:38:29 +08:00
parent 639bd46bf9
commit f616141df9
4 changed files with 275 additions and 1 deletions

View File

@@ -522,6 +522,7 @@ namespace Tnb.WarehouseMgr
if (setCarryColumnsExp != null)
{
await _db.Updateable<WmsCarryH>().SetColumns(setCarryColumnsExp).Where(it => it.id == input.CarryId).ExecuteCommandAsync();
}
//根据所有库位更新库位的锁定状态为“锁定”