再次修改了收货上架

This commit is contained in:
2025-05-24 15:40:13 +08:00
parent b88ad56ec5
commit f31a761f76
5 changed files with 23 additions and 14 deletions

View File

@@ -838,7 +838,7 @@ namespace WMS.Web.Domain.Services
}
//改箱
var changeBox_result = await _boxService.BoxInventorySync(changeBox_inventoryList, isTransaction);
var changeBox_result = await _boxService.BoxInventorySync(changeBox_inventoryList, isTransaction,"0");
if (!changeBox_result.IsSuccess)
return changeBox_result;
@@ -1255,7 +1255,7 @@ namespace WMS.Web.Domain.Services
}
//改箱
var changeBox_result = await _boxService.BoxInventorySync(changeBox_inventoryList, isTransaction);
var changeBox_result = await _boxService.BoxInventorySync(changeBox_inventoryList, isTransaction,"1");
if (!changeBox_result.IsSuccess)
return changeBox_result;
@@ -1464,7 +1464,7 @@ namespace WMS.Web.Domain.Services
}
//改箱
var changeBox_result = await _boxService.BoxInventorySync(changeBox_inventoryList, isTransaction);
var changeBox_result = await _boxService.BoxInventorySync(changeBox_inventoryList, isTransaction, "0");
if (!changeBox_result.IsSuccess)
return changeBox_result;
@@ -1584,7 +1584,7 @@ namespace WMS.Web.Domain.Services
}
//改箱
var changeBox_result = await _boxService.BoxInventorySync(changeBox_inventoryList, isTransaction);
var changeBox_result = await _boxService.BoxInventorySync(changeBox_inventoryList, isTransaction, "0");
if (!changeBox_result.IsSuccess)
return changeBox_result;
@@ -1758,7 +1758,7 @@ namespace WMS.Web.Domain.Services
}
//改箱
var changeBox_result = await _boxService.BoxInventorySync(changeBox_inventoryList, isTransaction);
var changeBox_result = await _boxService.BoxInventorySync(changeBox_inventoryList, isTransaction, "0");
if (!changeBox_result.IsSuccess)
return changeBox_result;
@@ -1923,7 +1923,7 @@ namespace WMS.Web.Domain.Services
}
//改箱
var changeBox_result = await _boxService.BoxInventorySync(changeBox_inventoryList, isTransaction);
var changeBox_result = await _boxService.BoxInventorySync(changeBox_inventoryList, isTransaction, "0");
if (!changeBox_result.IsSuccess)
return changeBox_result;