1、夹具型号同步(进行中);2、删除功能刀具组装的功能刀具切削类型字段;

This commit is contained in:
yuxianghui
2024-01-03 17:31:16 +08:00
parent c2263c9318
commit ce69127250
5 changed files with 179 additions and 8 deletions

View File

@@ -791,7 +791,7 @@ class FunctionalToolAssembly(models.Model):
L_D_number = fields.Float(string='L/D值(mm)', readonly=True)
hiding_length = fields.Float(string='避空长(mm)', readonly=True)
functional_tool_cutting_type = fields.Char(string='功能刀具切削类型', readonly=False)
# functional_tool_cutting_type = fields.Char(string='功能刀具切削类型', readonly=False)
tool_loading_person = fields.Char(string='装刀人', readonly=True)
tool_loading_time = fields.Datetime(string='装刀时间', readonly=True)
remark = fields.Char(string='备注说明', readonly=True)