jiaweiqi 3 년 전
부모
커밋
de3662a184
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      apps/purchase/views.py

+ 1 - 1
apps/purchase/views.py

@@ -1637,7 +1637,7 @@ def godownentry_save(request):
             if godownentry_process == '1':
                 order_data = {
                     'supplier':serializer.supplier.id,
-                    'status':PurchaseOrder.TAKE_EFFECT,
+                    'status':PurchaseOrder.PASS,
                     'arrval':PurchaseOrder.ALL_ARRVAL,
                     'check_time':timezone.now(),
                     'check_user':request.user.id,