Commit 0275ab2e by 夏超

[fix] 修改获取工艺信息逻辑

parent e006997d
......@@ -299,7 +299,7 @@ class RokeWorkstationWorkOrderModel(http.Controller):
"planned_start_time": work_record.work_order_id.planned_start_time,
"plan_date": work_record.work_order_id.plan_date,
"repair_task_id": work_record.pt_id.id or work_record.work_order_id.repair_task_id.id,
"repair_wr_id": work_record.wo_id.repair_wr_id.id or work_record.id,
"repair_wr_id": work_record.work_order_id.repair_wr_id.id or work_record.id,
"type": "补件"
}))
index += 1
......
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