diff --git a/sf_base/models/tool_other_features.py b/sf_base/models/tool_other_features.py index e6b80a78..f67e69fd 100644 --- a/sf_base/models/tool_other_features.py +++ b/sf_base/models/tool_other_features.py @@ -22,7 +22,7 @@ class ToolMaterialsBasicParameters(models.Model): handle_diameter = fields.Float('柄部直径(mm)') handle_length = fields.Float('柄部长度(mm)') blade_tip_diameter = fields.Integer('刀尖直径(mm)') - blade_tip_working_size = fields.Char('刀尖处理尺寸(R半径mm/倒角)', size=20) + blade_tip_working_size = fields.Char('刀尖处理尺寸(R半径mm/倒角度)', size=20) blade_tip_taper = fields.Integer('刀尖锥度(°)') blade_diameter = fields.Float('刃部直径(mm)') blade_length = fields.Float('刃部长度(mm)') @@ -31,7 +31,6 @@ class ToolMaterialsBasicParameters(models.Model): blade_depth = fields.Float('刃部深度(mm)') pitch = fields.Float('牙距(mm)') cutting_depth = fields.Float('切削深度(mm)') - cutting_depth_max = fields.Float('最大切削深度(mm)') # 刀片参数 length = fields.Float('长度(mm)') thickness = fields.Float('厚度(mm)') @@ -39,7 +38,7 @@ class ToolMaterialsBasicParameters(models.Model): cutting_blade_length = fields.Float('切削刃长(mm)') relief_angle = fields.Integer('后角(°)') blade_tip_circular_arc_radius = fields.Char('刀尖圆弧半径(mm)', size=20) - inscribed_circle_diameter = fields.Float('内接圆直径(mm)') + inscribed_circle_diameter = fields.Float('内接圆直径IC/D(mm)') install_aperture_diameter = fields.Float('安装孔直径(mm)') chip_breaker_groove = fields.Selection([('无', '无'), ('单面', '单面'), ('双面', '双面')], string='有无断屑槽') diff --git a/sf_base/views/tool_basic_param.xml b/sf_base/views/tool_basic_param.xml index 3226df15..57a4a9a4 100644 --- a/sf_base/views/tool_basic_param.xml +++ b/sf_base/views/tool_basic_param.xml @@ -129,30 +129,30 @@ - + - - + + - + - + - - - + + + @@ -163,7 +163,7 @@ - + @@ -176,23 +176,32 @@ - - - - - + - + - + - + @@ -201,21 +210,19 @@ - - - + + + - - - + + - - + @@ -223,18 +230,26 @@ - - - + + + + + + @@ -242,15 +257,22 @@ - + - + - - +