demand: OMS-对货管理-进仓对货-子进仓单点击进仓确认,修改子进仓单确认状态为已确认,主进仓单确认状态为部分确认

This commit is contained in:
aike 2025-12-10 09:37:28 +08:00
parent 79effb0e60
commit d26f4bba15

View File

@ -195,6 +195,8 @@ public class WarehouseInController extends BaseController
try { try {
// 部分确认 // 部分确认
if(!StringUtils.isEmpty(emisWarehouseInBatch.getSerialNo())) { if(!StringUtils.isEmpty(emisWarehouseInBatch.getSerialNo())) {
emisWarehouseInBatchService.cusConfirmAllWsInByOms(emisWarehouseInBatch);
emisWarehouseInBatch.setConfirmStatus("1");
return toAjax(emisWarehouseInBatchService.cusConfirmBatchWsInByOms(emisWarehouseInBatch)); return toAjax(emisWarehouseInBatchService.cusConfirmBatchWsInByOms(emisWarehouseInBatch));
} }
// 全部确认 // 全部确认