Compare commits

..

No commits in common. "1666603fa1dd19bf53ae7c7e94c7705d3621be1d" and "b333d2ba030e27d27701801f7aad21ab9ce60883" have entirely different histories.

2 changed files with 0 additions and 6 deletions

View File

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

View File

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