修复返工多面
This commit is contained in:
@@ -86,7 +86,7 @@ class ReworkWizard(models.TransientModel):
|
||||
{'handle_result': '已处理'})
|
||||
if self.is_reprogramming is False:
|
||||
if self.reprogramming_num >= 1:
|
||||
self.production_id.get_new_program(panel)
|
||||
self.production_id.get_new_program(panel.name)
|
||||
else:
|
||||
ret = {'programming_list': []}
|
||||
cnc_rework = self.production_id.workorder_ids.filtered(
|
||||
|
||||
Reference in New Issue
Block a user