| | |
| | | matParam.setWeight(nccJcQilibcBarcodeflowWms.getNastnum() == null ? 0.0D : nccJcQilibcBarcodeflowWms.getNastnum().doubleValue()); |
| | | matParam.setAnfme2(nccJcQilibcBarcodeflowWms.getNastnum() == null ? 0.0D : nccJcQilibcBarcodeflowWms.getNastnum().doubleValue()); |
| | | matParam.setTiaoma(nccJcQilibcBarcodeflowWms.getVbarcode()); |
| | | matParam.setCstateid(nccJcQilibcBarcodeflowWms.getCstateid()); |
| | | return R.ok().add(matParam); |
| | | |
| | | } |
| | |
| | | matParam.setAnfme2(0.0D); |
| | | matParam.setTiaoma(nccQilibcTmprintWms.getBarcode()); |
| | | matParam.setStandby1(nccQilibcTmprintWms.getCkbm()); |
| | | matParam.setCstateid(nccQilibcTmprintWms.getCstateid()); |
| | | return R.ok().add(matParam); |
| | | } |
| | | |
| | |
| | | matParam.setAnfme(0.0D); |
| | | matParam.setAnfme2(0.0D); |
| | | matParam.setTiaoma(batch); |
| | | matParam.setCstateid(wrkDetlLog.getCstateid()); |
| | | |
| | | String[] split = wrkDetlLog.getOrderNo().split("-"); |
| | | map.put("orderNo", split[0]); |
| | |
| | | List<CombParam.CombMat> combMats = combParam.getCombMats(); |
| | | for (CombParam.CombMat mat : combMats) { |
| | | mat.setStandby1(nccSaleXclGgsybWms.getCkbm()); |
| | | mat.setCstateid(nccSaleXclGgsybWms.getCstateid()); |
| | | } |
| | | |
| | | mobileService.comb(combParam, getUserId()); |