|
|
@ -754,6 +754,8 @@ public class WmsInventoryService extends MybatisBaseService<WmsInventoryMapper, |
|
|
|
goodsTwoVo.setInboundTime(DateUtil.formatDate(wmsInventoryList.get(0).getFirstInDate())); |
|
|
|
goodsTwoVo.setGoodsSkuOwnSpec(wmsInventoryList.get(0).getGoodsSkuOwnSpec()); |
|
|
|
goodsTwoVo.setUnit(wmsInventoryList.get(0).getUnit()); |
|
|
|
goodsTwoVo.setManufacturerName(wmsInventoryList.get(0).getManufacturerName()); |
|
|
|
goodsTwoVo.setGoodsID(wmsInventoryList.get(0).getGoodsID()); |
|
|
|
List<GoodsTwoListVo> list = new ArrayList<>(); |
|
|
|
for (WmsInventory wmsInventory : wmsInventoryList) { |
|
|
|
GoodsTwoListVo goodsTwoListVo = new GoodsTwoListVo(); |
|
|
|