This commit is contained in:
tongfei
2024-03-12 10:53:05 +08:00
parent 6c6c0e7472
commit 28cdb9e9b1
4 changed files with 243 additions and 59 deletions

View File

@@ -1140,8 +1140,8 @@ namespace WMS.Web.Domain.Services
var isAllNoInventory = update_entity.Details.All(x => x.Qty == 0);
if (isAllNoInventory)
{
//给改箱服务用按箱的话就要把明细里的数量修改为0
changeBox_inventoryList.Add(GenerateBoxInventory(update_entity.Clone()));
//给改箱服务用按箱的话就要把明细里的数量修改为0;备注当数量为0后就不要改箱了
//changeBox_inventoryList.Add(GenerateBoxInventory(update_entity.Clone()));
delete_ids.Add(update_entity.Id);
}