feat: 改变条码格式
This commit is contained in:
parent
c524d1b9a5
commit
107818301f
|
@ -30,4 +30,4 @@ class LableMatViewSet(CustomGenericViewSet):
|
|||
"supplier": mb.supplier
|
||||
}
|
||||
)
|
||||
return Response({"label": f"mat-{obj.id}"})
|
||||
return Response({"label": f"mat:{obj.id}"})
|
Loading…
Reference in New Issue