领料需求接口

This commit is contained in:
caoqianming 2021-11-01 09:01:17 +08:00
parent d832878c50
commit 996cfe5b5d
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ class SubProductionPlanViewSet(CreateUpdateModelAMixin, ListModelMixin, UpdateMo
return Response() return Response()
raise APIException('计划状态有误') raise APIException('计划状态有误')
@action(methods=['post'], detail=True, perms_map={'post':'*'}, serializer_class=serializers.Serializer) @action(methods=['get'], detail=True, perms_map={'get':'*'}, serializer_class=serializers.Serializer)
def pick_need_(self, request, pk=None): def pick_need_(self, request, pk=None):
""" """
领料需求清单 领料需求清单