diff --git a/sf_tool_management/models/base.py b/sf_tool_management/models/base.py index 2fcc40d9..a9ee08be 100644 --- a/sf_tool_management/models/base.py +++ b/sf_tool_management/models/base.py @@ -1533,6 +1533,10 @@ class FunctionalToolDismantle(models.Model): 'functional_tool_name': self.functional_tool_id.name, 'handle_code_id': self.handle_lot_id.id, 'handle_product_id': self.handle_product_id.id, + 'functional_tool_diameter': self.functional_tool_id.functional_tool_diameter, + 'knife_tip_r_angle': self.functional_tool_id.knife_tip_r_angle, + 'tool_loading_length': self.functional_tool_id.tool_loading_length, + 'functional_tool_length': self.functional_tool_id.functional_tool_length, 'loading_task_source': '3', 'use_tool_time': fields.Datetime.now() + timedelta(hours=4), 'reason_for_applying': '刀具寿命到期'