Compare commits

...

2 Commits

2 changed files with 6 additions and 0 deletions

View File

@ -5831,6 +5831,8 @@ public class ToSAPServiceImpl {
//KOSTL 成本中心 //KOSTL 成本中心
item.put("KOSTL", costName); item.put("KOSTL", costName);
itemArray.add(item); itemArray.add(item);
} }

View File

@ -2695,6 +2695,10 @@ public class InvoiceServiceImpl implements InvoiceService {
item.put("MENGE", mm.get("MATERIALQUANTITY")); item.put("MENGE", mm.get("MATERIALQUANTITY"));
//MENGE 单位 //MENGE 单位
item.put("MEINS", mm.get("UNIT")); item.put("MEINS", mm.get("UNIT"));
//ZLLITEM 自定义领料单行号
item.put("ZLLORDER", mm.get("SHIPREQUESTNAME"));
//行项
item.put("ZLLITEM", mm.get("SHIPREQUESTDETAILNAME"));
itemArray.add(item); itemArray.add(item);