|
|
|
@ -507,7 +507,7 @@ public class OdsProcureOutOrderServiceImpl implements IOdsProcureOutOrderService
|
|
|
|
|
paramMap.put("LGORT",lgort );//库存地点
|
|
|
|
|
paramMap.put("MATNR", order.getMaterialCode());//物料号
|
|
|
|
|
paramMap.put("QUANTITY", order.getPlanNumber());//数量
|
|
|
|
|
paramMap.put("MEINS", order.getUnit());//条目单位
|
|
|
|
|
paramMap.put("MEINS", "ST");//条目单位
|
|
|
|
|
paramMap.put("BATCH", order.getUserDefined1());//批号
|
|
|
|
|
paramMap.put("PROD_DATE", order.getPlanDate());//生产日期
|
|
|
|
|
paramMap.put("EXPIRYDATE", order.getUserDefined5());//货架寿命到期日
|
|
|
|
@ -567,7 +567,7 @@ public class OdsProcureOutOrderServiceImpl implements IOdsProcureOutOrderService
|
|
|
|
|
paramMap.put("LGORT",lgort );//库存地点
|
|
|
|
|
paramMap.put("MATNR", order.getMaterialCode());//
|
|
|
|
|
paramMap.put("QUANTITY", order.getPlanNumber());//
|
|
|
|
|
paramMap.put("MEINS", order.getUnit());//
|
|
|
|
|
paramMap.put("MEINS", "ST");//
|
|
|
|
|
paramMap.put("BATCH", order.getUserDefined1());//
|
|
|
|
|
paramMap.put("PROD_DATE", order.getPlanDate());//生产日期
|
|
|
|
|
paramMap.put("EXPIRYDATE", order.getUserDefined5());//货架寿命到期日
|
|
|
|
|