fix: 个到个的拆分bug7
This commit is contained in:
parent
a66d47ec47
commit
099fe4b18b
|
@ -574,6 +574,7 @@ class MlogbInViewSet(CreateModelMixin, UpdateModelMixin, DestroyModelMixin, Cust
|
||||||
"mtask": mlogbin.mtask,
|
"mtask": mlogbin.mtask,
|
||||||
"mlog": mlog,
|
"mlog": mlog,
|
||||||
"material_out": material_out,
|
"material_out": material_out,
|
||||||
|
"batch": mlogbin.batch,
|
||||||
"batch_ofrom": wm_in.batch_ofrom, "material_ofrom": wm_in.material_ofrom,
|
"batch_ofrom": wm_in.batch_ofrom, "material_ofrom": wm_in.material_ofrom,
|
||||||
"qct": qct
|
"qct": qct
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue