feat: qct 增加筛选条件
This commit is contained in:
parent
d732652c9f
commit
c35cdb6d0a
|
@ -25,6 +25,8 @@ class QctFilter(filters.FilterSet):
|
||||||
"testitems": ["exact"],
|
"testitems": ["exact"],
|
||||||
"defects": ["exact"],
|
"defects": ["exact"],
|
||||||
"qctmat__material": ["exact"],
|
"qctmat__material": ["exact"],
|
||||||
|
"qctmat__use_for_in": ["exact"],
|
||||||
|
"qctmat__use_for_out": ["exact"],
|
||||||
"qctmat__tracing": ["exact"],
|
"qctmat__tracing": ["exact"],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue