feat: MIOItemCreateSerializer 添加pack_index3
This commit is contained in:
parent
46c9c5abab
commit
82f6f4ee5e
|
@ -237,7 +237,7 @@ class MIOViewSet(CustomModelViewSet):
|
|||
return Response()
|
||||
|
||||
|
||||
@action(methods=['post'], detail=False, perms_map={'post': 'mio.update'}, serializer_class=PackMioSerializer)
|
||||
@action(methods=['post'], detail=True, perms_map={'post': 'mio.update'}, serializer_class=PackMioSerializer)
|
||||
@transaction.atomic
|
||||
def pack_mioitem(self, request, *args, **kwargs):
|
||||
"""装箱
|
||||
|
|
Loading…
Reference in New Issue