Commit 3c3d41eb by 夏超

[fix] 增加已补件数量

parent 374c4786
...@@ -89,6 +89,7 @@ class RokeWorkstationWorkOrderModel(http.Controller): ...@@ -89,6 +89,7 @@ class RokeWorkstationWorkOrderModel(http.Controller):
"planned_start_time": work_record.work_order_id.planned_start_time, "planned_start_time": work_record.work_order_id.planned_start_time,
"plan_date": work_record.work_order_id.plan_date, "plan_date": work_record.work_order_id.plan_date,
"repair_task_id": work_record.pt_id.id, "repair_task_id": work_record.pt_id.id,
"replenish_qty": plan_qty,
"type": "补件" "type": "补件"
})) }))
index += 1 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