Merge pull request 'demand: OMS-对货管理-进仓对货-子进仓单点击进仓确认,修改子进仓单确认状态为已确认,主进仓单确认状态为部分确认' (#3) from develop into master

Reviewed-on: http://git.xdadan.loc/tanex/emis-api-service/pulls/3
This commit is contained in:
heyu 2025-12-10 16:03:28 +08:00
commit c5d4178336

View File

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