再次修改了收货上架
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user