| | |
| | | } |
| | | |
| | | //增加对备货单的判断 |
| | | Integer taskStatus = resouce.equals(TaskResouceType.TASK_RESOUCE_STOCK_UP.val) |
| | | ? TaskStsType.MISSION_INITIAL.id:TaskStsType.MISSION_INITIAL.id; |
| | | Integer taskStatus = TaskStsType.MISSION_INITIAL.id; |
| | | |
| | | Task moveTask = new Task(); |
| | | String ruleCode = SerialRuleUtils.generateRuleCode(SerialRuleCode.SYS_TASK_CODE, null); |
| | |
| | | } |
| | | |
| | | targetLoc.setUseStatus(LocStsType.LOC_STS_TYPE_S.type); |
| | | targetLoc.setBarcode(orgLoc.getBarcode()); |
| | | |
| | | if (!locService.updateById(targetLoc)) { |
| | | throw new CoolException("目标库位预约失败!!"); |