|
|
|
@ -80,39 +80,39 @@ public class IoCheckInoutService {
|
|
|
|
|
return false;
|
|
|
|
|
} else {
|
|
|
|
|
if (orderEntity.getFromType().intValue() == ConstantStatus.FROM_UDIMS) {
|
|
|
|
|
if (!bussinessTypeEntity.isCheckUdims()) {
|
|
|
|
|
if (bussinessTypeEntity.getCheckUdims() == 0) {
|
|
|
|
|
return false;
|
|
|
|
|
}
|
|
|
|
|
} else if (orderEntity.getFromType().intValue() == ConstantStatus.FROM_WEBNEW) {
|
|
|
|
|
if (!bussinessTypeEntity.isCheckWebNew()) {
|
|
|
|
|
if (bussinessTypeEntity.getCheckWebNew() == 0) {
|
|
|
|
|
return false;
|
|
|
|
|
}
|
|
|
|
|
} else if (orderEntity.getFromType().intValue() == ConstantStatus.FROM_PDAED) {
|
|
|
|
|
if (!bussinessTypeEntity.isCheckPdaEd()) {
|
|
|
|
|
if (bussinessTypeEntity.getCheckPdaEd() == 0) {
|
|
|
|
|
return false;
|
|
|
|
|
}
|
|
|
|
|
} else if (orderEntity.getFromType().intValue() == ConstantStatus.FROM_PDAUN) {
|
|
|
|
|
if (!bussinessTypeEntity.isCheckPdaUn()) {
|
|
|
|
|
if (bussinessTypeEntity.getCheckPdaUn() == 0) {
|
|
|
|
|
return false;
|
|
|
|
|
}
|
|
|
|
|
} else if (orderEntity.getFromType().intValue() == ConstantStatus.FROM_PC) {
|
|
|
|
|
if (!bussinessTypeEntity.isCheckPc()) {
|
|
|
|
|
if (bussinessTypeEntity.getCheckPc() == 0) {
|
|
|
|
|
return false;
|
|
|
|
|
}
|
|
|
|
|
} else if (orderEntity.getFromType().intValue() == ConstantStatus.FROM_CHANGE) {
|
|
|
|
|
if (!bussinessTypeEntity.isCheckChange()) {
|
|
|
|
|
if (bussinessTypeEntity.getCheckChange() == 0) {
|
|
|
|
|
return false;
|
|
|
|
|
}
|
|
|
|
|
} else if (orderEntity.getFromType().intValue() == ConstantStatus.FROM_PEACE_CHANGE) {
|
|
|
|
|
if (!bussinessTypeEntity.isCheckBalance()) {
|
|
|
|
|
if (bussinessTypeEntity.getCheckBalance() == 0) {
|
|
|
|
|
return false;
|
|
|
|
|
}
|
|
|
|
|
} else if (orderEntity.getFromType().intValue() == ConstantStatus.FROM_UDISP) {
|
|
|
|
|
if (!bussinessTypeEntity.isCheckSp()) {
|
|
|
|
|
if (bussinessTypeEntity.getCheckSp() == 0) {
|
|
|
|
|
return false;
|
|
|
|
|
}
|
|
|
|
|
} else if (orderEntity.getFromType().intValue() == ConstantStatus.FROM_COPY) {
|
|
|
|
|
if (!bussinessTypeEntity.isCheckCopy()) {
|
|
|
|
|
if (bussinessTypeEntity.getCheckCopy() == 0) {
|
|
|
|
|
return false;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
@ -131,47 +131,47 @@ public class IoCheckInoutService {
|
|
|
|
|
unCheckFirstFinish(orderEntity);
|
|
|
|
|
} else {
|
|
|
|
|
if (orderEntity.getFromType().intValue() == ConstantStatus.FROM_UDIMS) {
|
|
|
|
|
if (!bussinessTypeEntity.isCheckUdims()) {
|
|
|
|
|
if (bussinessTypeEntity.getCheckUdims() == 0) {
|
|
|
|
|
unCheckFirstFinish(orderEntity);
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
} else if (orderEntity.getFromType().intValue() == ConstantStatus.FROM_WEBNEW) {
|
|
|
|
|
if (!bussinessTypeEntity.isCheckWebNew()) {
|
|
|
|
|
if (bussinessTypeEntity.getCheckWebNew() == 0) {
|
|
|
|
|
unCheckFirstFinish(orderEntity);
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
} else if (orderEntity.getFromType().intValue() == ConstantStatus.FROM_PDAED) {
|
|
|
|
|
if (!bussinessTypeEntity.isCheckPdaEd()) {
|
|
|
|
|
if (bussinessTypeEntity.getCheckPdaEd() == 0) {
|
|
|
|
|
unCheckFirstFinish(orderEntity);
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
} else if (orderEntity.getFromType().intValue() == ConstantStatus.FROM_PDAUN) {
|
|
|
|
|
if (!bussinessTypeEntity.isCheckPdaUn()) {
|
|
|
|
|
if (bussinessTypeEntity.getCheckPdaUn() == 0) {
|
|
|
|
|
unCheckFirstFinish(orderEntity);
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
} else if (orderEntity.getFromType().intValue() == ConstantStatus.FROM_PC) {
|
|
|
|
|
if (!bussinessTypeEntity.isCheckPc()) {
|
|
|
|
|
if (bussinessTypeEntity.getCheckPc() == 0) {
|
|
|
|
|
unCheckFirstFinish(orderEntity);
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
} else if (orderEntity.getFromType().intValue() == ConstantStatus.FROM_CHANGE) {
|
|
|
|
|
if (!bussinessTypeEntity.isCheckChange()) {
|
|
|
|
|
if (bussinessTypeEntity.getCheckChange() == 0) {
|
|
|
|
|
unCheckFirstFinish(orderEntity);
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
} else if (orderEntity.getFromType().intValue() == ConstantStatus.FROM_PEACE_CHANGE) {
|
|
|
|
|
if (!bussinessTypeEntity.isCheckBalance()) {
|
|
|
|
|
if (bussinessTypeEntity.getCheckBalance() == 0) {
|
|
|
|
|
unCheckFirstFinish(orderEntity);
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
} else if (orderEntity.getFromType().intValue() == ConstantStatus.FROM_UDISP) {
|
|
|
|
|
if (!bussinessTypeEntity.isCheckSp()) {
|
|
|
|
|
if (bussinessTypeEntity.getCheckSp() == 0) {
|
|
|
|
|
unCheckFirstFinish(orderEntity);
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
} else if (orderEntity.getFromType().intValue() == ConstantStatus.FROM_COPY) {
|
|
|
|
|
if (!bussinessTypeEntity.isCheckCopy()) {
|
|
|
|
|
if (bussinessTypeEntity.getCheckCopy() == 0) {
|
|
|
|
|
unCheckFirstFinish(orderEntity);
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
@ -251,6 +251,31 @@ public class IoCheckInoutService {
|
|
|
|
|
return null;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// 无三期拣货校验
|
|
|
|
|
public String checkNoPiCode(IoCodeTempEntity codeTempEntity) {
|
|
|
|
|
boolean isBillExit = orderDetailBizService.isExit(codeTempEntity.getOrderId());
|
|
|
|
|
if (!isBillExit) {
|
|
|
|
|
return "请先录入业务详情";
|
|
|
|
|
}
|
|
|
|
|
IoOrderDetailBizEntity bizEntity = orderDetailBizService.findByRelId(codeTempEntity.getOrderId(), codeTempEntity.getRelId());
|
|
|
|
|
if (bizEntity == null) {
|
|
|
|
|
return "非此单产品!";
|
|
|
|
|
}
|
|
|
|
|
Integer detailCount = orderDetailCodeService.findByRelIdCount(codeTempEntity.getOrderId(), codeTempEntity.getRelId());
|
|
|
|
|
int curCount = 0;
|
|
|
|
|
if (detailCount != null) {
|
|
|
|
|
curCount = detailCount + codeTempEntity.getMyReCount();
|
|
|
|
|
} else {
|
|
|
|
|
curCount = codeTempEntity.getMyReCount();
|
|
|
|
|
}
|
|
|
|
|
if (curCount > bizEntity.getCount()) {
|
|
|
|
|
return "当前产品数量超出!";
|
|
|
|
|
}
|
|
|
|
|
return null;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//一次校验(无需校验)完成
|
|
|
|
|
public void unCheckFirstFinish(IoOrderEntity orderEntity) {
|
|
|
|
|
|
|
|
|
@ -422,6 +447,35 @@ public class IoCheckInoutService {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//业务单正向校验
|
|
|
|
|
public String bizNoPiCheck(List<IoOrderDetailBizEntity> orderDetailBizEntities, IoOrderEntity orderEntity) {
|
|
|
|
|
|
|
|
|
|
String errMsg = "";
|
|
|
|
|
for (IoOrderDetailBizEntity bizEntity : orderDetailBizEntities) {
|
|
|
|
|
bizEntity.setCheckSuccess(false);
|
|
|
|
|
}
|
|
|
|
|
for (IoOrderDetailBizEntity bizEntity : orderDetailBizEntities) {
|
|
|
|
|
String msg = "";
|
|
|
|
|
int count = orderDetailCodeService.findByRelIdCount(orderEntity.getBillNo(), bizEntity.getBindRlFk());
|
|
|
|
|
if (bizEntity.getCount() == count) {
|
|
|
|
|
bizEntity.setCheckSuccess(true);
|
|
|
|
|
bizEntity.setScanCount(count);
|
|
|
|
|
} else {
|
|
|
|
|
msg = "数量不匹配";
|
|
|
|
|
bizEntity.setScanCount(count);
|
|
|
|
|
bizEntity.setCheckSuccess(false);
|
|
|
|
|
}
|
|
|
|
|
bizEntity.setErrMsg(msg);
|
|
|
|
|
}
|
|
|
|
|
for (IoOrderDetailBizEntity bizEntity : orderDetailBizEntities) {
|
|
|
|
|
if (!bizEntity.isCheckSuccess()) {
|
|
|
|
|
errMsg = errMsg + bizEntity.getCoName() + bizEntity.getErrMsg() + ";";
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
return errMsg;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//业务单正向校验
|
|
|
|
|
public String bizOrderCheck(List<IoOrderDetailBizEntity> orderDetailBizEntities, List<IoOrderDetailCodeEntity> orderDetailCodeEntities) {
|
|
|
|
|
String errMsg = "";
|
|
|
|
|