| | |
| | | public boolean reportTkrk(WaitPakin waitPakin) { |
| | | String matnr = waitPakin.getMatnr(); |
| | | String batch = waitPakin.getBatch(); |
| | | String orderNo = waitPakin.getOrderNo(); |
| | | String orderNo = waitPakin.getTkFlag(); |
| | | Double anfme = waitPakin.getAnfme(); |
| | | |
| | | Object process1 = null; |
| | |
| | | invCountBodyVO.setVbatchcode(batch); |
| | | invCountBodyVO.setNcountnum(checkOrderDetl.getCheckAnfme()); |
| | | invCountBodyVO.setNcountastnum(checkOrderDetl.getWeight()); |
| | | invCountBodyVO.setCstateid(nccScPcdaWms.getPkStorestate()); |
| | | invCountBodyVO.setCstateid(checkOrderDetl.getCstateid()); |
| | | invCountBodyVO.setPk_batchcode(nccScPcdaWms.getPkBatchcode()); |
| | | invCountBodyVOList.add(invCountBodyVO); |
| | | } |