feat: mlogb添加parent isnull查询
This commit is contained in:
parent
0b1f71e652
commit
2e2ac78bad
|
@ -186,6 +186,7 @@ class MlogbFilter(filters.FilterSet):
|
|||
"wm_in__state": ["exact"],
|
||||
"material_in": ["exact", "isnull"],
|
||||
"material_out": ["exact", "isnull"],
|
||||
"parent": ["exact", "isnull"],
|
||||
}
|
||||
|
||||
def filter_type(self, queryset, name, value):
|
||||
|
|
Loading…
Reference in New Issue