Commit 954078e1 by 夏超

[fix] 工位机获取工单数据修改

parent 916c5f93
......@@ -57,6 +57,9 @@ class InheritRokeWorkstationWorkOrder(RokeWorkstationWorkOrder):
"routing_id": routing_id.id,
"routing_line_id": line_id
})
res.get("data", {}).update({
"next_wo_code": work_order.next_wo_id.code
})
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