| | |
| | | NotifyMsgType notifyMsgType = null; |
| | | if (taskWrk.getStatus().equals(TaskStatusType.OVER.id) || taskWrk.getStatus().equals(TaskStatusType.MANUAL_OVER.id)) {//完成 |
| | | headParam.put("status", TaskStatusType.OVER.id); |
| | | headParam.put("ioType", 1); |
| | | headParam.put("ioType", taskWrk.getIoType()); |
| | | notifyMsgType = NotifyMsgType.TASK_COMPLETE; |
| | | |
| | | if (taskWrk.getIoType() == 1) {//入库任务完成库位为F |
| | |
| | | |
| | | } else if (taskWrk.getStatus().equals(TaskStatusType.CANCEL.id)) { |
| | | headParam.put("status", TaskStatusType.CANCEL.id); |
| | | headParam.put("ioType", 2); |
| | | headParam.put("ioType", taskWrk.getIoType()); |
| | | notifyMsgType = NotifyMsgType.TASK_CANCEL; |
| | | |
| | | if (taskWrk.getIoType() == 1) {//入库任务 |