no message
parent
81dd1f39fe
commit
6a6af5f0d9
|
|
@ -435,7 +435,9 @@ public class BydAppServiceImpl implements BydAppService {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* if (BizStatus.XJ.equals(task.getItemKey().getItem().getGoodType())) {
|
/* if (BizStatus.XJ.equals(task.getItemKey().getItem().getGoodType())) {
|
||||||
|
//一个工单的物料只能放入同一个货架
|
||||||
if (!dstStockCode.equals(pick.getStock())) {
|
if (!dstStockCode.equals(pick.getStock())) {
|
||||||
|
|
||||||
throw new BadRequestException(pick.getGdCode() + "工单只能放入同一个货架! 请放入" + pick.getCode() + "货架!");
|
throw new BadRequestException(pick.getGdCode() + "工单只能放入同一个货架! 请放入" + pick.getCode() + "货架!");
|
||||||
}
|
}
|
||||||
}*/
|
}*/
|
||||||
|
|
|
||||||
|
|
@ -274,10 +274,6 @@ public class TaskServiceImpl implements TaskService {
|
||||||
Set<String> endPointList = new HashSet<>(Arrays.asList(pick.getCallPoint().split(",")));
|
Set<String> endPointList = new HashSet<>(Arrays.asList(pick.getCallPoint().split(",")));
|
||||||
Map<String, Point> pointMap = pointService.findByCodes(endPointList);
|
Map<String, Point> pointMap = pointService.findByCodes(endPointList);
|
||||||
|
|
||||||
|
|
||||||
/* AgvTask agvTask = agvTaskService.createAgvTask(BizStatus.CALL_PICK, stock, srcPoint.getCode(), endPoint.getCode(), "RACK_MOVE");
|
|
||||||
agvTask.setLineSlotCode(pick.getCode());
|
|
||||||
agvTaskService.update(agvTask);*/
|
|
||||||
List<String> endPoints = getValuesFromMap(endPointList, pointMap);
|
List<String> endPoints = getValuesFromMap(endPointList, pointMap);
|
||||||
int taskCount = 0;
|
int taskCount = 0;
|
||||||
for (Task task : taskList) {
|
for (Task task : taskList) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue