PDA出库交接修改
This commit is contained in:
@@ -112,7 +112,7 @@ public class DeliveTaskDTO extends BaseVOEntity {
|
||||
@ApiModelProperty(name = "权限菜单ID")
|
||||
private Long permissionMenuId;
|
||||
|
||||
@ApiModelProperty("查询类型 1-指派给我的 2-任务")
|
||||
@ApiModelProperty("查询类型 1-指派给我的 2-任务大厅;taskType=7 出库交接可不传 tabType,不会按未领取过滤")
|
||||
@Excel(name = "查询类型 1-指派给我的 2-任务")
|
||||
private Long tabType;
|
||||
|
||||
|
||||
+2
-1
@@ -33,7 +33,8 @@ public class DeliveTaskAppApi extends BaseController {
|
||||
/**
|
||||
* 分页查询下发任务列表。条件:del_flag=1、当前用户 organization_id、绑定仓库(未传 warehouseId 时取用户仓库绑定)、
|
||||
* {@code tabType=2} 任务大厅(operators_name 为空,含收货/上架/拣货等自动下发任务)、
|
||||
* {@code tabType=1} 指派给我的(operators_by=当前用户);不按 task_status 默认过滤。
|
||||
* {@code tabType=1} 指派给我的(operators_by=当前用户);
|
||||
* {@code taskType=7} 出库交接列表(按 handoverQueryType 过滤,不限制 operators_name 为空);不按 task_status 默认过滤。
|
||||
*/
|
||||
@ApiOperation("查询下发任务列表")
|
||||
@GetMapping("/list")
|
||||
|
||||
Reference in New Issue
Block a user