领料需求接口
This commit is contained in:
parent
d832878c50
commit
996cfe5b5d
|
@ -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):
|
||||||
"""
|
"""
|
||||||
领料需求清单
|
领料需求清单
|
||||||
|
|
Loading…
Reference in New Issue