半成品批量入库
This commit is contained in:
parent
dbd1b461b6
commit
52be92e98b
|
@ -247,7 +247,7 @@ class WProductViewSet(ListModelMixin, GenericViewSet):
|
||||||
|
|
||||||
return Response()
|
return Response()
|
||||||
|
|
||||||
@action(methods=['post'], detail=True, perms_map={'post':'*'}, serializer_class=WproductPutInsSerializer)
|
@action(methods=['post'], detail=False, perms_map={'post':'*'}, serializer_class=WproductPutInsSerializer)
|
||||||
@transaction.atomic
|
@transaction.atomic
|
||||||
def putins(self, request, pk=None):
|
def putins(self, request, pk=None):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue