| | |
| | | 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"); |
| | | |
| | | ArrayList<Map<String, Object>> list = new ArrayList<>(); |
| | | list.add(data); |
| | |
| | | |
| | | private Double ncountastnum;//盘点数量 |
| | | |
| | | private String cstateid; |
| | | |
| | | } |