wushaodong 4 년 전
부모
커밋
c2982af6a3
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      apps/customer/views.py

+ 1 - 0
apps/customer/views.py

@@ -260,6 +260,7 @@ class NewCustomerViewSet(CustomModelViewSet):
                         'stage_progress_id': stage_progress,
                         'customer': instance,
                         'service_user': instance.track_user,
+                        'store': instance.store,
                     }
                     ser = Order.objects.create(**data)
                     ser.no = ser.get_no()