| | |
| | | locMast.setBarcode(taskWrk.getBarcode()); |
| | | |
| | | } |
| | | toWmsService.addReportLog(taskWrk); |
| | | // toWmsService.addReportLog(taskWrk); |
| | | locMastService.updateById(locMast); |
| | | taskWrk.setCompleteTime(new Date()); |
| | | taskWrk.setStatus(7);//手动完成任务 |
| | | taskWrk.setModiTime(new Date()); |
| | | taskWrkService.updateById(taskWrk); |
| | |
| | | } catch (Exception e) { |
| | | taskWrk.setModiUser(9999L);//操作员 |
| | | } |
| | | toWmsService.addReportLog(taskWrk); |
| | | // toWmsService.addReportLog(taskWrk); |
| | | |
| | | taskWrk.setCompleteTime(now);//完结时间 |
| | | taskWrk.setCancelTime(now);//完结时间 |
| | | taskWrkService.updateById(taskWrk); |
| | | return R.ok(); |
| | | } |