Compare commits
No commits in common. "1666603fa1dd19bf53ae7c7e94c7705d3621be1d" and "b333d2ba030e27d27701801f7aad21ab9ce60883" have entirely different histories.
1666603fa1
...
b333d2ba03
@ -5831,8 +5831,6 @@ public class ToSAPServiceImpl {
|
|||||||
//KOSTL 成本中心
|
//KOSTL 成本中心
|
||||||
item.put("KOSTL", costName);
|
item.put("KOSTL", costName);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
itemArray.add(item);
|
itemArray.add(item);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -2695,10 +2695,6 @@ 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);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user