接收从智能工厂传过来的订单等数据并创建编程单

This commit is contained in:
jinling.yang
2022-11-16 17:39:42 +08:00
parent 4ce0a7670c
commit 191bd65d69
5 changed files with 70 additions and 37 deletions

View File

@@ -6,6 +6,7 @@ class ModelType(models.Model):
_description = '模型类型'
name = fields.Char('名称')
embryo_tolerance = fields.Integer('胚料的容余量')
routing_tmpl_ids = fields.One2many('sf.model.type.routing.sort', 'model_type_id', '工序模板')