diff --git a/sf_manufacturing/models/mrp_workorder.py b/sf_manufacturing/models/mrp_workorder.py index 5b550958..1b2520cc 100644 --- a/sf_manufacturing/models/mrp_workorder.py +++ b/sf_manufacturing/models/mrp_workorder.py @@ -711,7 +711,7 @@ class CNCprocessing(models.Model): 'remark': obj['remark'], 'program_path': program_path }) - cnc_processing.get_cnc_processing_file(program_path_tmp, cnc_processing, program_path) + cnc_processing.get_cnc_processing_file(program_path_tmp, cnc_processing, program_path) # cnc_workorder.state = 'done' cnc_workorder.work_state = '已编程' cnc_workorder.programming_state = '已编程'