处理设备控制bug

This commit is contained in:
qihao.gong@jikimo.com
2023-12-28 17:38:56 +08:00
parent 51b67c0dcd
commit 98847a2c42
2 changed files with 10 additions and 10 deletions

View File

@@ -139,7 +139,7 @@ class SfMaintenanceEquipment(models.Model):
record.equipment_type = record.category_id.equipment_type
code = fields.Char('行业编码')
name = fields.Char('机台号')
name = fields.Char('机台号', required=False)
knife_type = fields.Selection(
[("BT40", "BT40"), ("BT30", "BT30"), ("BT50", "BT50")],
default="", string="刀把类型")