Commit 585450f9 by 夏超

[fix] 修改发料接口

parent 787faa7c
......@@ -19,7 +19,8 @@ class InheritRokeRouting(models.Model):
"""
res = super(InheritRokeRouting, self).get_routing_line_value(line)
res.update({
"special_process": line.special_process
"special_process": line.special_process,
"p_bom_ids": line.p_bom_ids
})
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