Commit 5f2287fd authored by 刘学辉's avatar 刘学辉

品质异常单调整

parent 17e5d958
...@@ -108,7 +108,7 @@ public class SapMaterialApplicationImpl implements SapMaterialApplication { ...@@ -108,7 +108,7 @@ public class SapMaterialApplicationImpl implements SapMaterialApplication {
newMap.put("PSMNG", mapItem.get("PSMNG")); //生产数量 newMap.put("PSMNG", mapItem.get("PSMNG")); //生产数量
newMap.put("LFDAT", mapItem.get("LFDAT")); //出货日期 newMap.put("LFDAT", mapItem.get("LFDAT")); //出货日期
newMap.put("MEINS", mapItem.get("MEINS")); //单位 newMap.put("MEINS", mapItem.get("MEINS_O")); //单位
// KPEIN //定价单位 // KPEIN //定价单位
newMap.put("KWERT", mapItem.get("KWERT")); // //折前总金额 newMap.put("KWERT", mapItem.get("KWERT")); // //折前总金额
newMap.put("KOEIN", mapItem.get("KOEIN")); // 币别 newMap.put("KOEIN", mapItem.get("KOEIN")); // 币别
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment