|
|
@ -97,8 +97,10 @@ public class IoOrderController extends BaseController {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (StrUtil.isNotBlank(filterOrderRequest.getVueType())) {
|
|
|
|
if (StrUtil.isNotBlank(filterOrderRequest.getVueType())) {
|
|
|
|
orderService.setActions(filterOrderRequest);
|
|
|
|
orderService.setActions(filterOrderRequest);
|
|
|
|
|
|
|
|
//要是不存在要查询的单据类型就直接放回空
|
|
|
|
if (CollUtil.isEmpty(filterOrderRequest.getActions())) {
|
|
|
|
if (CollUtil.isEmpty(filterOrderRequest.getActions())) {
|
|
|
|
return ResultVOUtils.success(null);
|
|
|
|
PageInfo<IoOrderResponse> pageInfo = new PageInfo<>(new ArrayList<>());
|
|
|
|
|
|
|
|
return ResultVOUtils.page(pageInfo);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (StrUtil.isNotEmpty(filterOrderRequest.getSupInoivceSearch())) {
|
|
|
|
if (StrUtil.isNotEmpty(filterOrderRequest.getSupInoivceSearch())) {
|
|
|
|