Commit 0c8f2476 by 夏超

[fix] 修改问题

parent 9c9e4ec3
...@@ -45,6 +45,7 @@ class InheritRokeRoutingModel(models.Model): ...@@ -45,6 +45,7 @@ class InheritRokeRoutingModel(models.Model):
res.update({ res.update({
"scrap_reason_ids": [(6, 0, line.scrap_reason_ids.ids)], "scrap_reason_ids": [(6, 0, line.scrap_reason_ids.ids)],
"check_ids": check_ids, "check_ids": check_ids,
"document_ids": [(6, 0, line.document_ids.ids)]
}) })
return res return res
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment