Compare commits
2 Commits
b333d2ba03
...
1666603fa1
Author | SHA1 | Date | |
---|---|---|---|
1666603fa1 | |||
c6e5531b64 |
@ -5831,6 +5831,8 @@ public class ToSAPServiceImpl {
|
|||||||
//KOSTL 成本中心
|
//KOSTL 成本中心
|
||||||
item.put("KOSTL", costName);
|
item.put("KOSTL", costName);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
itemArray.add(item);
|
itemArray.add(item);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -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);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user