优化
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user