|
|
|
@ -64,6 +64,8 @@ public class WmsProductPutServiceImpl implements IWmsProductPutService {
|
|
|
|
|
private WmsSellOutEmbryoMapper wmsSellOutEmbryoMapper;
|
|
|
|
|
@Autowired
|
|
|
|
|
private WmsRuturnPutEmbryoMapper wmsRuturnPutEmbryoMapper;
|
|
|
|
|
@Autowired
|
|
|
|
|
private BaseWarehouseMapper baseWarehouseMapper;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 查询成品生产入库
|
|
|
|
@ -286,9 +288,10 @@ public class WmsProductPutServiceImpl implements IWmsProductPutService {
|
|
|
|
|
Map<String, Object> map = new HashMap<>();
|
|
|
|
|
for (WmsProductPut wmsProductPut3 :
|
|
|
|
|
wmsProductPut2) {
|
|
|
|
|
String lgort = baseWarehouseMapper.selectByCode(wmsProductPut3.getWhCode());
|
|
|
|
|
map.put("AUFNR", wmsProductPut3.getProductOrder());
|
|
|
|
|
map.put("WERKS", wmsProductPut3.getFactoryCode());
|
|
|
|
|
map.put("LGORT", wmsProductPut3.getWhCode());
|
|
|
|
|
map.put("LGORT", lgort);
|
|
|
|
|
map.put("QUANTITY", wmsProductPut3.getPutQuantity());
|
|
|
|
|
map.put("ERFME", wmsProductPut3.getUnitOfMeasure());
|
|
|
|
|
map.put("BATCH", wmsProductPut3.getAttr4());
|
|
|
|
|