| | |
| | | MatParam matParam = new MatParam(); |
| | | Synchro.Copy(mat, matParam); |
| | | matParam.setBatch(nccQilibcTmprintWms.getVbatchcode()); |
| | | matParam.setAnfme(nccQilibcTmprintWms.getAsnnum() == null ? 0.0D : nccQilibcTmprintWms.getAsnnum().doubleValue()); |
| | | matParam.setAnfme2(nccQilibcTmprintWms.getNastnum() == null ? 0.0D : nccQilibcTmprintWms.getNastnum().doubleValue()); |
| | | // matParam.setAnfme(nccQilibcTmprintWms.getAsnnum() == null ? 0.0D : nccQilibcTmprintWms.getAsnnum().doubleValue()); |
| | | // matParam.setAnfme2(nccQilibcTmprintWms.getNastnum() == null ? 0.0D : nccQilibcTmprintWms.getNastnum().doubleValue()); |
| | | matParam.setAnfme(0.0D); |
| | | matParam.setAnfme2(0.0D); |
| | | matParam.setTiaoma(nccQilibcTmprintWms.getBarcode()); |
| | | return R.ok().add(matParam); |
| | | } |
| | |
| | | return R.ok("出库成功"); |
| | | } |
| | | |
| | | @RequestMapping("/checkOut/submit/auth") |
| | | @ManagerAuth(memo = "盘点上报ERP") |
| | | public R checkOutSubmit(@RequestParam("orderId") Integer orderId) { |
| | | mobileService.checkOutSubmit(orderId, getUserId()); |
| | | return R.ok("上报ERP成功"); |
| | | } |
| | | |
| | | } |