forked from erp-dev/erp
fix: by-process-node do not filter current state and added datr_from + date_to
This commit is contained in:
@@ -15,6 +15,8 @@
|
||||
- search:string
|
||||
- 纯数字:同时匹配 id 精确 + design_code 模糊
|
||||
- 非纯数字:design_code 模糊
|
||||
- date_from:string,YYYY-MM-DD(与 date_to 成对提供)
|
||||
- date_to:string,YYYY-MM-DD(与 date_from 成对提供)
|
||||
- ordering:string,默认 -created_at
|
||||
- 可选字段:id / created_at / updated_at / design_code
|
||||
- limit:int,分页大小(默认 20)
|
||||
@@ -79,6 +81,5 @@
|
||||
|
||||
## 备注(查询流程)
|
||||
- 起点为 PlateOrder 查询,再通过 business_object 的状态日志进行筛选。
|
||||
- “当前处于该节点”的判定采用 NEXT 模式:
|
||||
- 目标节点前置节点全部完成(未撤销)
|
||||
- 目标节点尚未完成(未撤销)
|
||||
- “当前已完成”模式判定:
|
||||
- 目标节点已完成(未撤销)
|
||||
|
||||
Reference in New Issue
Block a user