pick_half bug
This commit is contained in:
parent
bccf495ebd
commit
6e80643db1
|
@ -97,7 +97,7 @@ class WPlanViewSet(ListModelMixin, GenericViewSet):
|
|||
pw.wproduct = m
|
||||
pw.number = m.number
|
||||
pw.material = m.material
|
||||
pw.subproduction_plan = m.suproduction_plan
|
||||
pw.subproduction_plan = m.subproduction_plan
|
||||
pw.save()
|
||||
sp.is_picked = True
|
||||
sp.save()
|
||||
|
|
Loading…
Reference in New Issue