PDA盘点修改
This commit is contained in:
+4
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user