|
|
|
@ -120,7 +120,7 @@ public class InvCountOrderServiceImpl implements InvCountOrderService {
|
|
|
|
|
public BaseResponse saveCountOrder(InvCountOrderEntity invCountOrder) {
|
|
|
|
|
if (invCountOrder.getCountType() == 0 || invCountOrder.getCountType() == 2) {
|
|
|
|
|
//整库盘点
|
|
|
|
|
if (StrUtil.isNotBlank(invCountOrder.getDeptCode()) || StrUtil.isBlank(invCountOrder.getInvCode())) {
|
|
|
|
|
if (StrUtil.isBlank(invCountOrder.getDeptCode()) || StrUtil.isBlank(invCountOrder.getInvCode())) {
|
|
|
|
|
return ResultVOUtils.error(ResultEnum.PARAM_VERIFY_FALL, "请选择仓库信息!");
|
|
|
|
|
}
|
|
|
|
|
} else if (invCountOrder.getCountType() == 1) {
|
|
|
|
|