This commit is contained in:
qihao.gong@jikimo.com
2023-09-15 14:26:04 +08:00
parent 757a1ef102
commit d78fe872ae
2 changed files with 9 additions and 5 deletions

View File

@@ -78,7 +78,7 @@ class SfMaintenanceEquipment(models.Model):
code = fields.Char('机台号')
name = fields.Char('名称')
knife_type = fields.Selection(
[("BT40", "BT40"), ("BT30", "BT30")],
[("BT40", "BT40"), ("BT30", "BT30"), ("BT50", "BT50")],
default="", string="刀把类型")
number_of_knife_library = fields.Integer('刀库数量(把)')
rotate_speed = fields.Integer('转速')