添加PDA寄存入库
This commit is contained in:
@@ -522,6 +522,7 @@ namespace Tnb.WarehouseMgr
|
||||
if (setCarryColumnsExp != null)
|
||||
{
|
||||
await _db.Updateable<WmsCarryH>().SetColumns(setCarryColumnsExp).Where(it => it.id == input.CarryId).ExecuteCommandAsync();
|
||||
|
||||
}
|
||||
|
||||
//根据所有库位更新库位的锁定状态为“锁定”
|
||||
|
||||
Reference in New Issue
Block a user