fix: handover submit bug
This commit is contained in:
parent
73a463dd2f
commit
9dc31b366b
|
@ -241,7 +241,7 @@ class HandoverViewSet(CustomModelViewSet):
|
|||
|
||||
@action(methods=['post'], detail=True, perms_map={'post': 'handover.submit'}, serializer_class=Serializer)
|
||||
@transaction.atomic
|
||||
def submit(self, request):
|
||||
def submit(self, request, *args, **kwargs):
|
||||
"""交接记录提交(变动车间库存)
|
||||
|
||||
交接记录提交
|
||||
|
|
Loading…
Reference in New Issue