|
|
|
@ -347,11 +347,13 @@ public class IoCheckInoutService {
|
|
|
|
|
curCount = codeEntity.getMyReCount();
|
|
|
|
|
}
|
|
|
|
|
// TODO 药品单据临时数量超出不做校验(为了湖里妇幼)
|
|
|
|
|
if (!codeEntity.getProductType().equals(2)) {
|
|
|
|
|
if (curCount > bizEntity.getCount()) {
|
|
|
|
|
return "当前产品" + bizEntity.getCoName() + "数量超出!";
|
|
|
|
|
// if (codeEntity.getProductType() != null){
|
|
|
|
|
if (!codeEntity.getProductType().equals(2)) {
|
|
|
|
|
if (curCount > bizEntity.getCount()) {
|
|
|
|
|
return "当前产品" + bizEntity.getCoName() + "数量超出!";
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
// }
|
|
|
|
|
if (bizEntity.getPrice() != null)
|
|
|
|
|
codeEntity.setPrice(bizEntity.getPrice());
|
|
|
|
|
if (StrUtil.isNotEmpty(codeEntity.getProduceDate()) && StrUtil.isEmpty(bizEntity.getProductDate())) {
|
|
|
|
|