|
@@ -388,6 +388,7 @@ public class AgvCallProxyService {
|
|
agvCallDTO.setTheWeighing(theWeighing);
|
|
agvCallDTO.setTheWeighing(theWeighing);
|
|
agvCallDTO.setExt3(queryTaskType(theWrapped,theWeighing,bliList));
|
|
agvCallDTO.setExt3(queryTaskType(theWrapped,theWeighing,bliList));
|
|
agvCallDTO.setAgvCallItemDTOList(agvCallItemDTOList);
|
|
agvCallDTO.setAgvCallItemDTOList(agvCallItemDTOList);
|
|
|
|
+ agvCallDTO.setAsnType(false);//下线入库
|
|
// 增加硫酸镍标识
|
|
// 增加硫酸镍标识
|
|
for (AgvCallItemDTO agvCallItemDTO : agvCallItemDTOList) {
|
|
for (AgvCallItemDTO agvCallItemDTO : agvCallItemDTOList) {
|
|
agvCallItemDTO.getLotattDTO().setLotatt18("Y"); //是否硫酸镍,Y代表否
|
|
agvCallItemDTO.getLotattDTO().setLotatt18("Y"); //是否硫酸镍,Y代表否
|
|
@@ -415,6 +416,7 @@ public class AgvCallProxyService {
|
|
agvCallDTO.setCreateUser(createUser);
|
|
agvCallDTO.setCreateUser(createUser);
|
|
agvCallDTO.setTheWeighing(theWeighing);
|
|
agvCallDTO.setTheWeighing(theWeighing);
|
|
agvCallDTO.setAgvCallItemDTOList(agvCallItemDTOList);
|
|
agvCallDTO.setAgvCallItemDTOList(agvCallItemDTOList);
|
|
|
|
+ agvCallDTO.setAsnType(false);//下线入库
|
|
createWmsDoc(createUser, agvCallItemDTOList);
|
|
createWmsDoc(createUser, agvCallItemDTOList);
|
|
return iBusinessService.agvCall(Constant.FLOW_CONFIG_ID.NINE.getValue(), agvCallDTO);
|
|
return iBusinessService.agvCall(Constant.FLOW_CONFIG_ID.NINE.getValue(), agvCallDTO);
|
|
}
|
|
}
|
|
@@ -444,6 +446,7 @@ public class AgvCallProxyService {
|
|
agvCallDTO.setCreateUser(createUser);
|
|
agvCallDTO.setCreateUser(createUser);
|
|
agvCallDTO.setTheWeighing(theWeighing);
|
|
agvCallDTO.setTheWeighing(theWeighing);
|
|
agvCallDTO.setExt3(queryTaskType(theWrapped,theWeighing,bliList));
|
|
agvCallDTO.setExt3(queryTaskType(theWrapped,theWeighing,bliList));
|
|
|
|
+ agvCallDTO.setAsnType(false);//下线入库
|
|
agvCallDTO.setAgvCallItemDTOList(agvCallItemDTOList);
|
|
agvCallDTO.setAgvCallItemDTOList(agvCallItemDTOList);
|
|
// 增加氯化镍标识
|
|
// 增加氯化镍标识
|
|
for (AgvCallItemDTO agvCallItemDTO : agvCallItemDTOList) {
|
|
for (AgvCallItemDTO agvCallItemDTO : agvCallItemDTOList) {
|
|
@@ -473,6 +476,7 @@ public class AgvCallProxyService {
|
|
agvCallDTO.setCreateUser(createUser);
|
|
agvCallDTO.setCreateUser(createUser);
|
|
agvCallDTO.setTheWeighing(theWeighing);
|
|
agvCallDTO.setTheWeighing(theWeighing);
|
|
agvCallDTO.setAgvCallItemDTOList(agvCallItemDTOList);
|
|
agvCallDTO.setAgvCallItemDTOList(agvCallItemDTOList);
|
|
|
|
+ agvCallDTO.setAsnType(false);//下线入库
|
|
createWmsDoc(createUser, agvCallItemDTOList);
|
|
createWmsDoc(createUser, agvCallItemDTOList);
|
|
return iBusinessService.agvCall(Constant.FLOW_CONFIG_ID.TWELVE.getValue(), agvCallDTO);
|
|
return iBusinessService.agvCall(Constant.FLOW_CONFIG_ID.TWELVE.getValue(), agvCallDTO);
|
|
}
|
|
}
|
|
@@ -534,6 +538,7 @@ public class AgvCallProxyService {
|
|
if(theWrapped && bliList.size() < 1) return AjaxResult.error("裹膜库位被占用,无法下发任务,请确认库位状态!");
|
|
if(theWrapped && bliList.size() < 1) return AjaxResult.error("裹膜库位被占用,无法下发任务,请确认库位状态!");
|
|
|
|
|
|
AgvCallDTO agvCallDTO = new AgvCallDTO();
|
|
AgvCallDTO agvCallDTO = new AgvCallDTO();
|
|
|
|
+ agvCallDTO.setAsnType(true);//中转入库
|
|
agvCallDTO.setTheWeighing(true);
|
|
agvCallDTO.setTheWeighing(true);
|
|
agvCallDTO.setExt3(queryTaskType(theWrapped,theWeighing,bliList));
|
|
agvCallDTO.setExt3(queryTaskType(theWrapped,theWeighing,bliList));
|
|
agvCallDTO.setCreateUser(createUser);
|
|
agvCallDTO.setCreateUser(createUser);
|