pick_half bug

This commit is contained in:
caoqianming 2021-12-30 09:41:26 +08:00
parent bccf495ebd
commit 6e80643db1
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ class WPlanViewSet(ListModelMixin, GenericViewSet):
pw.wproduct = m pw.wproduct = m
pw.number = m.number pw.number = m.number
pw.material = m.material pw.material = m.material
pw.subproduction_plan = m.suproduction_plan pw.subproduction_plan = m.subproduction_plan
pw.save() pw.save()
sp.is_picked = True sp.is_picked = True
sp.save() sp.save()