修改机床型号参数缺陷

This commit is contained in:
qihao.gong@jikimo.com
2023-08-15 17:31:27 +08:00
parent 0ecd4e4c3b
commit e0f43fa9fe
5 changed files with 27 additions and 11 deletions

View File

@@ -72,7 +72,7 @@ class SfMaintenanceEquipment(models.Model):
knife_type = fields.Selection(
[("BT40", "BT40"), ("BT30", "BT30")],
default="", string="刀把类型")
number_of_knife_library = fields.Integer('刀库数量')
number_of_knife_library = fields.Integer('刀库数量(把)')
rotate_speed = fields.Integer('转速')
number_of_axles = fields.Selection(
[("三轴", "三轴"), ("四轴", "四轴"), ("五轴", "五轴")],
@@ -116,7 +116,7 @@ class SfMaintenanceEquipment(models.Model):
distance_min = fields.Char('主轴端面至工作台面距离MIN(mm)')
distance_max = fields.Char('主轴端面至工作台面距离MIN(mm)')
taper = fields.Char('主轴锥度(°)')
torque = fields.Char('主轴点击扭矩(n/m)')
torque = fields.Char('主轴电机扭矩(n/m)')
motor_power = fields.Char('主轴电机功率(kw)')
tool_quality_max = fields.Char('刀具最大质量(kg)')
tool_long_max = fields.Char('刀具最大长度(mm)')