优化该箱

This commit is contained in:
tongfei
2024-03-06 11:16:26 +08:00
parent 008640be06
commit 02acd059dd
4 changed files with 181 additions and 48 deletions

View File

@@ -552,10 +552,10 @@ namespace WMS.Web.Domain.Services
// ganenrateChangeBoxs.Add(changeBox_tag);
//}
//改箱保存操作
var changeBoxSave_Result = await _changeMoveBoxService.ChangeBox_InStock(entity, loginInfo, isTransaction);
if (!changeBoxSave_Result.IsSuccess)
return changeBoxSave_Result;
////改箱保存操作--弃用
//var changeBoxSave_Result = await _changeMoveBoxService.ChangeBox_InStock(entity, loginInfo, isTransaction);
//if (!changeBoxSave_Result.IsSuccess)
// return changeBoxSave_Result;
}
//6.1序列号跟踪流程添加;备注:和上面的改箱操作后会记录序列号轨迹不冲突;