PDA盘点修改

This commit is contained in:
秦鸿展
2026-03-18 19:32:12 +08:00
parent 2061483171
commit 8b36f8fb5c
4 changed files with 103 additions and 32 deletions
@@ -199,6 +199,10 @@ public class WarehouseDomainService {
});
}
storageSectionLinkagePO.setChildren(storageLocationLinkagePOList);
// 有 storageLocationType 过滤时,库位为空的库区不展示
if (storageLocationType != null && !storageLocationType.isEmpty() && storageLocationLinkagePOList.isEmpty()) {
return;
}
storageSectionLinkagePOList.add(storageSectionLinkagePO);
});
warehouseLinkagePO.setChildren(storageSectionLinkagePOList);