| | |
| | | invCountBodyVO.setCmaterialoid(inventoryCheckOrderDetl.getMatnr()); |
| | | invCountBodyVO.setVbatchcode(inventoryCheckOrderDetl.getBatch()); |
| | | invCountBodyVO.setNcountastnum(inventoryCheckOrderDetl.getCheckAnfme()); |
| | | invCountBodyVO.setCstateid("1001A1100000000H0KJN"); |
| | | invCountBodyVOList.add(invCountBodyVO); |
| | | } |
| | | |
| | |
| | | |
| | | data.put("InvCountHeaderVO", invCountHeaderVO); |
| | | data.put("InvCountBodyVO", invCountBodyVOList); |
| | | data.put("paper", 2); |
| | | data.put("splr", 1); |
| | | data.put("paper", "1"); |
| | | data.put("splr", "0"); |
| | | |
| | | // HashMap<String, Object> urlParam = new HashMap<>(); |
| | | // urlParam.put("paper", 2); |
| | | // urlParam.put("splr", 1); |
| | | // |
| | | // ArrayList<Map<String, Object>> list = new ArrayList<>(); |
| | | // list.add(urlParam); |
| | | // list.add(data); |
| | | return data; |
| | | ArrayList<Map<String, Object>> list = new ArrayList<>(); |
| | | list.add(data); |
| | | return list; |
| | | } |
| | | |
| | | private Object processZKRK(List<OrderDetl> orderDetls) { |